Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-15 23:20:14 +0000
committerMatthias Sohn2018-05-15 23:20:14 +0000
commita8aabc3d1536470004e32d3547127f709f6b0f47 (patch)
tree47943af1b116f82c118ad9474a6bb821f3f718c4 /org.eclipse.jgit.ant
parent6d370d837c5faa7caff2e6e3e4723b887f2fbdca (diff)
downloadjgit-a8aabc3d1536470004e32d3547127f709f6b0f47.tar.gz
jgit-a8aabc3d1536470004e32d3547127f709f6b0f47.tar.xz
jgit-a8aabc3d1536470004e32d3547127f709f6b0f47.zip
Change-Id: I42eb046c8ac8537672010aabe21459293cb23838 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 f917ba3f68..ee043032c4 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.0.201805151920-m7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.0.0,5.1.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 7767c6996f..9aa88eb1b3 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.0.0-SNAPSHOT</version>
+ <version>5.0.0.201805151920-m7</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top