Skip to content

Commit b4f9d34

Browse files
author
Shapeshifter
committed
[maven-release-plugin] prepare release v2.5.0
1 parent 245e678 commit b4f9d34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lfenergy.shapeshifter</groupId>
77
<artifactId>shapeshifter-library</artifactId>
8-
<version>2.5.0-SNAPSHOT</version>
8+
<version>2.5.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lfenergy.shapeshifter</groupId>
77
<artifactId>shapeshifter-library</artifactId>
8-
<version>2.5.0-SNAPSHOT</version>
8+
<version>2.5.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.lfenergy.shapeshifter</groupId>
66
<artifactId>shapeshifter-library</artifactId>
7-
<version>2.5.0-SNAPSHOT</version>
7+
<version>2.5.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Shapeshifter Library</name>
@@ -275,7 +275,7 @@
275275
<url>https://github.com/shapeshifter/shapeshifter-library</url>
276276
<connection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</connection>
277277
<developerConnection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</developerConnection>
278-
<tag>HEAD</tag>
278+
<tag>v2.5.0</tag>
279279
</scm>
280280

281281
<distributionManagement>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lfenergy.shapeshifter</groupId>
77
<artifactId>shapeshifter-library</artifactId>
8-
<version>2.5.0-SNAPSHOT</version>
8+
<version>2.5.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)