Skip to content

Commit 1598e8b

Browse files
author
Teamcity
committed
[maven-release-plugin] prepare release 1.5.2
1 parent 43e74a9 commit 1598e8b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.coldhands.pair.stairs</groupId>
66
<artifactId>pair-stairs</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>backend</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.coldhands.pair.stairs</groupId>
66
<artifactId>pair-stairs</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>core</artifactId>

legacy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.coldhands.pair.stairs</groupId>
66
<artifactId>pair-stairs</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>legacy</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.coldhands.pair.stairs</groupId>
66
<artifactId>pair-stairs</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
<packaging>pom</packaging>
99
<name>pair-stairs</name>
1010

@@ -259,6 +259,6 @@
259259
<url>https://github.com/jamieredding/pair-stairs</url>
260260
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
261261
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
262-
<tag>HEAD</tag>
262+
<tag>1.5.2</tag>
263263
</scm>
264264
</project>

0 commit comments

Comments
 (0)