Skip to content

Commit 7b2ab4a

Browse files
author
Gary Gregory
committed
[CODEC-257] Update from Java 7 to Java 8.
1 parent dd5e462 commit 7b2ab4a

5 files changed

Lines changed: 1292 additions & 1293 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ language: java
1717
sudo: false
1818

1919
jdk:
20-
- openjdk7
2120
- oraclejdk8
2221
- oraclejdk9
2322
- oraclejdk11

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ limitations under the License.
224224
</dependency>
225225
</dependencies>
226226
<properties>
227-
<maven.compiler.source>1.7</maven.compiler.source>
228-
<maven.compiler.target>1.7</maven.compiler.target>
227+
<maven.compiler.source>1.8</maven.compiler.source>
228+
<maven.compiler.target>1.8</maven.compiler.target>
229229
<commons.componentid>codec</commons.componentid>
230230
<commons.module.name>org.apache.commons.codec</commons.module.name>
231231
<commons.jira.id>CODEC</commons.jira.id>

0 commit comments

Comments
 (0)