This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch release-3.2.1
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit d585075141e0b9e3e32b2b5813f8664a7b9768bb
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Sat Apr 20 11:03:51 2024 +0200

    Prepare for rc2
---
 commons-jcs-core/pom.xml           | 4 ++--
 commons-jcs-dist/pom.xml           | 4 ++--
 commons-jcs-jcache-extras/pom.xml  | 4 ++--
 commons-jcs-jcache-openjpa/pom.xml | 4 ++--
 commons-jcs-jcache/pom.xml         | 4 ++--
 commons-jcs-tck-tests/pom.xml      | 4 ++--
 pom.xml                            | 5 ++---
 src/changes/changes.xml            | 5 ++++-
 8 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index f384197b..46c8e9bf 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs3</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs3-core</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons JCS :: Core</name>
diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml
index f5edab3c..a9a8e3ba 100644
--- a/commons-jcs-dist/pom.xml
+++ b/commons-jcs-dist/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs3</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs3-dist</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons JCS :: Distribution</name>
   <description>Creates the Apache Commons JCS multimodule 
distribution.</description>
diff --git a/commons-jcs-jcache-extras/pom.xml 
b/commons-jcs-jcache-extras/pom.xml
index 1a28f08b..58d8c5f4 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs3</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs3-jcache-extras</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache Extras</name>
 
   <scm>
diff --git a/commons-jcs-jcache-openjpa/pom.xml 
b/commons-jcs-jcache-openjpa/pom.xml
index 97ceed6f..c6e6eff2 100644
--- a/commons-jcs-jcache-openjpa/pom.xml
+++ b/commons-jcs-jcache-openjpa/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs3</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs3-jcache-openjpa</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache OpenJPA</name>
 
   <scm>
diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml
index 4475419c..3b067289 100644
--- a/commons-jcs-jcache/pom.xml
+++ b/commons-jcs-jcache/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs3</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs3-jcache</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <name>Apache Commons JCS :: JCache</name>
 
   <scm>
diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml
index 172771bd..565d310e 100644
--- a/commons-jcs-tck-tests/pom.xml
+++ b/commons-jcs-tck-tests/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs3</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@
   -->
 
   <artifactId>commons-jcs3-jcache-tck</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
 
   <name>Apache Commons JCS :: JCache TCK</name>
 
diff --git a/pom.xml b/pom.xml
index b2e398e3..5eb9a53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <artifactId>commons-jcs3</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
 
   <!--
    * Build with -PjcacheTck to run the JSR-107 TCK
@@ -54,7 +54,6 @@
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
-    <tag>commons-jcs3-3.2-rc1</tag>
   </scm>
 
   <mailingLists>
@@ -557,7 +556,7 @@
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <!-- The RC version used in the staging repository URL. -->
     <commons.bc.version>3.2</commons.bc.version>
-    <commons.rc.version>rc1</commons.rc.version>
+    <commons.rc.version>rc2</commons.rc.version>
     <commons.jira.id>JCS</commons.jira.id>
     <commons.site.path>commons-jcs</commons.site.path>
     <commons.scmPubUrl>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e50b0d2..6a574fe3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
                <author email="d...@commons.apache.org">Apache Commons 
Developers</author>
        </properties>
        <body>
-        <release version="3.2.1" date="2024-04-04">
+        <release version="3.2.1" date="2024-04-20" description="JDK bug fix 
release">
             <action dev="tv" type="fix">
                Fix java.rmi.RemoteException: Method is not Remote in 
IRemoteCacheListener.
                This is caused by a fix for JDK issue JDK-8230967 in various 
JDKs such as 8u241, 
@@ -33,6 +33,9 @@
                <dueto name="Murali Thirugnanam" />
                <dueto name="Greg Parmiter" />
             </action>
+            <action dev="tv" type="update">
+               Update dependency openjpa to 3.2.2 to get rid of private 
transient dependencies
+            </action>
         </release>
         <release version="3.2" date="2023-08-22">
             <action dev="tv" type="fix" issue="JCS-234" due-to="Chris Lake">

Reply via email to