diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 21:35:26 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 21:35:26 +0100 |
commit | 12d840dfcb0ea88d64eb05a564b5bf43ac81efac (patch) | |
tree | 83e5c7d50046323e42bea5d0dd1a480d25395531 /org.eclipse.jgit.ant | |
parent | ae805bd717047d124df9f8036bdd455886285462 (diff) | |
download | jgit-12d840dfcb0ea88d64eb05a564b5bf43ac81efac.tar.gz jgit-12d840dfcb0ea88d64eb05a564b5bf43ac81efac.zip |
JGit v5.2.0.201811281532-m3v5.2.0.201811281532-m3
Change-Id: I79988b473d67e565d8f6bcac40ee9a14b26c9e60
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/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index d151b32de3..51e81bb9d8 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.2.0.qualifier +Bundle-Version: 5.2.0.201811281532-m3 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.2.0,5.3.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index f7b243ca13..7bc6182b41 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.2.0-SNAPSHOT</version> + <version>5.2.0.201811281532-m3</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |