Skip to content

Commit e0987f6

Browse files
committed
Use latest java-parent-pom
1 parent 1e506f4 commit e0987f6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

affinity-test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.openhft</groupId>
2222
<artifactId>java-parent-pom</artifactId>
23-
<version>1.1.18</version>
23+
<version>1.1.22</version>
2424
<relativePath />
2525
</parent>
2626

@@ -125,7 +125,6 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-compiler-plugin</artifactId>
128-
<version>3.6.2</version>
129128
<configuration>
130129
<compilerArgument>-Xlint:deprecation</compilerArgument>
131130
<source>1.8</source>

affinity/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<parent>
2121
<groupId>net.openhft</groupId>
2222
<artifactId>java-parent-pom</artifactId>
23-
<version>1.1.18</version>
24-
<relativePath />
23+
<version>1.1.22</version>
2524
</parent>
2625

2726
<modelVersion>4.0.0</modelVersion>
@@ -90,11 +89,10 @@
9089
<plugin>
9190
<groupId>org.apache.maven.plugins</groupId>
9291
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.6.2</version>
9492
<configuration>
9593
<compilerArgument>-Xlint:deprecation</compilerArgument>
96-
<source>1.7</source>
97-
<target>1.7</target>
94+
<source>1.8</source>
95+
<target>1.8</target>
9896
<encoding>UTF-8</encoding>
9997
</configuration>
10098
</plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.openhft</groupId>
2222
<artifactId>root-parent-pom</artifactId>
23-
<version>1.1.12</version>
23+
<version>1.2.1</version>
2424
<relativePath />
2525
</parent>
2626

0 commit comments

Comments
 (0)