Skip to content

Commit ecc8aa7

Browse files
committed
[maven-release-plugin] prepare release compiler-2.2.5
1 parent 433cc3b commit ecc8aa7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

compiler/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
~ along with this program. If not, see <http://www.gnu.org/licenses />.
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>
@@ -27,7 +26,7 @@
2726

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

3332
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -148,7 +147,7 @@
148147
<connection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</connection>
149148
<developerConnection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git
150149
</developerConnection>
151-
<tag>master</tag>
150+
<tag>compiler-2.2.5</tag>
152151
</scm>
153152

154153
</project>

0 commit comments

Comments
 (0)