Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-05 13:06:56 +0000
committerMatthias Sohn2019-06-05 13:06:56 +0000
commit2fe587fcfdba51c1d84194673473faf18a34896e (patch)
treeb4cb14755dd197c8323316628a33a3829ea5a3dc /org.eclipse.jgit.http.server
parent5f8d91fded2f767ab609e58dcc22cc721b2e9c9d (diff)
downloadjgit-2fe587fcfdba51c1d84194673473faf18a34896e.tar.gz
jgit-2fe587fcfdba51c1d84194673473faf18a34896e.tar.xz
jgit-2fe587fcfdba51c1d84194673473faf18a34896e.zip
Change-Id: Iae0ffe161df2ca8a800d21688d6b7d7419dfb640 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.MF2
-rw-r--r--org.eclipse.jgit.http.server/pom.xml2
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 31fc9f60b4..965c197da2 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: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.http.server
Bundle-SymbolicName: org.eclipse.jgit.http.server
-Bundle-Version: 5.1.8.qualifier
+Bundle-Version: 5.1.8.201906050907-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package: org.eclipse.jgit.http.server;version="5.1.8",
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index d2753cb928..16508ec741 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.1.8-SNAPSHOT</version>
+ <version>5.1.8.201906050907-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>

Back to the top