Repository: commons-release-plugin
Updated Branches:
  refs/heads/1.3 d59a1c6f6 -> dbc09b145


Prepare pom for using -Dversion of release plugin


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

Branch: refs/heads/1.3
Commit: dbc09b145cf8306ea14ee29dbf9790e3b2e25f83
Parents: d59a1c6
Author: Rob Tompkins <chtom...@apache.org>
Authored: Fri Jun 15 11:10:19 2018 -0400
Committer: Rob Tompkins <chtom...@apache.org>
Committed: Fri Jun 15 11:10:19 2018 -0400

----------------------------------------------------------------------
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/dbc09b14/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 69d3733..4390402 100755
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,12 @@
 
     <!-- Including commons release plugin older version -->
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.bc.version>1.2</commons.bc.version>
+    <commons.release.version>1.3</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
+    
<commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
   </properties>
 
   <dependencies>
@@ -431,7 +437,7 @@
       <plugin>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-release-plugin</artifactId>
-        <version>1.2</version>
+        <version>${commons.release-plugin.version}</version>
         <configuration>
           
<distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin
           </distSvnStagingUrl>

Reply via email to