summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-03-05 00:39:41 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-03-05 00:39:41 +0100
commitd69a6c5dee4b22c97ccb2a26376e81cfca6682a6 (patch)
tree7f71a4c379bf71f9f7f520d2cee86c7d6451f4ef /org.eclipse.jgit.http.apache
parent407ccef1cfc50b17731b81a5783365ffe6e266c6 (diff)
downloadjgit-d69a6c5dee4b22c97ccb2a26376e81cfca6682a6.tar.gz
jgit-d69a6c5dee4b22c97ccb2a26376e81cfca6682a6.zip
Prepare 6.9.0-SNAPSHOT builds
Change-Id: Ifadeead735c8772e58dd4e5c7381b44c5221a295
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF4
-rw-r--r--org.eclipse.jgit.http.apache/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
index e302cea30d..488fb71e6c 100644
--- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.http.apache
Bundle-SymbolicName: org.eclipse.jgit.http.apache
-Bundle-Version: 6.9.0.202402281855-rc1
+Bundle-Version: 6.9.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Localization: OSGI-INF/l10n/plugin
Bundle-Vendor: %Bundle-Vendor
diff --git a/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF
index 0a9f3d220b..a27933902a 100644
--- a/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.jgit.http.apache - Sources
Bundle-SymbolicName: org.eclipse.jgit.http.apache.source
Bundle-Vendor: Eclipse.org - JGit
-Bundle-Version: 6.9.0.202402281855-rc1
-Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="6.9.0.202402281855-rc1";roots="."
+Bundle-Version: 6.9.0.qualifier
+Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="6.9.0.qualifier";roots="."
diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml
index a17a154bbe..c4886857bc 100644
--- a/org.eclipse.jgit.http.apache/pom.xml
+++ b/org.eclipse.jgit.http.apache/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.9.0.202402281855-rc1</version>
+ <version>6.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>