aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-04-20 10:51:17 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-04-20 10:51:17 +0200
commitc2945bd261eb710b1a0a286a4c0c9b99782d94e1 (patch)
tree64c7dd0843072827ceefa7bf21b310e04a9c41e3 /org.eclipse.jgit.ant
parent22e41cfd56d782916bb0432963a108df6cb7793e (diff)
downloadjgit-c2945bd261eb710b1a0a286a4c0c9b99782d94e1.tar.gz
jgit-c2945bd261eb710b1a0a286a4c0c9b99782d94e1.zip
Prepare 5.1.8-SNAPSHOT builds
Change-Id: I331bbaefd42ef94673ae8565c9b2b3af9eadfda0 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.MF6
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
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 f3f8225e59..e887af29f9 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.7.201904200442-r
+Bundle-Version: 5.1.8.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[5.1.7,5.2.0)"
+ org.eclipse.jgit.storage.file;version="[5.1.8,5.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.7";
+Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.8";
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 7ef6f5f571..17294fd4fe 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.7.201904200442-r</version>
+ <version>5.1.8-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>