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/07/28 23:31:02 UTC

[1/3] git commit: update to junit-4.11 -- see https://issues.apache.org/jira/browse/BUILDR-701

Repository: buildr
Updated Branches:
  refs/heads/master 535a6b68b -> 556cb618b


update to junit-4.11 -- see https://issues.apache.org/jira/browse/BUILDR-701


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

Branch: refs/heads/master
Commit: 23ca0417f9930c80649e8b80c10356af3b739a45
Parents: 535a6b6
Author: Jean-Philippe CARUANA <jp...@target2sell.com>
Authored: Mon Jul 28 17:34:55 2014 +0200
Committer: Jean-Philippe CARUANA <jp...@target2sell.com>
Committed: Mon Jul 28 17:34:55 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/23ca0417/lib/buildr/java/tests.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb
index 9aa8439..95ef71d 100644
--- a/lib/buildr/java/tests.rb
+++ b/lib/buildr/java/tests.rb
@@ -179,7 +179,7 @@ module Buildr #:nodoc:
     end
 
     # JUnit version number.
-    VERSION = '4.8.2'
+    VERSION = '4.11'
 
     class << self
       # :call-seq:


[3/3] git commit: Update junit version in comment

Posted by do...@apache.org.
Update junit version in comment


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

Branch: refs/heads/master
Commit: 556cb618bd236090ffb9c23738ba06576f231cc6
Parents: b25a93d
Author: Peter Donald <pe...@realityforge.org>
Authored: Tue Jul 29 07:29:49 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Jul 29 07:29:49 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/556cb618/lib/buildr/core/generate.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/core/generate.rb b/lib/buildr/core/generate.rb
index 31f4ea8..2e18808 100644
--- a/lib/buildr/core/generate.rb
+++ b/lib/buildr/core/generate.rb
@@ -135,7 +135,7 @@ EOF
             script += header.split("\n")
             script << "  # you may see hints about which jars are missing and should resolve them correctly"
             script << "  # dependencies  << 'junit should be commented out and replace by correct ARTIFACT definition. Eg"
-            script << "  # dependencies  << 'junit:junit:jar:3.8.2'"
+            script << "  # dependencies  << 'junit:junit:jar:4.11'"
             script << setLayout('src', 'bin') # default values for eclipse
             dot_projects = Dir.glob('**/.project', File::FNM_DOTMATCH).find_all { |dot_project| get_project_natures(dot_project) }
             dot_projects.sort.each { |dot_project| from_eclipse(File.dirname(dot_project), false) } if dot_projects


[2/3] git commit: Record junit update

Posted by do...@apache.org.
Record junit update


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

Branch: refs/heads/master
Commit: b25a93d23155b2ade7bd121d255a3eec35527135
Parents: 23ca041
Author: Peter Donald <pe...@realityforge.org>
Authored: Tue Jul 29 07:27:11 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Jul 29 07:27:11 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/b25a93d2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ec6dde1..d344c9d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.20 (Pending)
+* Change: Update to JUnit 4.11. Submitted by Jean-Philippe Caruana.
 * Added:  Support the 'report_level' property on findbugs addon.
 * Change: Update the findbugs addon to use version Findbugs 3.0.0.
 * Change: Update the findbugs addon to use the built-in findbugs stylesheet