Skip to content

Commit 0f06575

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release Java-Runtime-Compiler-2.3.1
1 parent 5f863a3 commit 0f06575

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

compiler/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

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>compiler</artifactId>
30-
<version>2.3.1-SNAPSHOT</version>
29+
<version>2.3.1</version>
3130
<packaging>bundle</packaging>
3231

3332
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -157,7 +156,7 @@
157156
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
158157
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
159158
</developerConnection>
160-
<tag>master</tag>
159+
<tag>Java-Runtime-Compiler-2.3.1</tag>
161160
</scm>
162161

163162
</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-Runtime-Compiler</artifactId>
31-
<version>2.3.1-SNAPSHOT</version>
29+
<version>2.3.1</version>
3230
<packaging>pom</packaging>
3331

3432
<name>Java Compiler Parent</name>
@@ -43,7 +41,7 @@
4341
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
4442
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
4543
</developerConnection>
46-
<tag>master</tag>
44+
<tag>Java-Runtime-Compiler-2.3.1</tag>
4745
</scm>
4846

4947
</project>

0 commit comments

Comments
 (0)