You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/11/03 11:48:29 UTC

svn commit: r1636319 - in /commons/proper/jcs/trunk: commons-jcs-core/pom.xml commons-jcs-dist/pom.xml commons-jcs-jcache-extras/pom.xml commons-jcs-jcache-openjpa/pom.xml commons-jcs-jcache/pom.xml commons-jcs-tck-tests/pom.xml pom.xml

Author: rmannibucau
Date: Mon Nov  3 10:48:29 2014
New Revision: 1636319

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

Modified:
    commons/proper/jcs/trunk/commons-jcs-core/pom.xml
    commons/proper/jcs/trunk/commons-jcs-dist/pom.xml
    commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml
    commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml
    commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml
    commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Mon Nov  3 10:48:29 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-dist/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Mon Nov  3 10:48:29 2014
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -68,23 +68,23 @@
     <dependency> <!-- no sources or javadoc since src/main/java is empty -->
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache-tck</artifactId>
-      <version>${project.version}</version>
+      <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache-extras</artifactId>
-      <version>${project.version}</version>
+      <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache-extras</artifactId>
-      <version>${project.version}</version>
+      <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache-extras</artifactId>
-      <version>${project.version}</version>
+      <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
     <dependency>

Modified: commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml Mon Nov  3 10:48:29 2014
@@ -21,11 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-extras</artifactId>
+  <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache Extras</name>
 
   <dependencies>
@@ -63,7 +64,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache</artifactId>
-      <version>${project.version}</version>
+      <version>2.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml Mon Nov  3 10:48:29 2014
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml Mon Nov  3 10:48:29 2014
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Mon Nov  3 10:48:29 2014
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.0-alpha-1</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,6 +34,7 @@
   -->
 
   <artifactId>commons-jcs-jcache-tck</artifactId>
+  <version>2.0-SNAPSHOT2.0-SNAPSHOT</version>
 
   <name>Apache Commons JCS :: JCache TCK</name>
 

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1636319&r1=1636318&r2=1636319&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Mon Nov  3 10:48:29 2014
@@ -27,7 +27,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-jcs</artifactId>
   <packaging>pom</packaging>
-  <version>2.0-alpha-1</version>
+  <version>2.0-SNAPSHOT</version>
 
   <!--
    * Build with -PjcacheTck to run the JSR-107 TCK
@@ -44,9 +44,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.0-alpha-1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.0-alpha-1</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.0-alpha-1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/trunk</url>
   </scm>
 
   <mailingLists>