Skip to content

Commit 2c30e39

Browse files
committed
[maven-release-plugin] prepare release affinity-2.0.3
1 parent 172a8e5 commit 2c30e39

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.0.1</version>
26-
<relativePath/>
25+
<relativePath />
2726
</parent>
2827

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

3332
<name>OpenHFT/Java-Thread-Affinity</name>
@@ -193,7 +192,7 @@
193192
<url>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</url>
194193
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
195194
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</developerConnection>
196-
<tag>master</tag>
195+
<tag>affinity-2.0.3</tag>
197196
</scm>
198197

199198
</project>

0 commit comments

Comments
 (0)