diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-13 23:24:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-13 23:24:42 +0200 |
commit | 0dbaf9d951e78a6b0aec0c2aac3153570c4b9a9f (patch) | |
tree | cf03a3f6fe8f4ce26379433fec5299fae5b97060 /org.eclipse.jgit.ant | |
parent | e729a83bd24bbc25f7ac209baee01f561fe218c8 (diff) | |
download | jgit-0dbaf9d951e78a6b0aec0c2aac3153570c4b9a9f.tar.gz jgit-0dbaf9d951e78a6b0aec0c2aac3153570c4b9a9f.zip |
Prepare 5.0.1-SNAPSHOT builds
Change-Id: Iadf12dbdd63ef17c3f712c0fc18495304aa35016
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 | 6 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 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 2e64f6e4a5..5bad4c602c 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ 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.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.0.0,5.1.0)" + org.eclipse.jgit.storage.file;version="[5.0.1,5.1.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.0.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.0.1"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 1ccf5f3c31..0a2a816bae 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.201806131550-r</version> + <version>5.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |