This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 216da0f7ccf014cbaf3bebbbf26b5a561bf673a9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 18 09:37:50 2022 -0400 Update to Java 8, test build on Java 11 and 17 --- pom.xml | 20 +++----------------- src/changes/changes.xml | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 507b10a..0771508 100644 --- a/pom.xml +++ b/pom.xml @@ -84,8 +84,8 @@ </scm> <properties> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>jxpath</commons.componentid> <commons.module.name>org.apache.commons.jxpath</commons.module.name> @@ -93,7 +93,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.rc.version>RC1</commons.rc.version> <commons.bc.version>1.3</commons.bc.version> - <commons.release.desc>(Java 7)</commons.release.desc> + <commons.release.desc>(Java 8)</commons.release.desc> <commons.jira.id>JXPATH</commons.jira.id> <commons.jira.pid>12310480</commons.jira.pid> @@ -155,13 +155,6 @@ </dependencies> </dependencyManagement> <dependencies> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.4.0</version> - <scope>provided</scope> - <optional>true</optional> - </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> @@ -182,13 +175,6 @@ <version>3.8.1</version> <scope>test</scope> </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> - <scope>provided</scope> - <optional>true</optional> - </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 317b26b..e9cca6c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- The release date is the date RC is cut --> <release version="1.4" date="2014-??-??" description="New features and bug fixes."> <action issue="JXPATH-184" dev="britter" type="update" > - Update to Java 7 + Update to Java 8 </action> <action issue="JXPATH-172" dev="britter" type="update" due-to="Michele Vivoda"> Clarify Javadoc of JXPathContext#getPointer