diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-05 22:17:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-05 22:17:44 +0200 |
commit | 9f4c10784b11dae9eaaa04140c6343eca78ed01c (patch) | |
tree | 4a02ba453987cc483051e937c2ac592f414b2ce2 /org.eclipse.jgit.pgm.test | |
parent | b26102469ca55b3dfbed3c0aeecb4b84df2628f6 (diff) | |
download | jgit-9f4c10784b11dae9eaaa04140c6343eca78ed01c.tar.gz jgit-9f4c10784b11dae9eaaa04140c6343eca78ed01c.zip |
JGit v4.7.0.201704051617-rv4.7.0.201704051617-r
Change-Id: Ic2bd6aca0b7a7e0597ffc1f7cf647b49878f9950
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 1e5f76ddbb..b405d28101 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 4.7.0.qualifier +Bundle-Version: 4.7.0.201704051617-r 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 12dcb59f86..486505b768 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>4.7.0-SNAPSHOT</version> + <version>4.7.0.201704051617-r</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |