This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new b485610 Document property usage b485610 is described below commit b485610920f5ed872d3b513f6c4d6eb44578709a Author: Sebb <s...@apache.org> AuthorDate: Mon Oct 2 23:38:45 2023 +0100 Document property usage --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 675ab30..7685477 100644 --- a/pom.xml +++ b/pom.xml @@ -265,12 +265,17 @@ <!-- Commons Release Plugin --> <commons.release.version>1.14.0</commons.release.version> + <!-- Previous version of the component (used for reporting binary compatibility check)--> <commons.bc.version>1.13</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> - <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> - <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> + <!-- + Define the following in ~/.m2/settings.xml in an active profile: + (or provide them on the command line) + commons.releaseManagerName + commons.releaseManagerKey + --> <!-- JS --> <!-- 22.1.0 requires Java 11 -->