summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-06-07 23:04:55 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-06-07 23:04:55 +0200
commitac71f9045a375c8f6a3368d585cc434b3726900a (patch)
tree062cda9aa15e1e16ca1678513e69f672610889d3 /org.eclipse.jgit.http.server
parent4a4e1f764c7cc1ffe0a86c22db646c4f11785e01 (diff)
downloadjgit-ac71f9045a375c8f6a3368d585cc434b3726900a.tar.gz
jgit-ac71f9045a375c8f6a3368d585cc434b3726900a.zip
JGit v1.0.0.201106071701-rv1.0.0.201106071701-r
Change-Id: Ic8f49336ba96c8dcf4bab2f74c0f1efc1ab55131 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 2b4a51be6e..b96e21cd01 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.0.0.qualifier
+Bundle-Version: 1.0.0.201106071701-r
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 45224322cc..af880ff532 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.0.0-SNAPSHOT</version>
+ <version>1.0.0.201106071701-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>