Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit ed7dbe5

Browse files
author
ranade
committed
update to latest jar-pom, fastutil 8 requires jdk 8
1 parent b510fb1 commit ed7dbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jar-pom</artifactId>
55
<groupId>com.addthis.common.build.maven.pom</groupId>
6-
<version>3.4.0</version>
6+
<version>3.8.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
2222
</licenses>
2323

2424
<properties>
25-
<project.build.targetJdk>1.7</project.build.targetJdk>
25+
<project.build.targetJdk>1.8</project.build.targetJdk>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)