Skip to content

Commit 3c9ff4a

Browse files
committed
[maven-release-plugin] prepare release 4.0.0
1 parent 2959681 commit 3c9ff4a

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

backing-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.shoal</groupId>
2525
<artifactId>shoal</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<artifactId>shoal-backing-store</artifactId>

cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.shoal</groupId>
2525
<artifactId>shoal</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<artifactId>shoal-cache</artifactId>

gms/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.shoal</groupId>
2525
<artifactId>shoal-gms</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<artifactId>shoal-gms-api</artifactId>

gms/impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.shoal</groupId>
2525
<artifactId>shoal-gms</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<artifactId>shoal-gms-impl</artifactId>

gms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.shoal</groupId>
2525
<artifactId>shoal</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<artifactId>shoal-gms</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.glassfish.shoal</groupId>
3131
<artifactId>shoal</artifactId>
3232
<packaging>pom</packaging>
33-
<version>4.0.0-SNAPSHOT</version>
33+
<version>4.0.0</version>
3434

3535
<name>shoal</name>
3636
<description>GlassFish project for scalable dynamic clustering infrastructure to for fault tolerance, reliability and availability.</description>
@@ -40,7 +40,8 @@
4040
<connection>scm:git:https://github.com/eclipse-ee4j/glassfish-shoal.git</connection>
4141
<developerConnection>scm:git:https://github.com/eclipse-ee4j/glassfish-shoal.git</developerConnection>
4242
<url>https://github.com/eclipse-ee4j/glassfish-shoal</url>
43-
</scm>
43+
<tag>4.0.0</tag>
44+
</scm>
4445

4546
<issueManagement>
4647
<system>IssueTracker</system>

0 commit comments

Comments
 (0)