diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-04 19:38:49 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-04 19:38:49 +0100 |
commit | 6c17f3d23ba650423a19ccd5ed5f72f77a1ad574 (patch) | |
tree | 30bf8b73a814b9a085cb2b00e0b9505573ac56f9 /org.eclipse.jgit.ant | |
parent | d69fb4d4ac7bcf7d0d84109bba56cf944646fb24 (diff) | |
download | jgit-6c17f3d23ba650423a19ccd5ed5f72f77a1ad574.tar.gz jgit-6c17f3d23ba650423a19ccd5ed5f72f77a1ad574.zip |
JGit v5.10.0.202011041322-m2v5.10.0.202011041322-m2
Change-Id: Ia2709321f61f61208350eaa8aa48e56b88455146
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 e26c2c8192..69dcf8ce94 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: 5.10.0.qualifier +Bundle-Version: 5.10.0.202011041322-m2 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.10.0,5.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 ea0fd23854..fb2008349f 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: 5.10.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.10.0.qualifier";roots="." +Bundle-Version: 5.10.0.202011041322-m2 +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.10.0.202011041322-m2";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 042030b8fe..0f83a03825 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>5.10.0-SNAPSHOT</version> + <version>5.10.0.202011041322-m2</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |