summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-12-27 02:44:17 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-12-27 02:44:17 +0100
commit24e89950e7d1c59cb72d24d8396455acc7d90799 (patch)
treecd42d18f6ab57a45695fbc10fd726c55ff6f7790 /org.eclipse.jgit.http.server
parenta26bf7231e3c2a3d36f8baf02bb73298076824e2 (diff)
downloadjgit-24e89950e7d1c59cb72d24d8396455acc7d90799.tar.gz
jgit-24e89950e7d1c59cb72d24d8396455acc7d90799.zip
JGit v5.2.1.201812262042-rv5.2.1.201812262042-r
Change-Id: Idfefc54e898f364407a931b787a26db2489b031c 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 026ca53a76..0c6c1f6051 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.2.1.qualifier
+Bundle-Version: 5.2.1.201812262042-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package: org.eclipse.jgit.http.server;version="5.2.1",
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 0ade67679f..ee78a64c14 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.2.1-SNAPSHOT</version>
+ <version>5.2.1.201812262042-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>