Skip to content

Commit 993b177

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release compiler-2.4.0
1 parent 5633f06 commit 993b177

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 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.24</version>
25-
<relativePath/>
24+
<relativePath />
2625
</parent>
2726

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

3332
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -110,7 +109,7 @@
110109
<executable>java</executable>
111110
<arguments>
112111
<argument>-classpath</argument>
113-
<classpath/>
112+
<classpath />
114113
<argument>net.openhft.compiler.CompilerTest</argument>
115114
</arguments>
116115
</configuration>
@@ -173,7 +172,7 @@
173172
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
174173
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
175174
</developerConnection>
176-
<tag>master</tag>
175+
<tag>compiler-2.4.0</tag>
177176
</scm>
178177

179178
</project>

0 commit comments

Comments
 (0)