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 12:54:04 UTC

commons-build-plugin git commit: Preparing for 1.9 release

Repository: commons-build-plugin
Updated Branches:
  refs/heads/1.9 [created] 753d0855d


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/1.9
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>