Repository: commons-text Updated Branches: refs/heads/master 51e22754a -> 6f06de9eb
Require Java 8 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7a06a19e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7a06a19e Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7a06a19e Branch: refs/heads/master Commit: 7a06a19e466707cd7391cdd4a447b2c101a67494 Parents: 8dde83f Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Wed Apr 4 18:29:17 2018 +0200 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Wed Apr 4 18:35:17 2018 +0200 ---------------------------------------------------------------------- .travis.yml | 1 - pom.xml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7a06a19e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6e09a29..f872e33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ language: java sudo: false jdk: - - openjdk7 - oraclejdk8 - oraclejdk9 http://git-wip-us.apache.org/repos/asf/commons-text/blob/7a06a19e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b105e17..8f872f9 100644 --- a/pom.xml +++ b/pom.xml @@ -30,14 +30,14 @@ <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <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>text</commons.componentid> <commons.module.name>org.apache.commons.text</commons.module.name> <commons.release.version>1.4</commons.release.version> - <commons.release.desc>(Java 7+)</commons.release.desc> + <commons.release.desc>(Java 8+)</commons.release.desc> <commons.jira.id>TEXT</commons.jira.id> <commons.jira.pid>12318221</commons.jira.pid> @@ -49,7 +49,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> - <checkstyle.version>6.19</checkstyle.version> + <checkstyle.version>8.9</checkstyle.version> </properties> <dependencies> @@ -74,7 +74,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>2.9.0</version> + <version>3.9.1</version> <scope>test</scope> </dependency> </dependencies>