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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new ca738bb6 RM details should not be in pom.xml
ca738bb6 is described below
commit ca738bb628ffca114183cdcce6adc29824ad387b
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 3 00:38:13 2023 +0100
RM details should not be in pom.xml
---
pom.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cf64b3c3..492ebe76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,9 +171,14 @@
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.release.version>2.10.0</commons.release.version>
<!-- Commons Release Plugin -->
+ <!-- Previous version of the component (used for reporting binary
compatibility check)-->
<commons.bc.version>2.9.0</commons.bc.version>
- <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
+ -->
<commons.rc.version>RC1</commons.rc.version>
<commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
<commons.release.desc>(requires Java 8)</commons.release.desc>