Skip to content

Commit 6827267

Browse files
author
dennis.mercuriali
committed
[maven-release-plugin] prepare release v3.4.0
1 parent 7aeef38 commit 6827267

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

blazingcache-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.blazingcache</groupId>
66
<artifactId>blazingcache</artifactId>
7-
<version>3.4.0-SNAPSHOT</version>
7+
<version>3.4.0</version>
88
</parent>
99
<artifactId>blazingcache-core</artifactId>
1010
<packaging>jar</packaging>

blazingcache-jcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.blazingcache</groupId>
66
<artifactId>blazingcache</artifactId>
7-
<version>3.4.0-SNAPSHOT</version>
7+
<version>3.4.0</version>
88
</parent>
99
<artifactId>blazingcache-jcache</artifactId>
1010
<groupId>org.blazingcache</groupId>

blazingcache-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.blazingcache</groupId>
66
<artifactId>blazingcache</artifactId>
7-
<version>3.4.0-SNAPSHOT</version>
7+
<version>3.4.0</version>
88
</parent>
99
<artifactId>blazingcache-services</artifactId>
1010
<packaging>jar</packaging>

blazingcache-site-skin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.blazingcache</groupId>
55
<artifactId>blazingcache</artifactId>
6-
<version>3.4.0-SNAPSHOT</version>
6+
<version>3.4.0</version>
77
</parent>
88
<artifactId>blazingcache-website-skin</artifactId>
99
<packaging>jar</packaging>

blazingcache-website/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.blazingcache</groupId>
66
<artifactId>blazingcache</artifactId>
7-
<version>3.4.0-SNAPSHOT</version>
7+
<version>3.4.0</version>
88
</parent>
99
<artifactId>blazingcache-website</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.blazingcache</groupId>
55
<artifactId>blazingcache</artifactId>
6-
<version>3.4.0-SNAPSHOT</version>
6+
<version>3.4.0</version>
77
<packaging>pom</packaging>
88
<name>BlazingCache</name>
99
<url>http://blazingcache.org</url>
@@ -19,7 +19,7 @@
1919
<url>https://github.com/diennea/blazingcache.git</url>
2020
<connection>scm:git:https://github.com/diennea/blazingcache.git</connection>
2121
<developerConnection>scm:git:https://github.com/diennea/blazingcache.git</developerConnection>
22-
<tag>release/3.4</tag>
22+
<tag>v3.4.0</tag>
2323
</scm>
2424
<developers>
2525
<developer>

0 commit comments

Comments
 (0)