Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-24 23:01:29 +0000
committerMatthias Sohn2018-12-24 23:01:29 +0000
commit67af2d46dd74027804c2696744597a33eb387167 (patch)
treec1c12a0287b638fdfa8636882b444e5ec3fff4e1 /org.eclipse.jgit.http.test
parent78b18dbb839b6ff41f199ee338e53610f3fe5be3 (diff)
downloadjgit-67af2d46dd74027804c2696744597a33eb387167.tar.gz
jgit-67af2d46dd74027804c2696744597a33eb387167.tar.xz
jgit-67af2d46dd74027804c2696744597a33eb387167.zip
Change-Id: Ic75e4611cce396b186680bc962f0c73b2ee5fff1 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 290b0b265c..5b49478523 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: 4.9.8.qualifier
+Bundle-Version: 4.9.8.201812241815-r
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 7fcf513c2a..f803bbb8d1 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>4.9.8-SNAPSHOT</version>
+ <version>4.9.8.201812241815-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top