diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-05 13:10:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-05 13:10:10 +0200 |
commit | ca57743a45162ea32ff0312b2f758720d1d1f356 (patch) | |
tree | 54daac1ced462ef2626c28db4e984c6b7c845a07 /org.eclipse.jgit.ant | |
parent | 7dbd2bfe7e0598097cf35aedd700d86b468bec7d (diff) | |
download | jgit-5.0.0.201806050710-rc3.tar.gz jgit-5.0.0.201806050710-rc3.zip |
JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3
Change-Id: Ic7a6a87dd3a21351e60fbf6cd330456adf1f6800
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 f917ba3f68..7c14435ce2 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.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.0.0,5.1.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 7767c6996f..a05b56a620 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.0-SNAPSHOT</version> + <version>5.0.0.201806050710-rc3</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |