aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-29 03:01:38 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-29 03:01:38 +0200
commitcbe5788a287960189c3ea66c986887a49287c739 (patch)
tree4037c229487006b6efae95229a6f1d1caecb0390 /org.eclipse.jgit.http.server
parentc9232e555791e1d52fc96776d3ab477ce9a8e306 (diff)
downloadjgit-cbe5788a287960189c3ea66c986887a49287c739.tar.gz
jgit-cbe5788a287960189c3ea66c986887a49287c739.zip
JGit v6.10.0.202405290101-rc1v6.10.0.202405290101-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: Ie3d08213e00fcfe1fc34a39021dd99f27e0abc1f
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r--org.eclipse.jgit.http.server/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF4
-rw-r--r--org.eclipse.jgit.http.server/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
index e2c7c02f52..9388277161 100644
--- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.http.server
Bundle-SymbolicName: org.eclipse.jgit.http.server
-Bundle-Version: 6.10.0.202405282244-rc1
+Bundle-Version: 6.10.0.202405290101-rc1
Bundle-Localization: OSGI-INF/l10n/plugin
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.jgit.http.server;version="6.10.0",
diff --git a/org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF
index d0ab9b8638..ea19ced2b1 100644
--- a/org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.jgit.http.server - Sources
Bundle-SymbolicName: org.eclipse.jgit.http.server.source
Bundle-Vendor: Eclipse.org - JGit
-Bundle-Version: 6.10.0.202405282244-rc1
-Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="6.10.0.202405282244-rc1";roots="."
+Bundle-Version: 6.10.0.202405290101-rc1
+Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="6.10.0.202405290101-rc1";roots="."
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 2790dcced0..6564013e50 100644
--- a/org.eclipse.jgit.http.server/pom.xml
+++ b/org.eclipse.jgit.http.server/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.10.0.202405282244-rc1</version>
+ <version>6.10.0.202405290101-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>