Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-02 23:26:54 +0000
committerMatthias Sohn2014-03-02 23:26:54 +0000
commit3d855dbfc68ce6979f5aa5a5467308f562f4b79a (patch)
treeca27b81b6fb7c6ea9e7992b34bf6d3ce855f0ab5 /org.eclipse.jgit.http.test
parentfd62a456499a57e5ae09c490b8bf2c72ff55154a (diff)
downloadjgit-3d855dbfc68ce6979f5aa5a5467308f562f4b79a.tar.gz
jgit-3d855dbfc68ce6979f5aa5a5467308f562f4b79a.tar.xz
jgit-3d855dbfc68ce6979f5aa5a5467308f562f4b79a.zip
Change-Id: Iaf3da455f7d6f691617299e881154ff8185a9d46 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 4bc2e74593..d1d56b402a 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: 3.3.0.qualifier
+Bundle-Version: 3.3.0.201403021825-r
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 3ceac222fe..33cb9b8471 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>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.201403021825-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top