Skip to content

Commit 0057016

Browse files
committed
move modelVersion to the top
1 parent 772f233 commit 0057016

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

affinity-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
-->
1717

1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<modelVersion>4.0.0</modelVersion>
1920

2021
<parent>
2122
<groupId>net.openhft</groupId>
@@ -24,7 +25,6 @@
2425
<relativePath/>
2526
</parent>
2627

27-
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>affinity-test</artifactId>
2929
<version>3.20.0-SNAPSHOT</version>
3030
<packaging>bundle</packaging>

affinity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
-->
1717

1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<modelVersion>4.0.0</modelVersion>
1920

2021
<parent>
2122
<groupId>net.openhft</groupId>
@@ -24,7 +25,6 @@
2425
<relativePath/>
2526
</parent>
2627

27-
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>affinity</artifactId>
2929
<version>3.20.1-SNAPSHOT</version>
3030
<packaging>bundle</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
-->
1717

1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<modelVersion>4.0.0</modelVersion>
1920

2021
<parent>
2122
<groupId>net.openhft</groupId>
@@ -24,7 +25,6 @@
2425
<relativePath/>
2526
</parent>
2627

27-
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>Java-Thread-Affinity</artifactId>
2929
<version>3.20.0-SNAPSHOT</version>
3030
<packaging>pom</packaging>

0 commit comments

Comments
 (0)