404332 - Updates ivy to version 2.3.0 (covered by CQ 7908) to be able to use pom template file in ivy target makepom
diff --git a/common/common.xml b/common/common.xml
index 08c4c58..2359cf2 100644
--- a/common/common.xml
+++ b/common/common.xml
@@ -84,7 +84,7 @@
<target name="ivy.init" unless="ivy.initialized">
<taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
<classpath>
- <path location="${ivy.lib.dir}/ivy.jar"/>
+ <path location="${ivy.lib.dir}/ivy-2.3.0.jar"/>
<path location="${ivy.lib.dir}/org.springframework.build.aws.ivy.jar"/>
<path location="${ivy.lib.dir}/commons-codec.jar"/>
<path location="${ivy.lib.dir}/commons-httpclient.jar"/>
diff --git a/lib/ivy/current.version b/lib/ivy/current.version
index 6ba9c6c..8404397 100644
--- a/lib/ivy/current.version
+++ b/lib/ivy/current.version
@@ -1,4 +1,4 @@
-ivy.jar= 2.1.0
+ivy.jar= 2.3.0
org.springframework.build.aws.ivy.jar= 1.0.8.RELEASE
commons-codec= 1.3.0
commons-httpclient= 3.1.0
diff --git a/lib/ivy/ivy-2.3.0.jar b/lib/ivy/ivy-2.3.0.jar
new file mode 100644
index 0000000..543de46
--- /dev/null
+++ b/lib/ivy/ivy-2.3.0.jar
Binary files differ
diff --git a/lib/ivy/ivy.jar b/lib/ivy/ivy.jar
deleted file mode 100644
index 3902b6f..0000000
--- a/lib/ivy/ivy.jar
+++ /dev/null
Binary files differ
diff --git a/multi-bundle/common.xml b/multi-bundle/common.xml
index d03ef69..3636e38 100644
--- a/multi-bundle/common.xml
+++ b/multi-bundle/common.xml
@@ -147,7 +147,7 @@
<target name="ivy.init" unless="ivy.initialized">
<taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
<classpath>
- <path location="${ivy.lib.dir}/ivy.jar"/>
+ <path location="${ivy.lib.dir}/ivy-2.3.0.jar"/>
<path location="${ivy.lib.dir}/org.springframework.build.aws.ivy.jar"/>
<path location="${ivy.lib.dir}/commons-codec.jar"/>
<path location="${ivy.lib.dir}/commons-httpclient.jar"/>