diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-15 22:46:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-15 22:46:38 +0200 |
commit | adccfd450372f441a3abdc5f36e9067dceaa8e34 (patch) | |
tree | 9b71f7fb6d35bfd6f3ec53de5d612640b6df2699 /org.eclipse.jgit.pgm.test | |
parent | d6e00d201514ce69addcbfb1c7163f42336f3e66 (diff) | |
download | jgit-4.5.7.201904151645-r.tar.gz jgit-4.5.7.201904151645-r.zip |
JGit v4.5.7.201904151645-rv4.5.7.201904151645-r
Change-Id: I3e32cf13f5cb99d8e570412d80d941740399c07d
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 7e8d74478f..f3e65a86ba 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.5.7.qualifier +Bundle-Version: 4.5.7.201904151645-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 cd9b135dca..c43193218e 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.5.7-SNAPSHOT</version> + <version>4.5.7.201904151645-r</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |