Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-09-27 11:34:51 +0000
committerMatthias Sohn2013-09-27 11:34:51 +0000
commit6f0681eb9fe213304ec53948639cd9d7b790d629 (patch)
treeb20597ab017c9dc5d3c7411fa06166bf15b90f94 /org.eclipse.jgit.http.server
parenta065a06c2aefd0f5c5fc70d3410c3202f4d03268 (diff)
downloadjgit-6f0681eb9fe213304ec53948639cd9d7b790d629.tar.gz
jgit-6f0681eb9fe213304ec53948639cd9d7b790d629.tar.xz
jgit-6f0681eb9fe213304ec53948639cd9d7b790d629.zip
Change-Id: I48202dd461110da25f9bc159c938311fff0669e0 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 e397549287..309e3ad50f 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0.201309270735-rc1
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package:
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 9f47c1a10c..f874f37bfd 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>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.201309270735-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>

Back to the top