Skip to content

Commit b65fa40

Browse files
author
Shapeshifter
committed
[maven-release-plugin] prepare release v3.4.0
1 parent 9ef2c80 commit b65fa40

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.4.0-SNAPSHOT</version>
8+
<version>3.4.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.4.0-SNAPSHOT</version>
8+
<version>3.4.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.4.0-SNAPSHOT</version>
7+
<version>3.4.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Shapeshifter Library</name>
@@ -284,7 +284,7 @@
284284
<url>https://github.com/shapeshifter/shapeshifter-library</url>
285285
<connection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</connection>
286286
<developerConnection>scm:git:https://github.com/shapeshifter/shapeshifter-library.git</developerConnection>
287-
<tag>HEAD</tag>
287+
<tag>v3.4.0</tag>
288288
</scm>
289289

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

0 commit comments

Comments
 (0)