diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-01 18:17:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-01 18:17:31 +0200 |
commit | 7b1ade51d24f6efacfddd91fcfed7137c27642d3 (patch) | |
tree | 717629c6f404f3840c2ed7bb6a6dd8ca518f3983 /org.eclipse.jgit.http.server | |
parent | 9fccad2e46d09052f4433e6764448c3518ae37f0 (diff) | |
download | jgit-7b1ade51d24f6efacfddd91fcfed7137c27642d3.tar.gz jgit-7b1ade51d24f6efacfddd91fcfed7137c27642d3.zip |
JGit v6.2.0.202206011217-rc1v6.2.0.202206011217-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Id9639b466583d8c373ef700402cb685ce4a8ee15
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/SOURCE-MANIFEST.MF | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/pom.xml | 2 |
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 cd7db79e92..fbc93ec003 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.2.0.qualifier +Bundle-Version: 6.2.0.202206011217-rc1 Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor Export-Package: org.eclipse.jgit.http.server;version="6.2.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 b86561af0b..f9b80dd879 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.2.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="6.2.0.qualifier";roots="." +Bundle-Version: 6.2.0.202206011217-rc1 +Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="6.2.0.202206011217-rc1";roots="." diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 2ea4c6a344..3a9631cd15 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.2.0-SNAPSHOT</version> + <version>6.2.0.202206011217-rc1</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |