This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 0bfe20ad Next version will be 3.3.0
0bfe20ad is described below
commit 0bfe20ad1340826d324777bee49b8959636b76b8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 18 10:22:28 2024 -0400
Next version will be 3.3.0
- Remove duplicate version declarations
---
commons-jcs3-core/pom.xml | 4 ++--
commons-jcs3-dist/pom.xml | 3 +--
commons-jcs3-jcache-extras/pom.xml | 3 +--
commons-jcs3-jcache-openjpa/pom.xml | 3 +--
commons-jcs3-jcache-tck/pom.xml | 3 +--
commons-jcs3-jcache/pom.xml | 3 +--
commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml | 2 +-
commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml | 2 +-
commons-jcs3-sandbox/pom.xml | 2 +-
pom.xml | 10 +++++-----
src/changes/changes.xml | 2 +-
11 files changed, 16 insertions(+), 21 deletions(-)
diff --git a/commons-jcs3-core/pom.xml b/commons-jcs3-core/pom.xml
index 9cde9bbd..6b67e653 100644
--- a/commons-jcs3-core/pom.xml
+++ b/commons-jcs3-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.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-jcs3-core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Commons JCS :: Core</name>
diff --git a/commons-jcs3-dist/pom.xml b/commons-jcs3-dist/pom.xml
index 6f270370..a0e366ba 100644
--- a/commons-jcs3-dist/pom.xml
+++ b/commons-jcs3-dist/pom.xml
@@ -21,12 +21,11 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-dist</artifactId>
- <version>3.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Commons JCS :: Distribution</name>
<description>Creates the Apache Commons JCS multimodule
distribution.</description>
diff --git a/commons-jcs3-jcache-extras/pom.xml
b/commons-jcs3-jcache-extras/pom.xml
index 116603a6..fb4a9cb9 100644
--- a/commons-jcs3-jcache-extras/pom.xml
+++ b/commons-jcs3-jcache-extras/pom.xml
@@ -21,12 +21,11 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-jcache-extras</artifactId>
- <version>3.2.2-SNAPSHOT</version>
<name>Apache Commons JCS :: JCache Extras</name>
<scm>
diff --git a/commons-jcs3-jcache-openjpa/pom.xml
b/commons-jcs3-jcache-openjpa/pom.xml
index a6a38a69..b0a3f3f5 100644
--- a/commons-jcs3-jcache-openjpa/pom.xml
+++ b/commons-jcs3-jcache-openjpa/pom.xml
@@ -21,12 +21,11 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-jcache-openjpa</artifactId>
- <version>3.2.2-SNAPSHOT</version>
<name>Apache Commons JCS :: JCache OpenJPA</name>
<scm>
diff --git a/commons-jcs3-jcache-tck/pom.xml b/commons-jcs3-jcache-tck/pom.xml
index ff5b363d..c790a605 100644
--- a/commons-jcs3-jcache-tck/pom.xml
+++ b/commons-jcs3-jcache-tck/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,6 @@
-->
<artifactId>commons-jcs3-jcache-tck</artifactId>
- <version>3.2.2-SNAPSHOT</version>
<name>Apache Commons JCS :: JCache TCK</name>
diff --git a/commons-jcs3-jcache/pom.xml b/commons-jcs3-jcache/pom.xml
index d8a6238c..e5ec6aa8 100644
--- a/commons-jcs3-jcache/pom.xml
+++ b/commons-jcs3-jcache/pom.xml
@@ -23,12 +23,11 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-jcs3-jcache</artifactId>
- <version>3.2.2-SNAPSHOT</version>
<name>Apache Commons JCS :: JCache</name>
<scm>
diff --git a/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
b/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
index 137f9dc6..269e0b0d 100644
--- a/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
+++ b/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3-sandbox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<artifactId>commons-jcs3-filecache</artifactId>
diff --git a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
index 8cd5bce4..9832195f 100644
--- a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
+++ b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3-sandbox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<artifactId>commons-jcs3-yajcache</artifactId>
diff --git a/commons-jcs3-sandbox/pom.xml b/commons-jcs3-sandbox/pom.xml
index a3f4f7e6..d5fd84da 100644
--- a/commons-jcs3-sandbox/pom.xml
+++ b/commons-jcs3-sandbox/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
</parent>
<artifactId>commons-jcs3-sandbox</artifactId>
diff --git a/pom.xml b/pom.xml
index 229cc68e..8bc839c7 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.3.0-SNAPSHOT</version>
<!--
* Build with -PjcacheTck to run the JSR-107 TCK
@@ -543,12 +543,12 @@
<commons.componentid>jcs</commons.componentid>
<commons.osgi.symbolicName>org.apache.commons.${project.artifactId}</commons.osgi.symbolicName>
<commons.module.name>org.apache.commons.jcs3</commons.module.name>
- <commons.release.version>3.2</commons.release.version>
- <commons.release.name>commons-jcs3-dist-3.2</commons.release.name>
+ <commons.release.version>3.3.0</commons.release.version>
+ <commons.release.name>commons-jcs3-dist-3.3.0</commons.release.name>
<commons.release.desc>(Java 17+)</commons.release.desc>
<!-- The RC version used in the staging repository URL. -->
- <commons.bc.version>3.1</commons.bc.version>
- <commons.rc.version>rc1</commons.rc.version>
+ <commons.bc.version>3.2.1</commons.bc.version>
+ <commons.rc.version>RC1</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 45d28ef7..632b4802 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
<author email="[email protected]">Apache Commons
Developers</author>
</properties>
<body>
- <release version="4.0.0" date="YYYY-MM-DD">
+ <release version="3.3.0" date="YYYY-MM-DD">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="ammannmi">
Fix put time in JCSCache.put(K, V) #276.