Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-06-13 16:11:23 +0000
committerMatthias Sohn2018-06-13 16:11:23 +0000
commit94a585e6e87e09880e611a79585fb24090fee271 (patch)
tree0c7470be5878b7048f2bf5ec1da4777074f957c5 /org.eclipse.jgit.test
parent2d276161a21f6c406893da61aac4d60fa4eaff5d (diff)
downloadjgit-94a585e6e87e09880e611a79585fb24090fee271.tar.gz
jgit-94a585e6e87e09880e611a79585fb24090fee271.tar.xz
jgit-94a585e6e87e09880e611a79585fb24090fee271.zip
JGit v5.0.0.201806131210-r
Change-Id: Iedccfcaf57c11822f1faf5d5195357de42b2a14e 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..b21d6cd72e 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.201806131210-r
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..71b8f687d9 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.201806131210-r</version>
</parent>
<artifactId>org.eclipse.jgit.test</artifactId>

Back to the top