summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-03-08 17:04:10 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-03-08 17:04:10 +0100
commit8f7ef245f0c156730ef74ff3fe838c330728fc7f (patch)
tree7a75870f051dea134fb7d537cdb2c7fa981be8ed /org.eclipse.jgit.ant.test
parente982de3fcb9f3a2e5ec6ceaae44cbb344962ea01 (diff)
downloadjgit-8f7ef245f0c156730ef74ff3fe838c330728fc7f.tar.gz
jgit-8f7ef245f0c156730ef74ff3fe838c330728fc7f.zip
Prepare 6.1.1-SNAPSHOT builds
Change-Id: Ifc80355025d8459245843be1c24dc5a286913e77
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 2e3cac8260..09975705df 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: 6.1.0.202203080745-r
+Bundle-Version: 6.1.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[6.1.0,6.2.0)",
- org.eclipse.jgit.junit;version="[6.1.0,6.2.0)",
- org.eclipse.jgit.lib;version="[6.1.0,6.2.0)",
- org.eclipse.jgit.util;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.ant.tasks;version="[6.1.1,6.2.0)",
+ org.eclipse.jgit.junit;version="[6.1.1,6.2.0)",
+ org.eclipse.jgit.lib;version="[6.1.1,6.2.0)",
+ org.eclipse.jgit.util;version="[6.1.1,6.2.0)",
org.hamcrest.core;version="[1.1.0,3.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 a3f2b90852..ba473eff29 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>6.1.0.202203080745-r</version>
+ <version>6.1.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>