Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 22:10:10 +0000
committerMatthias Sohn2016-04-07 22:10:10 +0000
commit4f0daa3bb2a5fa28286f1973deb9d13996cc73cc (patch)
treedaf152dde41505f1d81f0088e8cea92d8d2117b5 /org.eclipse.jgit.ant
parent57e6274bcf5fe2b6f0405e430907a2973e227f7c (diff)
downloadjgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.tar.gz
jgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.tar.xz
jgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.zip
Change-Id: I902cdf1ff92ce8c6e9d80c4965d8d5bd8b9ac6c1 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.MF2
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index c6cfadedb5..3784dcba66 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.3.0.201604071045-r
+Bundle-Version: 4.3.0.201604071810-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[4.3.0,4.4.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index a5dee760b4..5b4252bc55 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.3.0.201604071045-r</version>
+ <version>4.3.0.201604071810-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top