Skip to content

Commit effc0fd

Browse files
committed
[maven-release-plugin] prepare release 3.5.0
1 parent d901224 commit effc0fd

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

aws-elasticache-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<groupId>com.google.code.simple-spring-memcached</groupId>
55
<artifactId>simple-spring-memcached-parent</artifactId>
6-
<version>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</version>
77
</parent>
88

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.google.code.simple-spring-memcached</groupId>
1010
<artifactId>simple-spring-memcached-parent</artifactId>
1111
<packaging>pom</packaging>
12-
<version>3.4.1-SNAPSHOT</version>
12+
<version>3.5.0</version>
1313
<name>simple-spring-memcached-parent</name>
1414
<description>Simple spring memcached - parent</description>
1515
<url>http://github.com/ragnor/simple-spring-memcached</url>

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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</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>3.4.1-SNAPSHOT</version>
6+
<version>3.5.0</version>
77
</parent>
88

99
<artifactId>xmemcached-provider</artifactId>

0 commit comments

Comments
 (0)