diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-22 23:43:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-22 23:43:43 +0200 |
commit | 812abefd58ed588b8aa8eadfb59993c084251e09 (patch) | |
tree | bbdc26352cf37e5c3a29f37409d305f3da39a031 /org.eclipse.jgit.pgm.test | |
parent | ce5cdea143faefecfddab0d23ade104eba93b09c (diff) | |
download | jgit-812abefd58ed588b8aa8eadfb59993c084251e09.tar.gz jgit-812abefd58ed588b8aa8eadfb59993c084251e09.zip |
JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1
Change-Id: Ie2c35fab87f294b00f9754b07b60a848bf256b10
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index bee6c49389..123c2e0614 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.pgm.test Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805221745-rc1 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index 2c36e46079..65477d60e5 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -50,7 +50,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.pgm.test</artifactId> |