Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-05 19:23:13 +0000
committerMatthias Sohn2019-06-05 19:23:13 +0000
commitd6c7c42a1be121afa21400d7c217ade43a8b55f5 (patch)
tree968b01e1f7ad0bd8277eb128d47776ec6bc357ea /org.eclipse.jgit.http.server
parent60d65bbd222e0b5e4156fd62d0424746a2a883b5 (diff)
downloadjgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.tar.gz
jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.tar.xz
jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.zip
Change-Id: I41b4926f4bfa896ef2a13c35e93e08071ae949a3 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 7de280ee4a..82110f6f55 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.3.2.qualifier
+Bundle-Version: 5.3.2.201906051522-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package: org.eclipse.jgit.http.server;version="5.3.2",
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index b2af14efd6..8ae487de89 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.3.2-SNAPSHOT</version>
+ <version>5.3.2.201906051522-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>

Back to the top