Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-25 23:55:40 +0000
committerMatthias Sohn2018-12-25 23:57:01 +0000
commitd14209e81b6c45ebbb46c324d67ac39384f80bbd (patch)
treef35ab08122dc3e8d9210892be3f269ae845f13fe /org.eclipse.jgit.ant
parentc93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e (diff)
downloadjgit-d14209e81b6c45ebbb46c324d67ac39384f80bbd.tar.gz
jgit-d14209e81b6c45ebbb46c324d67ac39384f80bbd.tar.xz
jgit-d14209e81b6c45ebbb46c324d67ac39384f80bbd.zip
Prepare 5.1.5-SNAPSHOT builds
Change-Id: I3eeb24b01a4f955e7e933238defb42635ebfec7d 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 cffd67623d..d52b6fd6d4 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.4.201812251853-r
+Bundle-Version: 5.1.5.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[5.1.4,5.2.0)"
+ org.eclipse.jgit.storage.file;version="[5.1.5,5.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.4";
+Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.5";
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 71ed5d475b..317ec26808 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.4.201812251853-r</version>
+ <version>5.1.5-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top