diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:27:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:28:07 +0200 |
commit | a44d95c81438bb81a36080a4c3bf92d7f811579b (patch) | |
tree | 3b4f22cdf9fd8cd3999d639950bc127e56833079 /org.eclipse.jgit.ant | |
parent | 47956bcc6858bf2bbfb184b93017556eab693ce9 (diff) | |
download | jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.tar.gz jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.zip |
Prepare 5.1.1-SNAPSHOT builds
Change-Id: Ie220dd95fae18f894e2a04a5ae6d29a1e5a6d76b
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 25d0c5d81b..7894a6a172 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.1.0.201809111528-r +Bundle-Version: 5.1.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.1.0,5.2.0)" + org.eclipse.jgit.storage.file;version="[5.1.1,5.2.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.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 2b3cf0dc71..4cbf076d03 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.1.0.201809111528-r</version> + <version>5.1.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |