Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-23 19:36:24 +0000
committerMatthias Sohn2019-08-23 19:36:24 +0000
commit2c0f02244c47a39bf559a5c8085359a9024605d6 (patch)
tree115d5bfc42b14b8593f002b443dbdd2f8270ca19 /org.eclipse.jgit.http.test
parente6619980ed2354e05760fd6fa0d3ba12831b8f8b (diff)
downloadjgit-2c0f02244c47a39bf559a5c8085359a9024605d6.tar.gz
jgit-2c0f02244c47a39bf559a5c8085359a9024605d6.tar.xz
jgit-2c0f02244c47a39bf559a5c8085359a9024605d6.zip
Change-Id: I1d808c63db81435173987c399c90bda7bc5c8d9d 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 9d03477777..e7ca38f982 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.4.2.qualifier
+Bundle-Version: 5.4.2.201908231537-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 bf3a218364..da610a1155 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.4.2-SNAPSHOT</version>
+ <version>5.4.2.201908231537-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top