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 2014/05/24 23:55:05 UTC

[1/4] git commit: Lock down release date in preparation for next release

Repository: buildr
Updated Branches:
  refs/heads/master 62503ff87 -> 60669571c


Lock down release date in preparation for next release


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

Branch: refs/heads/master
Commit: f43cf74496348e70c176d35046f8535fd3b8066c
Parents: 62503ff
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 25 07:14:07 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 25 07:14:07 2014 +1000

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/f43cf744/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 760c4d2..2105e7b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.4.17 (Pending)
+1.4.17 (2014-05-25)
 * Fixed:  Fix the vcs detection in IDEA addon for 1.8.6 (!) versions
           of ruby by reordering blocks.
 * Change: Supply a default xsl file for generating the checkstyle


[3/4] git commit: Add some highlights for the latest version

Posted by do...@apache.org.
Add some highlights for the latest version


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

Branch: refs/heads/master
Commit: 065b917ddd9ac7d60fa1a41f824333d6932193f2
Parents: db1d4b7
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 25 07:16:55 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 25 07:16:55 2014 +1000

----------------------------------------------------------------------
 doc/index.textile | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/065b917d/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index 652c994..882052b 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,6 +46,14 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 h2(#news).  What's New
 
+Highlights from Buildr 1.4.17 (2014-05-25)
+
+* Change: Supply a default xsl file for generating the checkstyle report.
+* Added:  Add csslint tasks css_lint:xml and css_lint:html that support source code analysis of CSS files.
+* Added:  Add scss_lint tasks scss_lint:xml and scss_lint:html that support source code analysis of SCSS files.
+* Added:  Import 'buildr/custom_pom' addon to make it easier to build POMs for projects publishing to Maven Central.
+* Added:  Add flag to allow non portable extensions in wsgen addon.
+
 Highlights from Buildr 1.4.16 (2014-05-03)
 
 * Added:  Add the ability to generate a html report when using the


[2/4] git commit: Update version in preparation for release

Posted by do...@apache.org.
Update version in preparation for release


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

Branch: refs/heads/master
Commit: db1d4b7772aab7853118c2e7ca811e55772c7b20
Parents: f43cf74
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 25 07:14:31 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 25 07:14:31 2014 +1000

----------------------------------------------------------------------
 lib/buildr/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/db1d4b77/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index beb5c3b..f70025e 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.17.dev'.freeze
+  VERSION = '1.4.17'.freeze
 end


[4/4] git commit: Ignore file generated as part of the build

Posted by do...@apache.org.
Ignore file generated as part of the build


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

Branch: refs/heads/master
Commit: 60669571cd34d9e2010da4b0d4996d70d460617d
Parents: 065b917
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 25 07:54:57 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 25 07:54:57 2014 +1000

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/60669571/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 025b689..0bcebfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /Gemfile.lock
 *.rbc
 /site
+/lib/buildr/scala/org/apache/buildr/Specs2Runner.class