Repository: commons-text Updated Branches: refs/heads/master a9c74209e -> c4d647767
TEXT-70: Build failure with java 9-ea+159 Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c4d64776 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c4d64776 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/c4d64776 Branch: refs/heads/master Commit: c4d647767f17f6aa11c8f3e85dd49e7d6c6bba55 Parents: a9c7420 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 10:41:40 2018 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Sun Jan 7 10:41:40 2018 +0100 ---------------------------------------------------------------------- pom.xml | 24 +----------------------- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/c4d64776/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 278fb2d..27c689c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>42</version> + <version>43</version> </parent> <artifactId>commons-text</artifactId> <version>1.3-SNAPSHOT</version> @@ -46,16 +46,8 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <!-- Use clirr version that works on Java 8 --> - <commons.clirr.version>2.8</commons.clirr.version> - <checkstyle.plugin.version>2.17</checkstyle.plugin.version> <checkstyle.version>6.19</checkstyle.version> - - <!-- Overrides for Java 9 compatibility until commons-parent 43 comes out. --> - <commons.jacoco.version>0.7.9</commons.jacoco.version> - <!-- Needs an update to the underlying findbugs project for Java 9 --> - <commons.findbugs.version>3.0.5</commons.findbugs.version> </properties> <dependencies> @@ -398,23 +390,9 @@ <jdk>9</jdk> </activation> <properties> - <!-- versions below 3.0.0 do not work with java 9 --> - <commons.javadoc.version>3.0.0-M1</commons.javadoc.version> <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> <coveralls.skip>true</coveralls.skip> </properties> </profile> - <profile> - <!-- Temporary hack to suppress Javadoc 8 errors --> - <!-- to re-enable the checks, build with -P-javadoc_8 --> - <id>javadoc_8</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <properties> - <!-- Disable Xdoclint, until JavaDoc issues are fixed --> - <additionalparam>-Xdoclint:none</additionalparam> - </properties> - </profile> </profiles> </project> http://git-wip-us.apache.org/repos/asf/commons-text/blob/c4d64776/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aff8855..352bd77 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.3" date="YYYY-MM-DD" description="Release 1.3"> + <action issue="TEXT-70" type="fix" dev="pschumacher">Build failure with java 9-ea+159</action> </release> <release version="1.2" date="2017-12-12" description="Release 1.2">