summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-22 00:37:41 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-22 00:37:41 +0200
commit71613519e9f9fb2c93bcd43c85fb1aae2cbf34e1 (patch)
treef2aa4adb2c9bb91be86b495b09d1ff7ce26ae61a /org.eclipse.jgit.ant
parent7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (diff)
downloadjgit-71613519e9f9fb2c93bcd43c85fb1aae2cbf34e1.tar.gz
jgit-71613519e9f9fb2c93bcd43c85fb1aae2cbf34e1.zip
JGit v6.10.0.202405212237-m3v6.10.0.202405212237-m3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I4efb1066ee4146d0455c39cc07879533b8933e43
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 652eccba22..604625ec25 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: 6.10.0.qualifier
+Bundle-Version: 6.10.0.202405212237-m3
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[6.10.0,6.11.0)"
diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
index c3696a18a7..8d2825e4f7 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: 6.10.0.qualifier
-Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.10.0.qualifier";roots="."
+Bundle-Version: 6.10.0.202405212237-m3
+Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.10.0.202405212237-m3";roots="."
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index c14399f745..f4283bb21c 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>6.10.0-SNAPSHOT</version>
+ <version>6.10.0.202405212237-m3</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>