diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-02 13:55:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-02 13:55:16 +0200 |
commit | d59fafc7ca3bc0dd0a54cfabf57538fa5458a96f (patch) | |
tree | 3dc15d3dbd6ef3a8c80890dab0e28327894f5acd /org.eclipse.jgit.http.server | |
parent | f9c7253b159a8a233e42b451a715ef9e7bdd9626 (diff) | |
download | jgit-d59fafc7ca3bc0dd0a54cfabf57538fa5458a96f.tar.gz jgit-d59fafc7ca3bc0dd0a54cfabf57538fa5458a96f.zip |
JGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3
Change-Id: I31c6177d19cba228aa67b2b5c3e0d82c38395cda
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/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index 5304f83be8..918db8ba0b 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 4.0.0.201506020755-rc3 Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: org.eclipse.jgit.http.server;version="4.0.0", diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index e0b759a9ee..5745cac70b 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>4.0.0-SNAPSHOT</version> + <version>4.0.0.201506020755-rc3</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |