diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-28 15:40:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-28 15:40:54 +0200 |
commit | e0ea41b500346397c513294f51cc9cf7c9ceb47e (patch) | |
tree | 110a3c9415a6eab2ceaae049cae27285cbd306cc /org.eclipse.jgit.http.server | |
parent | 9d04f8f7697221edd837d3055336e19e85448475 (diff) | |
download | jgit-e0ea41b500346397c513294f51cc9cf7c9ceb47e.tar.gz jgit-e0ea41b500346397c513294f51cc9cf7c9ceb47e.zip |
JGit v5.5.0.201908280940-m3v5.5.0.201908280940-m3
Change-Id: I0920767979d7927bc18f3e395963aeebae5ea540
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 0a7fa845e2..9d5c3804df 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: 5.5.0.qualifier +Bundle-Version: 5.5.0.201908280940-m3 Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor Export-Package: org.eclipse.jgit.http.server;version="5.5.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 0fbcd98bda..757beccd48 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: 5.5.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="5.5.0.qualifier";roots="." +Bundle-Version: 5.5.0.201908280940-m3 +Eclipse-SourceBundle: org.eclipse.jgit.http.server;version="5.5.0.201908280940-m3";roots="." diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 4ccdb91526..0b68a7e278 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.5.0-SNAPSHOT</version> + <version>5.5.0.201908280940-m3</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |