We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1f28 commit 376dcafCopy full SHA for 376dcaf
compiler/pom.xml
@@ -86,8 +86,8 @@
86
<artifactId>maven-compiler-plugin</artifactId>
87
<version>3.6.2</version>
88
<configuration>
89
- <source>1.6</source>
90
- <target>1.6</target>
+ <source>1.8</source>
+ <target>1.8</target>
91
</configuration>
92
</plugin>
93
<!--
pom.xml
@@ -19,8 +19,8 @@
19
20
<parent>
21
<groupId>net.openhft</groupId>
22
- <artifactId>java-parent-pom</artifactId>
23
- <version>1.1.16</version>
+ <artifactId>root-parent-pom</artifactId>
+ <version>1.1.12</version>
24
<relativePath />
25
</parent>
26
0 commit comments