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/08/09 23:50:24 UTC

[1/2] git commit: [BUILDR-701] update harmcrest dependancy version

Repository: buildr
Updated Branches:
  refs/heads/master 373e38b47 -> 7504970f3


[BUILDR-701] update harmcrest dependancy version

as seen in https://issues.apache.org/jira/browse/BUILDR-701
junit doesn't come with harmcrest dependancy, we have ta add it

without, some people might experience some ClassNotFoundException


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

Branch: refs/heads/master
Commit: 53fd423c309612f0d1ab6709f9ddc847eb4a6a15
Parents: 472da42
Author: Jean-Philippe CARUANA <jp...@target2sell.com>
Authored: Thu Jul 31 11:23:46 2014 +0200
Committer: Jean-Philippe CARUANA <jp...@target2sell.com>
Committed: Thu Jul 31 11:23:49 2014 +0200

----------------------------------------------------------------------
 lib/buildr/java/tests.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/53fd423c/lib/buildr/java/tests.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb
index 95ef71d..816d4a9 100644
--- a/lib/buildr/java/tests.rb
+++ b/lib/buildr/java/tests.rb
@@ -103,8 +103,8 @@ module Buildr #:nodoc:
         @dependencies ||= ["#{group}:jmock:jar:#{version}"]
         if two_or_later
           @dependencies << "org.jmock:jmock-junit#{Buildr::JUnit.version.to_s[0,1]}:jar:#{version}"
-          @dependencies << "org.hamcrest:hamcrest-core:jar:1.1"
-          @dependencies << "org.hamcrest:hamcrest-library:jar:1.1"
+          @dependencies << "org.hamcrest:hamcrest-core:jar:1.3"
+          @dependencies << "org.hamcrest:hamcrest-library:jar:1.3"
         end
         @dependencies
       end


[2/2] git commit: Merge remote-tracking branch 'origin/pr/12'

Posted by do...@apache.org.
Merge remote-tracking branch 'origin/pr/12'


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

Branch: refs/heads/master
Commit: 7504970f31c478f858397d0dd0fdfa402f1faf6b
Parents: 373e38b 53fd423
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Aug 10 07:50:16 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Aug 10 07:50:16 2014 +1000

----------------------------------------------------------------------

----------------------------------------------------------------------