Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-19 21:58:47 +0000
committerMatthias Sohn2018-10-19 21:58:47 +0000
commit97534056fc43b6b1e419694442b737ebf3fb909a (patch)
treeb0f86cb2d7e55e8803061f7bbfa1c46ee8b1cedf /org.eclipse.jgit.ant
parent97b62cf9dd91e54594e6dded500c71430a47e7d3 (diff)
downloadjgit-97534056fc43b6b1e419694442b737ebf3fb909a.tar.gz
jgit-97534056fc43b6b1e419694442b737ebf3fb909a.tar.xz
jgit-97534056fc43b6b1e419694442b737ebf3fb909a.zip
Change-Id: Ib980731eb9ec7f4c92deac9b4cf2f7a994d670c2 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 daf9fed3b5..4dc4fc86b3 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.9.7.qualifier
+Bundle-Version: 4.9.7.201810191756-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[4.9.7,4.10.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 0c716417a5..e0ce61c019 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.9.7-SNAPSHOT</version>
+ <version>4.9.7.201810191756-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top