diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-24 23:34:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-24 23:34:11 +0100 |
commit | 850b55a9a1ac6e307c701e2f50176c6a338dfc5e (patch) | |
tree | 25acb8af2e447107b481663bd0b028b8e0214ff8 /org.eclipse.jgit.ant | |
parent | b9a7722e39f2db2cd135ed17c7c8158e45dce98d (diff) | |
download | jgit-850b55a9a1ac6e307c701e2f50176c6a338dfc5e.tar.gz jgit-850b55a9a1ac6e307c701e2f50176c6a338dfc5e.zip |
JGit v5.7.0.202002241735-m3v5.7.0.202002241735-m3
Change-Id: I9f71835ed9a0a1176f7ac99edf45d9ce97080720
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 a0d2fe1531..54b919dcd0 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.7.0.qualifier +Bundle-Version: 5.7.0.202002241735-m3 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.7.0,5.8.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 21bd52f31e..0669392895 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.7.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.7.0.qualifier";roots="." +Bundle-Version: 5.7.0.202002241735-m3 +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.7.0.202002241735-m3";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 7f61d56c6a..3d940d3651 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.7.0-SNAPSHOT</version> + <version>5.7.0.202002241735-m3</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |