Skip to content

Commit 376dcaf

Browse files
committed
Fix maven
1 parent 14b1f28 commit 376dcaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
<artifactId>maven-compiler-plugin</artifactId>
8787
<version>3.6.2</version>
8888
<configuration>
89-
<source>1.6</source>
90-
<target>1.6</target>
89+
<source>1.8</source>
90+
<target>1.8</target>
9191
</configuration>
9292
</plugin>
9393
<!--

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<parent>
2121
<groupId>net.openhft</groupId>
22-
<artifactId>java-parent-pom</artifactId>
23-
<version>1.1.16</version>
22+
<artifactId>root-parent-pom</artifactId>
23+
<version>1.1.12</version>
2424
<relativePath />
2525
</parent>
2626

0 commit comments

Comments
 (0)