Skip to content

Commit 0d0e722

Browse files
committed
Update the bom and pom versions to latest.
1 parent 07638a5 commit 0d0e722

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

compiler/pom.xml

Lines changed: 4 additions & 3 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

@@ -39,7 +39,7 @@
3939
<groupId>net.openhft</groupId>
4040
<artifactId>third-party-bom</artifactId>
4141
<type>pom</type>
42-
<version>3.5.6</version>
42+
<version>3.6.0</version>
4343
<scope>import</scope>
4444
</dependency>
4545

@@ -82,8 +82,9 @@
8282

8383
<plugins>
8484
<plugin>
85+
<groupId>org.apache.maven.plugins</groupId>
8586
<artifactId>maven-compiler-plugin</artifactId>
86-
<version>3.5.1</version>
87+
<version>3.6.2</version>
8788
<configuration>
8889
<source>1.6</source>
8990
<target>1.6</target>

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.0</version>
25+
<version>1.1.9</version>
2626
<relativePath/>
2727
</parent>
2828

0 commit comments

Comments
 (0)