Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-27 00:33:05 +0000
committerMatthias Sohn2018-12-27 00:35:30 +0000
commitfafad4196d00d5f70adfea11508a297a158ffbce (patch)
tree48b0800eb56ffb129fa9c9f04c35aa4abd9be1d5 /org.eclipse.jgit.ant
parent510011b05caea84908f9687d5cb632bc4ad73c41 (diff)
downloadjgit-fafad4196d00d5f70adfea11508a297a158ffbce.tar.gz
jgit-fafad4196d00d5f70adfea11508a297a158ffbce.tar.xz
jgit-fafad4196d00d5f70adfea11508a297a158ffbce.zip
Prepare 5.1.6-SNAPSHOT builds
Change-Id: If3313d602aa57cfa031ba2c9ec03bd51b464dc19 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 5d477d8213..745a7b5761 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.5.201812261915-r
+Bundle-Version: 5.1.6.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[5.1.5,5.2.0)"
+ org.eclipse.jgit.storage.file;version="[5.1.6,5.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.5";
+Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.6";
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 d595c5b544..0790722f7f 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.5.201812261915-r</version>
+ <version>5.1.6-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top