Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-22 21:43:43 +0000
committerMatthias Sohn2018-05-22 21:43:43 +0000
commit812abefd58ed588b8aa8eadfb59993c084251e09 (patch)
treebbdc26352cf37e5c3a29f37409d305f3da39a031 /org.eclipse.jgit.test
parentce5cdea143faefecfddab0d23ade104eba93b09c (diff)
downloadjgit-812abefd58ed588b8aa8eadfb59993c084251e09.tar.gz
jgit-812abefd58ed588b8aa8eadfb59993c084251e09.tar.xz
jgit-812abefd58ed588b8aa8eadfb59993c084251e09.zip
Change-Id: Ie2c35fab87f294b00f9754b07b60a848bf256b10 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r--org.eclipse.jgit.test/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
index 06bac92953..248f03464c 100644
--- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.test
Bundle-SymbolicName: org.eclipse.jgit.test
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.0.201805221745-rc1
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index e53aaabc4e..60ad989ef8 100644
--- a/org.eclipse.jgit.test/pom.xml
+++ b/org.eclipse.jgit.test/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201805221745-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.test</artifactId>

Back to the top