summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-02-14 00:11:20 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2013-02-14 00:59:25 +0100
commitba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 (patch)
tree938aa0d94b4ddea6642617bb8abd04e3b7cff8d5 /org.eclipse.jgit.ant.test
parentda59df358bfba718a0bf1769296b66ec4f6f4dc4 (diff)
downloadjgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.tar.gz
jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.zip
Prepare 2.4.0-SNAPSHOT builds
Change-Id: I4ab2baeb5d598d40d5dadfccdfe75152a1b9b7bf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 4c955b01a5..0f08a05a07 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 2.3.0.qualifier
+Bundle-Version: 2.4.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
org.apache.tools.ant.types,
- org.eclipse.jgit.ant.tasks;version="2.3.0",
+ org.eclipse.jgit.ant.tasks;version="2.4.0",
org.eclipse.jgit.junit,
- org.eclipse.jgit.lib;version="2.3.0",
- org.eclipse.jgit.storage.file;version="2.3.0",
- org.eclipse.jgit.util;version="2.3.0",
+ org.eclipse.jgit.lib;version="2.4.0",
+ org.eclipse.jgit.storage.file;version="2.4.0",
+ org.eclipse.jgit.util;version="2.4.0",
org.hamcrest;version="1.1.0",
org.junit;version="[4.0.0,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 42a26c4a33..fc80e7f2f0 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>