diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-21 23:05:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-21 23:05:56 +0100 |
commit | 7bc697dfdeb7a70fea710b12e2f861caaede201b (patch) | |
tree | 46d4cc623b3eac12116da6ef4a3101096a9c45da /org.eclipse.jgit.ant/META-INF | |
parent | 7720d252cd2351465f3eff8d5100e4dca509787d (diff) | |
download | jgit-7bc697dfdeb7a70fea710b12e2f861caaede201b.tar.gz jgit-7bc697dfdeb7a70fea710b12e2f861caaede201b.zip |
JGit v6.8.0.202311212206-rc1v6.8.0.202311212206-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I6a40cdef68538fa769f4525eb2ff1ed4a810f11c
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF')
-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 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index 5a4e31c954..1df7c97a2e 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.8.0.qualifier +Bundle-Version: 6.8.0.202311212206-rc1 Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[6.8.0,6.9.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index bf439dbf93..892094514a 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.8.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.8.0.qualifier";roots="." +Bundle-Version: 6.8.0.202311212206-rc1 +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.8.0.202311212206-rc1";roots="." |