diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-08 09:06:47 +0100 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2013-11-12 18:09:35 -0500 |
commit | 371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3 (patch) | |
tree | 7515289ec7b5961f9778cc78d99e9a7b39629bda /org.eclipse.jgit.ant | |
parent | 05f308af4823d95a01c2b9bc1e2564ad1a128cb3 (diff) | |
download | jgit-371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3.tar.gz jgit-371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3.zip |
Update to Ant 1.9.2
CQ: 7698
Change-Id: I2ae580041eb334c613969bc9d66d169d08c12c4d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
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> |