summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-12-02 15:57:16 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-02 15:57:16 +0100
commit9034c7d42349dc995c6215dfb55dcafb65d9e951 (patch)
tree4b79ebef402694107704d868eba41d2675f699f9 /org.eclipse.jgit.ant.test
parent205ee010f6a790eb45bcfc75676d62530338dec7 (diff)
downloadjgit-9034c7d42349dc995c6215dfb55dcafb65d9e951.tar.gz
jgit-9034c7d42349dc995c6215dfb55dcafb65d9e951.zip
Prepare 5.11.0-SNAPSHOT builds
Change-Id: I91e5532526775191fbd34f81e2ef777cba605e3b 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 0147f22fc7..6e0cfa00e3 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.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[5.10.0,5.11.0)",
- org.eclipse.jgit.junit;version="[5.10.0,5.11.0)",
- org.eclipse.jgit.lib;version="[5.10.0,5.11.0)",
- org.eclipse.jgit.util;version="[5.10.0,5.11.0)",
+ org.eclipse.jgit.ant.tasks;version="[5.11.0,5.12.0)",
+ org.eclipse.jgit.junit;version="[5.11.0,5.12.0)",
+ org.eclipse.jgit.lib;version="[5.11.0,5.12.0)",
+ org.eclipse.jgit.util;version="[5.11.0,5.12.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 dc76aa2248..6d1debee56 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.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>