Skip to content

Commit c2f60ff

Browse files
committed
latest parent and third-party pom/bom
1 parent fdd9aec commit c2f60ff

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>net.openhft</groupId>
2323
<artifactId>java-parent-pom</artifactId>
24-
<version>1.1.24</version>
24+
<version>1.1.26</version>
2525
<relativePath />
2626
</parent>
2727

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>net.openhft</groupId>
4040
<artifactId>third-party-bom</artifactId>
41-
<version>3.19.4</version>
41+
<version>3.19.9</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
@@ -84,7 +84,6 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-compiler-plugin</artifactId>
87-
<version>3.8.1</version>
8887
<configuration>
8988
<source>1.8</source>
9089
<target>1.8</target>
@@ -94,7 +93,6 @@
9493
<plugin>
9594
<groupId>org.codehaus.mojo</groupId>
9695
<artifactId>exec-maven-plugin</artifactId>
97-
<version>3.0.0</version>
9896
<executions>
9997
<execution>
10098
<id>compiler-test</id>
@@ -126,7 +124,6 @@
126124
<plugin>
127125
<groupId>org.apache.servicemix.tooling</groupId>
128126
<artifactId>depends-maven-plugin</artifactId>
129-
<version>1.4.0</version>
130127
<executions>
131128
<execution>
132129
<id>generate-depends-file</id>

0 commit comments

Comments
 (0)