diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 16:24:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 16:24:44 +0200 |
commit | faf1ae230e45735cd67b7144c8b29f450fcdde85 (patch) | |
tree | 6f575a47634c8fce16cf49304d70d475703eeca6 /org.eclipse.jgit.ant | |
parent | a9e5ee3f06943d23d02aeb69400b695f6c2846d9 (diff) | |
download | jgit-faf1ae230e45735cd67b7144c8b29f450fcdde85.tar.gz jgit-faf1ae230e45735cd67b7144c8b29f450fcdde85.zip |
JGit v5.0.3.201809091024-rv5.0.3.201809091024-r
Change-Id: I9e8e74a10dbb235b08c6a5e1b169c5cae440f129
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 f4d04d09c7..b82fcb34dc 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.0.3.qualifier +Bundle-Version: 5.0.3.201809091024-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.0.3,5.1.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 1300065a6a..e883bd4d80 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.0.3-SNAPSHOT</version> + <version>5.0.3.201809091024-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |