Repository: ode Updated Branches: refs/heads/ode-1.3.x a5deb77ac -> 50cd65689
bump jmock version to 2.5.1 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/50cd6568 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/50cd6568 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/50cd6568 Branch: refs/heads/ode-1.3.x Commit: 50cd6568992b5c4c2c4e695a674a507b1c0bb46f Parents: a5deb77 Author: Tammo van Lessen <[email protected]> Authored: Mon Oct 13 20:43:46 2014 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Mon Oct 13 20:43:46 2014 +0200 ---------------------------------------------------------------------- Rakefile | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/50cd6568/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 3ab9325..3128441 100644 --- a/Rakefile +++ b/Rakefile @@ -26,8 +26,6 @@ require "buildr/gpg" require File.join(File.dirname(__FILE__), 'repositories.rb') require File.join(File.dirname(__FILE__), 'dependencies.rb') -Buildr.settings.build['jmock'] = "1.2.0" - Buildr::Hibernate::REQUIRES[:xdoclet] = Buildr.group("xdoclet", "xdoclet-xdoclet-module", "xdoclet-hibernate-module", :under=>"xdoclet", :version=>"1.2.3") + ["xdoclet:xjavadoc:jar:1.1-j5"]
