You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/09 16:34:50 UTC

[text] Add properties for the Commons Release Plugin.

Repository: commons-text
Updated Branches:
  refs/heads/master 3627554cd -> 4ffe704fc


Add properties for the Commons Release Plugin.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4ffe704f
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4ffe704f
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/4ffe704f

Branch: refs/heads/master
Commit: 4ffe704fcfb88e972f1c89af31eed4b6c352c015
Parents: 3627554
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 9 10:34:45 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 9 10:34:45 2018 -0600

----------------------------------------------------------------------
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/4ffe704f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6aed8a6..a36ac1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,8 +46,6 @@
     <commons.site.path>text</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/text/</commons.distSvnStagingUrl>
-    <commons.release.isDistModule>true</commons.release.isDistModule>
 
     <junit.version>5.2.0</junit.version>
     <junit.platform.version>1.2.0</junit.platform.version>
@@ -56,6 +54,13 @@
     <checkstyle.version>8.10.1</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.3.1</spotbugs.plugin.version>
+    
+    <!-- Commons Release Plugin -->
+    <commons.bc.version>1.3</commons.bc.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>    
   </properties>
 
   <dependencies>