You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/06 02:56:07 UTC

svn commit: r1479434 - in /archiva/redback/redback-components/trunk/spring-cache: ./ spring-cache-api/ spring-cache-providers/ spring-cache-providers/spring-cache-ehcache/ spring-cache-providers/spring-cache-hashmap/ spring-cache-providers/spring-cache...

Author: olamy
Date: Mon May  6 00:56:06 2013
New Revision: 1479434

URL: http://svn.apache.org/r1479434
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    archiva/redback/redback-components/trunk/spring-cache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-cache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Mon May  6 00:56:06 2013
@@ -28,7 +28,7 @@
   <groupId>org.apache.archiva.redback.components.cache</groupId>
   <artifactId>spring-cache</artifactId>
   <name>Spring Cache Component</name>
-  <version>2.1</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <description>Cache API with various implementations : simple HashMap, ehcache, oscache. Based on Spring container.</description>
@@ -43,9 +43,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/tags/spring-cache-2.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/tags/spring-cache-2.1</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/tags/spring-cache-2.1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/</url>
   </scm>
 
   <modules>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml Mon May  6 00:56:06 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-api</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml Mon May  6 00:56:06 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <artifactId>spring-cache-providers</artifactId>
   <name>Spring Cache Providers</name>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml Mon May  6 00:56:06 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-ehcache</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml Mon May  6 00:56:06 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-hashmap</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml Mon May  6 00:56:06 2013
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-oscache</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml?rev=1479434&r1=1479433&r2=1479434&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml Mon May  6 00:56:06 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <artifactId>spring-cache-test</artifactId>
   <name>Spring Cache Tests</name>