diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-22 00:11:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-22 00:11:24 +0100 |
commit | 55f3a95862f1b881a978ca8bd496f0ae99d97338 (patch) | |
tree | 0b802d663c5dbbd8802d3018bfd5513284d29ca0 /org.eclipse.jgit.ant | |
parent | 36dd4dd9b63c815a28d07d854110ddc26848f936 (diff) | |
download | jgit-55f3a95862f1b881a978ca8bd496f0ae99d97338.tar.gz jgit-55f3a95862f1b881a978ca8bd496f0ae99d97338.zip |
Prepare 6.9.0-SNAPSHOT builds
Change-Id: I11f4871bfdf6c6c0de5d5ed577edf16bac8cf681
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
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 5479702865..d73a8a94c2 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.9.0.202402211805-m3 +Bundle-Version: 6.9.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[6.9.0,6.10.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 0db6c13edf..916950e742 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.9.0.202402211805-m3 -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.9.0.202402211805-m3";roots="." +Bundle-Version: 6.9.0.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.9.0.qualifier";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index e71eb90c8e..6fd83b42e7 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.9.0.202402211805-m3</version> + <version>6.9.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |