Author: tv
Date: Wed Jun 21 15:13:28 2017
New Revision: 1799468

URL: http://svn.apache.org/viewvc?rev=1799468&view=rev
Log:
Bump up version

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-sandbox/filecache/pom.xml
    commons/proper/jcs/trunk/commons-jcs-sandbox/pom.xml
    commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Wed Jun 21 15:13:28 2017
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-core</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons JCS :: Core</name>

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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-dist/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Wed Jun 21 15:13:28 2017
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-dist</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons JCS :: Distribution</name>
   <description>Creates the Apache Commons JCS multimodule 
distribution.</description>

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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml Wed Jun 21 
15:13:28 2017
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-extras</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache Extras</name>
 
   <scm>

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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml Wed Jun 21 
15:13:28 2017
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-openjpa</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache OpenJPA</name>
 
   <scm>

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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml Wed Jun 21 15:13:28 2017
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-jcache</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache</name>
 
   <scm>

Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/filecache/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/filecache/pom.xml?rev=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/filecache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/filecache/pom.xml Wed Jun 21 
15:13:28 2017
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs-sandbox</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-jcs-filecache</artifactId>

Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/pom.xml?rev=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/pom.xml Wed Jun 21 15:13:28 
2017
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-jcs-sandbox</artifactId>

Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml?rev=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml Wed Jun 21 
15:13:28 2017
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs-sandbox</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-jcs-yajcache</artifactId>

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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Wed Jun 21 15:13:28 
2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@
   -->
 
   <artifactId>commons-jcs-jcache-tck</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-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=1799468&r1=1799467&r2=1799468&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Jun 21 15:13:28 2017
@@ -26,7 +26,7 @@
 
   <artifactId>commons-jcs</artifactId>
   <packaging>pom</packaging>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
 
   <!--
    * Build with -PjcacheTck to run the JSR-107 TCK


Reply via email to