Skip to content

Commit c21f605

Browse files
committed
[maven-release-plugin] prepare release chronicle-queue-4.2.3
1 parent 5b91c5e commit c21f605

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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
<modelVersion>4.0.0</modelVersion>
2120
<properties>
2221
<additionalparam>-Xdoclint:none</additionalparam>
@@ -29,7 +28,7 @@
2928
</parent>
3029

3130
<artifactId>chronicle-queue</artifactId>
32-
<version>4.2.3-SNAPSHOT</version>
31+
<version>4.2.3</version>
3332
<packaging>bundle</packaging>
3433
<name>OpenHFT/Chronicle-Queue</name>
3534

@@ -199,7 +198,7 @@
199198
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
200199
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
201200
</developerConnection>
202-
<tag>master</tag>
201+
<tag>chronicle-queue-4.2.3</tag>
203202
</scm>
204203

205204
</project>

0 commit comments

Comments
 (0)