Skip to content

Commit 5b2726e

Browse files
author
Shapeshifter
committed
[maven-release-plugin] prepare release v2.3.0
1 parent 5dfa61d commit 5b2726e

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.3.0-SNAPSHOT</version>
8+
<version>2.3.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.3.0-SNAPSHOT</version>
8+
<version>2.3.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.3.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Shapeshifter Library</name>
@@ -274,7 +274,7 @@
274274
<url>https://github.com/shapeshifter/shapeshifter-library</url>
275275
<connection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</connection>
276276
<developerConnection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</developerConnection>
277-
<tag>HEAD</tag>
277+
<tag>v2.3.0</tag>
278278
</scm>
279279

280280
<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.3.0-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)