Skip to content

Commit 0e486c2

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release Java-Thread-Affinity-3.1.8
1 parent 18cf098 commit 0e486c2

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

affinity-test/pom.xml

Lines changed: 5 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

2220
<parent>
2321
<groupId>net.openhft</groupId>
2422
<artifactId>java-parent-pom</artifactId>
2523
<version>1.1.16</version>
26-
<relativePath/>
24+
<relativePath />
2725
</parent>
2826

2927
<modelVersion>4.0.0</modelVersion>
3028
<artifactId>affinity-test</artifactId>
31-
<version>3.1.8-SNAPSHOT</version>
29+
<version>3.1.8</version>
3230
<packaging>bundle</packaging>
3331

3432
<name>OpenHFT/Java-Thread-Affinity/affinity-test</name>
@@ -190,7 +188,8 @@
190188

191189
<scm>
192190
<url>scm:git:https://github.com/OpenHFT/Java-Thread-Affinity.git</url>
193-
</scm>
191+
<tag>Java-Thread-Affinity-3.1.8</tag>
192+
</scm>
194193

195194
</project>
196195

affinity/pom.xml

Lines changed: 6 additions & 7 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

2120
<parent>
2221
<groupId>net.openhft</groupId>
2322
<artifactId>java-parent-pom</artifactId>
2423
<version>1.1.16</version>
25-
<relativePath/>
24+
<relativePath />
2625
</parent>
2726

2827
<modelVersion>4.0.0</modelVersion>
2928
<artifactId>affinity</artifactId>
30-
<version>3.1.8-SNAPSHOT</version>
29+
<version>3.1.8</version>
3130
<packaging>bundle</packaging>
3231

3332
<name>OpenHFT/Java-Thread-Affinity/affinity</name>
@@ -113,9 +112,9 @@
113112
</goals>
114113
<configuration>
115114
<target>
116-
<property name="makefile" value="${project.basedir}/${native.source.dir}/Makefile"/>
115+
<property name="makefile" value="${project.basedir}/${native.source.dir}/Makefile" />
117116
<!-- make it executable -->
118-
<chmod file="${makefile}" perm="u+x"/>
117+
<chmod file="${makefile}" perm="u+x" />
119118
</target>
120119
</configuration>
121120
</execution>
@@ -225,7 +224,7 @@
225224
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
226225
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git
227226
</developerConnection>
228-
<tag>master</tag>
227+
<tag>Java-Thread-Affinity-3.1.8</tag>
229228
</scm>
230229

231230
</project>

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

2220
<parent>
2321
<groupId>net.openhft</groupId>
2422
<artifactId>root-parent-pom</artifactId>
2523
<version>1.1.12</version>
26-
<relativePath/>
24+
<relativePath />
2725
</parent>
2826

2927
<modelVersion>4.0.0</modelVersion>
3028
<artifactId>Java-Thread-Affinity</artifactId>
31-
<version>3.1.8-SNAPSHOT</version>
29+
<version>3.1.8</version>
3230
<packaging>pom</packaging>
3331

3432
<name>OpenHFT/Java-Thread-Affinity Parent</name>
@@ -44,7 +42,7 @@
4442
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
4543
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git
4644
</developerConnection>
47-
<tag>master</tag>
45+
<tag>Java-Thread-Affinity-3.1.8</tag>
4846
</scm>
4947

5048
</project>

0 commit comments

Comments
 (0)