Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-10-07 21:46:52 +0000
committerMatthias Sohn2017-10-07 21:46:52 +0000
commit6877730fa08efbf132f40c6a620f92fb1a22b038 (patch)
treedc947d2a8080fff095b2546d5f4714a04397c3e8 /org.eclipse.jgit.ant
parent401c6c98b54cddde38f0f50e8429eb7698a54fe8 (diff)
downloadjgit-6877730fa08efbf132f40c6a620f92fb1a22b038.tar.gz
jgit-6877730fa08efbf132f40c6a620f92fb1a22b038.tar.xz
jgit-6877730fa08efbf132f40c6a620f92fb1a22b038.zip
Change-Id: I487f6aa3d0c4ef1d57f91cdc36177d994ae24c51 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 7e18d164c0..8ad2fe884a 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.0.qualifier
+Bundle-Version: 4.9.0.201710071750-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[4.9.0,4.10.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 419dc1960e..c741ffdeb5 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.0-SNAPSHOT</version>
+ <version>4.9.0.201710071750-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top