Skip to content

Commit 2eec16e

Browse files
committed
Bring all versions to the same level so we test the version that a Chronicle ALL jar uses
1 parent e48eb42 commit 2eec16e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 3 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.36</version>
25+
<version>1.24.0-SNAPSHOT</version>
2626
<relativePath />
2727
</parent>
2828
<artifactId>chronicle-test-framework</artifactId>
@@ -42,7 +42,7 @@
4242
<groupId>net.openhft</groupId>
4343
<artifactId>third-party-bom</artifactId>
4444
<type>pom</type>
45-
<version>3.23.0</version>
45+
<version>3.24.0-SNAPSHOT</version>
4646
<scope>import</scope>
4747
</dependency>
4848
</dependencies>
@@ -129,7 +129,6 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-jar-plugin</artifactId>
132-
<version>3.2.0</version>
133132
<configuration>
134133
<archive>
135134
<manifestEntries>

0 commit comments

Comments
 (0)