Skip to content

Commit

Permalink
Merge a383506 into 51e2275
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher committed Apr 4, 2018
2 parents 51e2275 + a383506 commit a60d52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,6 @@ language: java
sudo: false

jdk:
- openjdk7
- oraclejdk8
- oraclejdk9

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a60d52a

Please sign in to comment.