You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2018/01/30 11:58:56 UTC

[1/2] ode git commit: Pin buildr version to 1.5.3

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x b5ba79dfc -> 588ab1e1b


Pin buildr version to 1.5.3


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

Branch: refs/heads/ode-1.3.x
Commit: bd8b2cb1a04247f5db86ae019108e2241b7b4b36
Parents: b5ba79d
Author: sathwik <sa...@apache.org>
Authored: Tue Jan 30 17:23:56 2018 +0530
Committer: sathwik <sa...@apache.org>
Committed: Tue Jan 30 17:23:56 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/bd8b2cb1/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index d4a9b18..863d2d7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'buildr', '>= 1.5.3'
+gem 'buildr', '= 1.5.3'
 
 # rspec dependencies for check()
 gem 'rspec-expectations',   '= 2.14.3'


[2/2] ode git commit: Removed buildfile dependency nokogiri

Posted by sa...@apache.org.
Removed buildfile dependency nokogiri


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

Branch: refs/heads/ode-1.3.x
Commit: 588ab1e1b62e1ed6f0f947e237d05d098d6cda74
Parents: bd8b2cb
Author: sathwik <sa...@apache.org>
Authored: Tue Jan 30 17:27:29 2018 +0530
Committer: sathwik <sa...@apache.org>
Committed: Tue Jan 30 17:27:29 2018 +0530

----------------------------------------------------------------------
 Gemfile  | 2 +-
 Rakefile | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/588ab1e1/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 863d2d7..da7309f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,4 +7,4 @@ gem 'rspec-expectations',   '= 2.14.3'
 gem 'rspec-mocks',          '= 2.14.3'
 gem 'rspec-core',           '= 2.14.5'
 gem 'rspec',                '= 2.14.1'
-gem 'nokogiri', '= 1.6.8'
+

http://git-wip-us.apache.org/repos/asf/ode/blob/588ab1e1/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 97854c9..2ddb240 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,6 @@ require "buildr/openjpa"
 require "buildr/javacc"
 require "buildr/jetty"
 require "buildr/hibernate"
-require "nokogiri"
 
 require File.join(File.dirname(__FILE__), 'repositories.rb')
 require File.join(File.dirname(__FILE__), 'dependencies.rb')