Skip to content

Commit db1e0fa

Browse files
committed
[maven-release-plugin] prepare release affinity-2.1.0
1 parent 6f68e91 commit db1e0fa

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

affinity/pom.xml

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

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>net.openhft</groupId>
2523
<artifactId>java-parent-pom</artifactId>
2624
<version>1.0.1</version>
27-
<relativePath/>
25+
<relativePath />
2826
</parent>
2927

3028
<artifactId>affinity</artifactId>
31-
<version>2.1.0-SNAPSHOT</version>
29+
<version>2.1.0</version>
3230
<packaging>bundle</packaging>
3331

3432
<name>OpenHFT/Java-Thread-Affinity</name>
@@ -136,7 +134,7 @@
136134
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
137135
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git
138136
</developerConnection>
139-
<tag>master</tag>
137+
<tag>affinity-2.1.0</tag>
140138
</scm>
141139

142140
</project>

0 commit comments

Comments
 (0)