Skip to content

Commit 3eb91ef

Browse files
author
Shapeshifter
committed
[maven-release-plugin] prepare release v3.0.0
1 parent 7200e28 commit 3eb91ef

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

1010
<name>Shapeshifter Library</name>
@@ -277,7 +277,7 @@
277277
<url>https://github.com/shapeshifter/shapeshifter-library</url>
278278
<connection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</connection>
279279
<developerConnection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</developerConnection>
280-
<tag>HEAD</tag>
280+
<tag>v3.0.0</tag>
281281
</scm>
282282

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

0 commit comments

Comments
 (0)