aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-06-02 10:03:19 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-06-02 10:03:19 +0200
commitea0ab1f862d9266a0fca04bbd5e16f3c2a1e2744 (patch)
tree8b6abde50cadf99e1ed2a0eec5130986458c9306 /org.eclipse.jgit.ant
parentcbe5788a287960189c3ea66c986887a49287c739 (diff)
downloadjgit-ea0ab1f862d9266a0fca04bbd5e16f3c2a1e2744.tar.gz
jgit-ea0ab1f862d9266a0fca04bbd5e16f3c2a1e2744.zip
Prepare 6.10.0-SNAPSHOT builds
Change-Id: I64f6d6a0599cbab462dca236c00e6f3314b2a810
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF4
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index a3bf3688ae..652eccba22 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 6.10.0.202405290101-rc1
+Bundle-Version: 6.10.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[6.10.0,6.11.0)"
diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
index f7adb62641..c3696a18a7 100644
--- a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.jgit.ant - Sources
Bundle-SymbolicName: org.eclipse.jgit.ant.source
Bundle-Vendor: Eclipse.org - JGit
-Bundle-Version: 6.10.0.202405290101-rc1
-Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.10.0.202405290101-rc1";roots="."
+Bundle-Version: 6.10.0.qualifier
+Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.10.0.qualifier";roots="."
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index d3400be3f1..c14399f745 100644
--- a/org.eclipse.jgit.ant/pom.xml
+++ b/org.eclipse.jgit.ant/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.10.0.202405290101-rc1</version>
+ <version>6.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>