diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-08 13:58:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-08 13:58:26 +0200 |
commit | 00108d01ff9ead8bd316c135705775f59266e2a4 (patch) | |
tree | 80a9d205ffc851b1b4d8b428e924a35f6409edca /org.eclipse.jgit.pgm.test | |
parent | e27993f1f881a0a4aad66679dc10fe0d749f6c83 (diff) | |
download | jgit-00108d01ff9ead8bd316c135705775f59266e2a4.tar.gz jgit-00108d01ff9ead8bd316c135705775f59266e2a4.zip |
JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7
Change-Id: I377b174993862918a117f54e6cba4733dfc2307c
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 4d82159305..d504fe69be 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: 3.0.0.qualifier +Bundle-Version: 3.0.0.201305080800-m7 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 ab72c1d710..a8fdbd7c75 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>3.0.0-SNAPSHOT</version> + <version>3.0.0.201305080800-m7</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |