Skip to content

Commit 52e3dc1

Browse files
committed
[maven-release-plugin] prepare release 4.1.1
1 parent 0ae10fd commit 52e3dc1

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

aws-elasticache-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>aws-elasticache-provider</artifactId>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88
<artifactId>integration-test</artifactId>
99
<packaging>jar</packaging>

jmemcached-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>jmemcached-maven-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>4.1.1-SNAPSHOT</version>
7+
<version>4.1.1</version>
88
<name>simple-spring-memcached-parent</name>
99
<description>Simple spring memcached - parent</description>
1010
<url>http://github.com/ragnor/simple-spring-memcached</url>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:[email protected]:ragnor/simple-spring-memcached.git</connection>
4848
<developerConnection>scm:git:[email protected]:ragnor/simple-spring-memcached.git</developerConnection>
4949
<url>http://github.com/ragnor/simple-spring-memcached</url>
50-
<tag>HEAD</tag>
50+
<tag>4.1.1</tag>
5151
</scm>
5252

5353
<issueManagement>

simple-spring-memcached/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88
<artifactId>simple-spring-memcached</artifactId>
99
<packaging>jar</packaging>

spring-cache-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>spring-cache-integration-test</artifactId>

spring-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>spring-cache</artifactId>

spymemcached-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>spymemcached-provider</artifactId>

xmemcached-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>4.1.1-SNAPSHOT</version>
6+
<version>4.1.1</version>
77
</parent>
88

99
<artifactId>xmemcached-provider</artifactId>

0 commit comments

Comments
 (0)