This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit a35d65d33b2aef97ef5d5a4f950a0ab1a19084fb Author: Thomas Vandahl <[email protected]> AuthorDate: Sat Apr 9 12:58:43 2022 +0200 Housekeeping --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e272c585..cbe12564 100644 --- a/pom.xml +++ b/pom.xml @@ -546,13 +546,13 @@ <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</commons.release.version> - <commons.release.name>commons-jcs3-dist-3.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> <!-- The RC version used in the staging repository URL. --> - <commons.rc.version>rc2</commons.rc.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> @@ -567,7 +567,6 @@ <jsr107.api.version>1.0.1</jsr107.api.version> <commons.collections.version>4.4</commons.collections.version> <commons.text.version>1.9</commons.text.version> - <commons.assembly-plugin.version>3.3.0</commons.assembly-plugin.version> <test.type>Unit</test.type> <doclint>none</doclint>
