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 aa51518b52c935fdceb69c1ffc831112115bae3b Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Feb 5 16:34:00 2023 +0100 Add commons-release-plugin properties --- commons-jcs-dist/pom.xml | 1 + pom.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml index 2f31ceb4..ab632bad 100644 --- a/commons-jcs-dist/pom.xml +++ b/commons-jcs-dist/pom.xml @@ -72,6 +72,7 @@ <properties> <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <commons.release.isDistModule>true</commons.release.isDistModule> </properties> <profiles> diff --git a/pom.xml b/pom.xml index f4fca41d..04d0bc45 100644 --- a/pom.xml +++ b/pom.xml @@ -535,6 +535,8 @@ <commons.release.desc>(Java 8+)</commons.release.desc> <commons.releaseManagerName>tv</commons.releaseManagerName> <commons.releaseManagerKey>88817402</commons.releaseManagerKey> + <commons.release.isDistModule>false</commons.release.isDistModule> + <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.1</commons.bc.version> <commons.rc.version>rc1</commons.rc.version>