Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-01 14:38:13 +0000
committerMatthias Sohn2011-09-01 14:38:13 +0000
commit384ffa7ee91b1c95a8d956f93fe053661a5f041c (patch)
treeab7a01de9f604ad868465bd9bdd79812c46ecf9e /org.eclipse.jgit.http.server
parentdcd4c5a642cdc65c1ea9ae2e8f26fdbdf8ac64fa (diff)
downloadjgit-384ffa7ee91b1c95a8d956f93fe053661a5f041c.tar.gz
jgit-384ffa7ee91b1c95a8d956f93fe053661a5f041c.tar.xz
jgit-384ffa7ee91b1c95a8d956f93fe053661a5f041c.zip
Change-Id: Ie6d65fe45ad92c813ce3a227729aa43681922249 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 ad134ed86d..aba19addcf 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: 1.1.0.qualifier
+Bundle-Version: 1.1.0.201109011030-rc2
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 57feda4600..32278e2a8a 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0.201109011030-rc2</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>

Back to the top