Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-05 19:23:13 +0000
committerMatthias Sohn2019-06-05 19:23:13 +0000
commitd6c7c42a1be121afa21400d7c217ade43a8b55f5 (patch)
tree968b01e1f7ad0bd8277eb128d47776ec6bc357ea /org.eclipse.jgit.http.test
parent60d65bbd222e0b5e4156fd62d0424746a2a883b5 (diff)
downloadjgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.tar.gz
jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.tar.xz
jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.zip
Change-Id: I41b4926f4bfa896ef2a13c35e93e08071ae949a3 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 ca2c8e61eb..77d8102351 100644
--- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.http.test
Bundle-SymbolicName: org.eclipse.jgit.http.test
-Bundle-Version: 5.3.2.qualifier
+Bundle-Version: 5.3.2.201906051522-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 5ed3ae135e..b414fec637 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>5.3.2-SNAPSHOT</version>
+ <version>5.3.2.201906051522-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top