Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-06 23:20:43 +0000
committerMatthias Sohn2018-12-06 23:20:43 +0000
commitc84c08107d78c99ce4cd74d558947e7715a9ca99 (patch)
tree23b12edf7df47a2a85514f8d263b726d0ab62586 /org.eclipse.jgit.http.test
parent1136834f02db3e35eb0da0ddcda45fe1d32de452 (diff)
downloadjgit-c84c08107d78c99ce4cd74d558947e7715a9ca99.tar.gz
jgit-c84c08107d78c99ce4cd74d558947e7715a9ca99.tar.xz
jgit-c84c08107d78c99ce4cd74d558947e7715a9ca99.zip
Change-Id: I8528c913ad1a820ee9a2fa6be1c9125b518caefe 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 37a95494de..17ccc96d32 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.2.0.qualifier
+Bundle-Version: 5.2.0.201812061821-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 5bc342cbe8..bdc84b18eb 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.2.0-SNAPSHOT</version>
+ <version>5.2.0.201812061821-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>

Back to the top