summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-06-09 12:51:12 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2020-06-09 12:51:12 +0200
commit855842af1934dd02f2bf20b4e723d63ba5786ba0 (patch)
treed09e3bd7e527238409eb9331f1343eaed734d93d /org.eclipse.jgit.ant.test
parenta51b440840aa5f2cd20ae4c2edf6cdade18179df (diff)
downloadjgit-855842af1934dd02f2bf20b4e723d63ba5786ba0.tar.gz
jgit-855842af1934dd02f2bf20b4e723d63ba5786ba0.zip
Prepare 5.9.0-SNAPSHOT builds
Change-Id: Ia998e2772df1285a4c674b07201f15d53156eb78 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 f0093cd6f3..b454e1ba73 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -5,13 +5,13 @@ Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant.test
Bundle-SymbolicName: org.eclipse.jgit.ant.test
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 5.8.0.qualifier
+Bundle-Version: 5.9.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[5.8.0,5.9.0)",
- org.eclipse.jgit.junit;version="[5.8.0,5.9.0)",
- org.eclipse.jgit.lib;version="[5.8.0,5.9.0)",
- org.eclipse.jgit.util;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.ant.tasks;version="[5.9.0,5.10.0)",
+ org.eclipse.jgit.junit;version="[5.9.0,5.10.0)",
+ org.eclipse.jgit.lib;version="[5.9.0,5.10.0)",
+ org.eclipse.jgit.util;version="[5.9.0,5.10.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.13,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index ff26f68411..d70f4be19e 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>