Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-02-12 23:47:12 +0000
committerMatthias Sohn2012-02-12 23:57:43 +0000
commit53917539f822afa12caaa55db8f57c29570532f3 (patch)
treed07e90b8a8657ee84dbde05068d771c980508999 /org.eclipse.jgit.http.test
parent2f79cf9900288991e51b8da408511ead05f4d085 (diff)
downloadjgit-53917539f822afa12caaa55db8f57c29570532f3.tar.gz
jgit-53917539f822afa12caaa55db8f57c29570532f3.tar.xz
jgit-53917539f822afa12caaa55db8f57c29570532f3.zip
Change-Id: I82c6c0c175ab6fb4e2113101f36c8d2ddf4a13c1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r--org.eclipse.jgit.http.test/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.http.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
index 5aa1db0c5e..84a71a1dba 100644
--- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.test/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.test
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.0.201202121842-rc4
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 0a2fc67295..a2a4f7d12c 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -51,7 +51,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0.201202121842-rc4</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top