Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-11-08 08:06:47 +0000
committerGerrit Code Review @ Eclipse.org2013-11-12 23:09:35 +0000
commit371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3 (patch)
tree7515289ec7b5961f9778cc78d99e9a7b39629bda
parent05f308af4823d95a01c2b9bc1e2564ad1a128cb3 (diff)
downloadjgit-371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3.tar.gz
jgit-371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3.tar.xz
jgit-371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3.zip
Update to Ant 1.9.2
CQ: 7698 Change-Id: I2ae580041eb334c613969bc9d66d169d08c12c4d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index ed5ca1f21e..6da5ef3b04 100644
--- a/org.eclipse.jgit.ant/pom.xml
+++ b/org.eclipse.jgit.ant/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.7.1</version>
+ <version>1.9.2</version>
</dependency>
</dependencies>

Back to the top