You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2017/02/05 13:17:25 UTC

svn commit: r1781744 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: ./ commons-jcs-core/ commons-jcs-dist/ commons-jcs-jcache-extras/ commons-jcs-jcache-openjpa/ commons-jcs-jcache/ commons-jcs-tck-tests/

Author: tv
Date: Sun Feb  5 13:17:25 2017
New Revision: 1781744

URL: http://svn.apache.org/viewvc?rev=1781744&view=rev
Log:
[maven-release-plugin] prepare release commons-jcs-2.1

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

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml Sun Feb  5 13:17:25 2017
@@ -22,20 +22,20 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-core</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons JCS :: Core</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-core</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-core</url>
   </scm>
 
   <properties>

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist/pom.xml Sun Feb  5 13:17:25 2017
@@ -21,20 +21,20 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-dist</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <packaging>pom</packaging>
   <name>Apache Commons JCS :: Distribution</name>
   <description>Creates the Apache Commons JCS multimodule distribution.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-dist</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-dist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-dist</url>
   </scm>
 
   <!-- NOTE: These dependency declarations are only required to sort this project to the 

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras/pom.xml Sun Feb  5 13:17:25 2017
@@ -21,18 +21,18 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-extras</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Apache Commons JCS :: JCache Extras</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-extras</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-extras</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-extras</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-extras</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa/pom.xml Sun Feb  5 13:17:25 2017
@@ -21,18 +21,18 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-openjpa</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Apache Commons JCS :: JCache OpenJPA</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache-openjpa</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-openjpa</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-openjpa</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache-openjpa</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache/pom.xml Sun Feb  5 13:17:25 2017
@@ -23,18 +23,18 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-jcache</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Apache Commons JCS :: JCache</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-jcache</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-jcache</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests/pom.xml Sun Feb  5 13:17:25 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,14 +34,14 @@
   -->
 
   <artifactId>commons-jcs-jcache-tck</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
 
   <name>Apache Commons JCS :: JCache TCK</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-tck-tests</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-tck-tests</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-tck-tests</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1/commons-jcs-tck-tests</url>
   </scm>
 
   <properties>

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/pom.xml?rev=1781744&r1=1781743&r2=1781744&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/pom.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/pom.xml Sun Feb  5 13:17:25 2017
@@ -26,7 +26,7 @@
 
   <artifactId>commons-jcs</artifactId>
   <packaging>pom</packaging>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
 
   <!--
    * Build with -PjcacheTck to run the JSR-107 TCK
@@ -51,9 +51,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.1-RC</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1</url>
   </scm>
 
   <mailingLists>