Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-12-02 00:53:39 +0000
committerMatthias Sohn2020-12-02 00:53:39 +0000
commitf72a0012509feb96ead7b15952d1e6decaf1395e (patch)
tree403dda06aa96b0ceb4dda03b1249eb16fb087089 /org.eclipse.jgit.ant
parent2fbbd6d8902745f00dce74eb92c50b6b8f020e87 (diff)
downloadjgit-f72a0012509feb96ead7b15952d1e6decaf1395e.tar.gz
jgit-f72a0012509feb96ead7b15952d1e6decaf1395e.tar.xz
jgit-f72a0012509feb96ead7b15952d1e6decaf1395e.zip
Change-Id: Icb4f04a40ab366cbacbb3fdf0db1748f27277fda 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 909c9b1598..e3c2b66cd2 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.1.15.qualifier
+Bundle-Version: 5.1.15.202012011955-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.1.15,5.2.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 473227f241..ecc8d5b24b 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.1.15-SNAPSHOT</version>
+ <version>5.1.15.202012011955-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top