summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-09-09 08:24:16 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-09-09 08:24:16 +0200
commit6fe4505b2a753173ff9708c2c71cb833aaacf016 (patch)
treebdbce287cd8104f0e2ecc5981d4c29dba502ccf6 /org.eclipse.jgit.ant
parent9796e86165ae4cbb40d2b47815ac2ee773ef8629 (diff)
downloadjgit-6fe4505b2a753173ff9708c2c71cb833aaacf016.tar.gz
jgit-6fe4505b2a753173ff9708c2c71cb833aaacf016.zip
Prepare 4.7.4-SNAPSHOT builds
Change-Id: Ie4d17e1604270946606e75145012c5b7fa1283eb 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 cac1f30f0e..3f9411cfa2 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.7.3.201809090215-r
+Bundle-Version: 4.7.4.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.7.3,4.8.0)"
+ org.eclipse.jgit.storage.file;version="[4.7.4,4.8.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.7.3";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.7.4";
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 e4485c2309..24409bf653 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>4.7.3.201809090215-r</version>
+ <version>4.7.4-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>