Skip to content

Commit

Permalink
next version with minor fixes/changes
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn/ivy4r/trunk@85432 b231d3c1-3727-4d2b-b224-6530787e4ff7
  • Loading branch information
kp committed Jan 6, 2011
1 parent 7c7d4d9 commit ed39961
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ doc
nbproject
pkg
Gemfile.lock
ivy4r-*.gem
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
=== 0.12.7 / 2011-01-06
* Fixed error in manifest: module was organisation name.
* info task uses the same ivy config as the other ivy tasks

=== 0.12.6 / 2010-10-20
* Fixed copy & paste error

Expand Down
6 changes: 2 additions & 4 deletions lib/buildr/ivy_extension.rb
Expand Up @@ -131,10 +131,8 @@ def info
if @base_ivy
@base_ivy.info
else
ivy4r.settings :id => 'ivy.info.settingsref'
result = ivy4r.info :file => file, :settingsRef => 'ivy.info.settingsref'
@ivy4r = nil
result
configure
ivy4r.info :file => file
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/ivy4r/version.rb
@@ -1,3 +1,3 @@
class Ivy4r
VERSION = "0.12.6"
VERSION = "0.12.7"
end

0 comments on commit ed39961

Please sign in to comment.