Skip to content

Commit f8fef39

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release Java-Thread-Affinity-3.21ea82
1 parent dc2eb2f commit f8fef39

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

affinity-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727

2828
<artifactId>affinity-test</artifactId>
29-
<version>3.21ea82-SNAPSHOT</version>
29+
<version>3.21ea82</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>OpenHFT/Java-Thread-Affinity/affinity-test</name>
@@ -203,7 +203,7 @@
203203

204204
<scm>
205205
<url>scm:git:https://github.com/OpenHFT/Java-Thread-Affinity.git</url>
206-
<tag>HEAD</tag>
206+
<tag>Java-Thread-Affinity-3.21ea82</tag>
207207
</scm>
208208

209209
</project>

affinity/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
2322
<groupId>net.openhft</groupId>
2423
<artifactId>java-parent-pom</artifactId>
2524
<version>1.1.26</version>
26-
<relativePath/>
25+
<relativePath />
2726
</parent>
2827

2928
<artifactId>affinity</artifactId>
30-
<version>3.21ea82-SNAPSHOT</version>
29+
<version>3.21ea82</version>
3130
<packaging>bundle</packaging>
3231

3332
<name>OpenHFT/Java-Thread-Affinity/affinity</name>
@@ -254,7 +253,7 @@
254253
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
255254
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git
256255
</developerConnection>
257-
<tag>ea</tag>
256+
<tag>Java-Thread-Affinity-3.21ea82</tag>
258257
</scm>
259258

260259
</project>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
2322
<groupId>net.openhft</groupId>
2423
<artifactId>root-parent-pom</artifactId>
2524
<version>1.2.13</version>
26-
<relativePath/>
25+
<relativePath />
2726
</parent>
2827

2928
<artifactId>Java-Thread-Affinity</artifactId>
30-
<version>3.21ea82-SNAPSHOT</version>
29+
<version>3.21ea82</version>
3130
<packaging>pom</packaging>
3231

3332
<name>OpenHFT/Java-Thread-Affinity Parent</name>
@@ -43,7 +42,7 @@
4342
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
4443
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git
4544
</developerConnection>
46-
<tag>ea</tag>
45+
<tag>Java-Thread-Affinity-3.21ea82</tag>
4746
</scm>
4847

4948
</project>

0 commit comments

Comments
 (0)