summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-08-30 16:57:25 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-08-30 16:57:25 +0200
commitc54acc5822997090c9b50df5d4582b1d401d52a6 (patch)
tree1feddddba350b2c140731294b2f366433e5f48b6 /org.eclipse.jgit.ant
parent2e2e58d59f1546a791983e2b28adb99c71a93a34 (diff)
downloadjgit-c54acc5822997090c9b50df5d4582b1d401d52a6.tar.gz
jgit-c54acc5822997090c9b50df5d4582b1d401d52a6.zip
JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I712a9f6830364ed404d03f3a145c055906273544
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 a2e7bd0b52..d893f6ba8b 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.7.0.qualifier
+Bundle-Version: 6.7.0.202308301100-rc1
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[6.7.0,6.8.0)"
diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF
index f6172015d5..7ccae6bb64 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.7.0.qualifier
-Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.7.0.qualifier";roots="."
+Bundle-Version: 6.7.0.202308301100-rc1
+Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.7.0.202308301100-rc1";roots="."
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 8621b5edbf..3986927289 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.7.0-SNAPSHOT</version>
+ <version>6.7.0.202308301100-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>