diff --git a/apache-commons-jxpath.spec b/apache-commons-jxpath.spec index 840f114..ef0dc82 100644 --- a/apache-commons-jxpath.spec +++ b/apache-commons-jxpath.spec @@ -2,7 +2,7 @@ Name: apache-commons-jxpath Version: 1.3 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Simple XPath interpreter License: ASL 2.0 URL: http://commons.apache.org/jxpath/ @@ -55,7 +55,7 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java %build # we are skipping tests because we don't have com.mockrunner in repos yet -%mvn_build -f -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 -Dcommons.osgi.symbolicName=org.apache.commons.jxpath +%mvn_build -f -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 -Dcommons.osgi.symbolicName=org.apache.commons.jxpath %install %mvn_install @@ -67,6 +67,9 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java %license LICENSE.txt NOTICE.txt %changelog +* Tue Nov 02 2021 Mikolaj Izdebski - 1.3-41 +- Bump Java compiler source/target levels to 1.7 + * Wed Jul 21 2021 Fedora Release Engineering - 1.3-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild