Skip to content

Commit ec80ae7

Browse files
committed
Update the bom and pom versions to latest.
1 parent 4125d95 commit ec80ae7

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

affinity-test/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>net.openhft</groupId>
2424
<artifactId>java-parent-pom</artifactId>
25-
<version>1.1.10</version>
25+
<version>1.1.12</version>
2626
<relativePath/>
2727
</parent>
2828

@@ -44,7 +44,7 @@
4444
<groupId>net.openhft</groupId>
4545
<artifactId>third-party-bom</artifactId>
4646
<type>pom</type>
47-
<version>3.5.9</version>
47+
<version>3.6.0</version>
4848
<scope>import</scope>
4949
</dependency>
5050
<dependency>
@@ -128,6 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-compiler-plugin</artifactId>
131+
<version>3.6.2</version>
131132
<configuration>
132133
<compilerArgument>-Xlint:deprecation</compilerArgument>
133134
<source>1.8</source>

affinity/pom.xml

Lines changed: 3 additions & 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.10</version>
23+
<version>1.1.12</version>
2424
<relativePath />
2525
</parent>
2626

@@ -43,7 +43,7 @@
4343
<groupId>net.openhft</groupId>
4444
<artifactId>third-party-bom</artifactId>
4545
<type>pom</type>
46-
<version>3.5.9</version>
46+
<version>3.6.0</version>
4747
<scope>import</scope>
4848
</dependency>
4949
</dependencies>
@@ -90,6 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-compiler-plugin</artifactId>
93+
<version>3.6.2</version>
9394
<configuration>
9495
<compilerArgument>-Xlint:deprecation</compilerArgument>
9596
<source>1.7</source>

pom.xml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>net.openhft</groupId>
2424
<artifactId>root-parent-pom</artifactId>
25-
<version>1.1.1</version>
25+
<version>1.1.9</version>
2626
<relativePath/>
2727
</parent>
2828

0 commit comments

Comments
 (0)