Skip to content

Commit

Permalink
Use Ivy version 2.4.0 in Zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-cloudera committed Oct 20, 2016
1 parent 5ed1f12 commit ac77aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<property name="contrib.dir" value="${src.dir}/contrib"/>
<property name="recipes.dir" value="${src.dir}/recipes"/>

<property name="ivy.version" value="2.2.0"/>
<property name="ivy.version" value="2.4.0"/>
<property name="ivy.url"
value="http://repo2.maven.org/maven2/org/apache/ivy/ivy" />
<property name="ivy.home" value="${user.home}/.ant" />
Expand Down
2 changes: 1 addition & 1 deletion src/contrib/build-contrib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<property name="build.encoding" value="ISO-8859-1"/>

<property name="ivy.version" value="2.2.0"/>
<property name="ivy.version" value="2.4.0"/>
<property name="ivy.url"
value="http://repo2.maven.org/maven2/org/apache/ivy/ivy" />
<property name="ivy.home" value="${user.home}/.ant" />
Expand Down

0 comments on commit ac77aac

Please sign in to comment.