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 ada8e235e8ca54e9574fd81cdeddd807c737d947 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Jan 8 20:29:18 2023 +0100 japicmp wants a 3.2 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 7f23c929..7614e498 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.1.1</commons.release.version> - <commons.release.name>commons-jcs3-dist-3.1.1</commons.release.name> + <commons.release.version>3.2</commons.release.version> + <commons.release.name>commons-jcs3-dist-3.2</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 54cada01..23a2164d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -19,7 +19,7 @@ <author email="d...@commons.apache.org">Apache Commons Developers</author> </properties> <body> - <release version="3.1.1" date="2023-01-08"> + <release version="3.2" 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>