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

commons-build-plugin git commit: Release plugin setup in properties

Repository: commons-build-plugin
Updated Branches:
  refs/heads/1.9 753d0855d -> e616f130c


Release plugin setup in properties


Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/e616f130
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/e616f130
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/e616f130

Branch: refs/heads/1.9
Commit: e616f130cfe90d3f6f82b1f617fa950b71033709
Parents: 753d085
Author: Rob Tompkins <ch...@apache.org>
Authored: Sat Jun 16 09:04:46 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sat Jun 16 09:04:46 2018 -0400

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/e616f130/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef7abe7..db469a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,10 +209,12 @@
     
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.8</commons.bc.version>
+    <commons.release.version>1.9</commons.release.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>    
+    <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
+    <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
   </properties>
   <profiles>
     <profile>