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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 5d0b7d00 RM details should not be in pom.xml
5d0b7d00 is described below
commit 5d0b7d00ea8b91376accae3aace6ffac21316713
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 3 00:40:05 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 04e838ab..753d1a81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,12 +59,17 @@
<jmh.version>1.37</jmh.version>
<!-- Commons Release Plugin -->
+ <!-- Previous version of the component (used for reporting binary
compatibility check)-->
<commons.bc.version>1.10.0</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
+ -->
</properties>
<dependencies>