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 2023/01/08 19:49:50 UTC

[commons-jcs] 02/08: Prepare release

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

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

commit 913ed1af1c0ae1692cad3499fb080b0c371a9bbe
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Jan 8 19:59:30 2023 +0100

    Prepare release
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7614e498..7f23c929 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,8 +531,8 @@
     <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.1.1</commons.release.version>
+    <commons.release.name>commons-jcs3-dist-3.1.1</commons.release.name>
     <commons.release.desc>(Java 8+)</commons.release.desc>
     <commons.releaseManagerName>tv</commons.releaseManagerName>
     <commons.releaseManagerKey>88817402</commons.releaseManagerKey>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7c247cb..54cada01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -19,7 +19,7 @@
 		<author email="dev@commons.apache.org">Apache Commons Developers</author>
 	</properties>
 	<body>
-        <release version="3.1.1" date="TBD">Jeremy Long
+        <release version="3.1.1" date="2023-01-08">
             <action dev="tv" type="fix" issue="JCS-232" due-to="Jeremy Long">
                Handle ServiceConfigurationError when using a different logging framework
             </action>