Skip to content

Commit 2b4c5aa

Browse files
Merge pull request OpenHFT#106 from OpenHFT/latest-openhft-poms
Bring all versions to the same level so we test the version that a Ch…
2 parents 44d1d3f + 5497748 commit 2b4c5aa

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

affinity-test/pom.xml

Lines changed: 2 additions & 2 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.36</version>
24+
<version>1.24.0-SNAPSHOT</version>
2525
<relativePath />
2626
</parent>
2727

@@ -42,7 +42,7 @@
4242
<groupId>net.openhft</groupId>
4343
<artifactId>third-party-bom</artifactId>
4444
<type>pom</type>
45-
<version>3.22.4</version>
45+
<version>3.24.0-SNAPSHOT</version>
4646
<scope>import</scope>
4747
</dependency>
4848
<dependency>

affinity/pom.xml

Lines changed: 2 additions & 3 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.36</version>
24+
<version>1.24.0-SNAPSHOT</version>
2525
<relativePath />
2626
</parent>
2727

@@ -43,7 +43,7 @@
4343
<groupId>net.openhft</groupId>
4444
<artifactId>third-party-bom</artifactId>
4545
<type>pom</type>
46-
<version>3.22.4</version>
46+
<version>3.24.0-SNAPSHOT</version>
4747
<scope>import</scope>
4848
</dependency>
4949
<dependency>
@@ -120,7 +120,6 @@
120120
<plugin>
121121
<groupId>org.codehaus.mojo</groupId>
122122
<artifactId>exec-maven-plugin</artifactId>
123-
<version>3.1.0</version>
124123
<executions>
125124
<execution>
126125
<!-- this execution happens just after compiling the java classes, and builds the native code. -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<parent>
2222
<groupId>net.openhft</groupId>
23-
<artifactId>root-parent-pom</artifactId>
24-
<version>1.2.23</version>
23+
<artifactId>java-parent-pom</artifactId>
24+
<version>1.24.0-SNAPSHOT</version>
2525
<relativePath />
2626
</parent>
2727

0 commit comments

Comments
 (0)