Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ragnor committed Mar 28, 2014
1 parent f3df89d commit 0aee231
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<artifactId>integration-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jmemcached-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>jmemcached-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<packaging>pom</packaging>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
<name>simple-spring-memcached-parent</name>
<description>Simple spring memcached - parent</description>
<url>http://code.google.com/p/simple-spring-memcached/</url>
Expand Down
5 changes: 2 additions & 3 deletions simple-spring-memcached/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<artifactId>simple-spring-memcached</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions spring-cache-integration-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>spring-cache-integration-test</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions spring-cache/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>spring-cache</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions spymemcached-provider/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>spymemcached-provider</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions xmemcached-provider/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>xmemcached-provider</artifactId>
Expand Down

0 comments on commit 0aee231

Please sign in to comment.