You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2017/04/04 22:38:38 UTC

buildr git commit: Release 1.5.2 and prepare for development of 1.5.3

Repository: buildr
Updated Branches:
  refs/heads/master 64fb28c46 -> 0e8558317


Release 1.5.2 and prepare for development of 1.5.3


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/0e855831
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/0e855831
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/0e855831

Branch: refs/heads/master
Commit: 0e8558317e8f00e55838a51b8478ca039940eb64
Parents: 64fb28c
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed Apr 5 08:38:26 2017 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed Apr 5 08:38:26 2017 +1000

----------------------------------------------------------------------
 CHANGELOG             |  2 ++
 doap.rdf              | 14 ++++++++++++++
 lib/buildr/version.rb |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/0e855831/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 83c016c..fae22f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+1.5.3 (Pending)
+
 1.5.2 (2017-04-03)
 * Change: Update TestNG version to 6.11.
 * Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.

http://git-wip-us.apache.org/repos/asf/buildr/blob/0e855831/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index e0c1438..340d261 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -37,6 +37,20 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.5.2</name>
+        <created>2017-04-03</created>
+        <revision>1.5.2</revision>
+        <dc:description>
+* Change: Update TestNG version to 6.11.
+* Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.
+* Fixed:  Fix pom generation to eliminate invalid `classifier` element from being added to POM.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
         <name>1.5.1</name>
         <created>2017-03-11</created>
         <revision>1.5.1</revision>

http://git-wip-us.apache.org/repos/asf/buildr/blob/0e855831/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 18291fb..dce6664 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.5.2'.freeze
+  VERSION = '1.5.3.dev'.freeze
 end