Skip to content

Commit 9f27899

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release compiler-2.21ea80
1 parent 3f41678 commit 9f27899

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

2928
<artifactId>compiler</artifactId>
30-
<version>2.21ea80-SNAPSHOT</version>
29+
<version>2.21ea80</version>
3130
<packaging>bundle</packaging>
3231

3332
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -108,7 +107,7 @@
108107
<executable>java</executable>
109108
<arguments>
110109
<argument>-classpath</argument>
111-
<classpath/>
110+
<classpath />
112111
<argument>net.openhft.compiler.CompilerTest</argument>
113112
</arguments>
114113
</configuration>
@@ -224,7 +223,7 @@
224223
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
225224
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
226225
</developerConnection>
227-
<tag>ea</tag>
226+
<tag>compiler-2.21ea80</tag>
228227
</scm>
229228

230229
</project>

0 commit comments

Comments
 (0)