Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-03-23 10:27:04 +0000
committerMatthias Sohn2016-03-23 10:27:04 +0000
commitbf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f (patch)
treebb777022d72c6a33b8f45fe649d56e7422ccdfb6 /org.eclipse.jgit.http.server
parent09810d013c8366f3f174438e8537d397b158906a (diff)
downloadjgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.tar.gz
jgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.tar.xz
jgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.zip
Change-Id: I10835e5aa3618e5033424595942cc1649152cb24 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 28835f63e5..81d054e113 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.3.0.qualifier
+Bundle-Version: 4.3.0.201603230630-rc1
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package: org.eclipse.jgit.http.server;version="4.3.0",
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 3d351a7fba..6d0b45a130 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.3.0-SNAPSHOT</version>
+ <version>4.3.0.201603230630-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>

Back to the top