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/20 14:53:54 UTC

[1/3] commons-build-plugin git commit: Preparing for 1.9 release

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master cfa875b80 -> d811a876c


Preparing for 1.9 release


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/753d0855
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/753d0855
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/753d0855

Branch: refs/heads/master
Commit: 753d0855dd628dec66c2ea8416b46ebbd46681f7
Parents: cfa875b
Author: Rob Tompkins <ch...@apache.org>
Authored: Sat Jun 16 08:53:55 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sat Jun 16 08:53:55 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 2 +-
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/753d0855/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 37f885e..c52706d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,7 +10,7 @@ See:
    http://commons.apache.org/commons-build-plugin/
 
 
-VERSION 1.9 - 2018-05-DD
+VERSION 1.9 - 2018-06-16
 ------------------------
 
 Changes since the last release:

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/753d0855/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ca77fed..ef7abe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.9-SNAPSHOT</version>
+  <version>1.9</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/753d0855/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b89678..496cb77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,7 +25,7 @@
   </properties>
 
   <body>
-    <release version="1.9" date="2018-MM-DD" description="Feature release">
+    <release version="1.9" date="2018-06-16" description="Feature release">
       <action dev="ggregory" type="fix">
         Fix in src/main/resources/commons-xdoc-templates/readme-md-template.md for components that have a major version number in their artifact IDs.
       </action>


[2/3] commons-build-plugin git commit: Release plugin setup in properties

Posted by ch...@apache.org.
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/master
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>


[3/3] commons-build-plugin git commit: Post release upversion 1.10-SNAPSHOT

Posted by ch...@apache.org.
Post release upversion 1.10-SNAPSHOT


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/d811a876
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/d811a876
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/d811a876

Branch: refs/heads/master
Commit: d811a876cd0857c862dff14124a479b85da431e9
Parents: e616f13
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Jun 20 10:53:48 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Jun 20 10:53:48 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/d811a876/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db469a9..c2cb970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.9</version>
+  <version>1.10-SNAPSHOT</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.