diff --git a/ivy.xml b/ivy.xml index 3ba878a1..e6ee31fa 100644 --- a/ivy.xml +++ b/ivy.xml @@ -42,25 +42,26 @@ + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + diff --git a/version.properties b/version.properties index 394de0fb..7b1a0bae 100644 --- a/version.properties +++ b/version.properties @@ -22,3 +22,20 @@ target.ivy.bundle.version=2.5.0 # in case we want to add a qualifier such as alpha, beta, etc... # if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200 target.ivy.bundle.version.qualifier=alpha_ + + +# Versions of dependencies +#---------------------------------- +# 'ant.version' is a built in name containing the version of the current +# running Ant, so we could not use that name here. +apache-ant.version=1.9.9 +ant-contrib.version=1.0b3 +bouncycastle.version=1.58 +commons-vfs2.version=2.1 +hamcrest.version=1.3 +httpclient.version=4.5.3 +jsch.agentproxy.version=0.0.9 +jsch.version=0.1.54 +junit.version=4.12 +oro.version=2.0.8 +xmlunit.version=1.6 \ No newline at end of file