summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-08-25 15:49:20 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-08-25 15:49:20 +0200
commita38ea8ede76d26a63e3e9ea78ec15ee3aa310acf (patch)
tree95d5b3171852a7be883fc99d0d3b9fbebeaad5a9 /org.eclipse.jgit.ant
parent8911bd08270750574c85b4ad6f5554fb100d6f80 (diff)
downloadjgit-a38ea8ede76d26a63e3e9ea78ec15ee3aa310acf.tar.gz
jgit-a38ea8ede76d26a63e3e9ea78ec15ee3aa310acf.zip
JGit v5.13.0.202108250949-m3v5.13.0.202108250949-m3
Change-Id: Icc079b28327f5a02256f9a06837c2be6352ea6e3 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/META-INF/SOURCE-MANIFEST.MF4
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index aedfe929d9..b441ddca15 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.13.0.qualifier
+Bundle-Version: 5.13.0.202108250949-m3
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.13.0,5.14.0)"
diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
index 5ebfee14d9..5f5a7df9ce 100644
--- a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.jgit.ant - Sources
Bundle-SymbolicName: org.eclipse.jgit.ant.source
Bundle-Vendor: Eclipse.org - JGit
-Bundle-Version: 5.13.0.qualifier
-Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.13.0.qualifier";roots="."
+Bundle-Version: 5.13.0.202108250949-m3
+Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.13.0.202108250949-m3";roots="."
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 718669c064..5f99eacf66 100644
--- a/org.eclipse.jgit.ant/pom.xml
+++ b/org.eclipse.jgit.ant/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.13.0-SNAPSHOT</version>
+ <version>5.13.0.202108250949-m3</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>