diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 22:40:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 22:40:00 +0200 |
commit | 06579c084d1d8494bdfbf3961cf39397069479fc (patch) | |
tree | 3b55fcfad24d50ab1926b0dddce4da2450dd45d6 /org.eclipse.jgit.ant/META-INF | |
parent | b1c83bfbd799647ab6762eb493f3c018938488b1 (diff) | |
download | jgit-06579c084d1d8494bdfbf3961cf39397069479fc.tar.gz jgit-06579c084d1d8494bdfbf3961cf39397069479fc.zip |
JGit v7.1.0.202410012040-m1v7.1.0.202410012040-m1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Ib48cf15ad039bc7102a8af202ffcc39ea9233b9b
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 da001763da..5d0a37bc70 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: 7.1.0.qualifier +Bundle-Version: 7.1.0.202410012040-m1 Bundle-RequiredExecutionEnvironment: JavaSE-17 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[7.1.0,7.2.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 4bac377fbf..fc05c34df1 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: 7.1.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="7.1.0.qualifier";roots="." +Bundle-Version: 7.1.0.202410012040-m1 +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="7.1.0.202410012040-m1";roots="." |