diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 18:17:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 18:17:59 +0200 |
commit | 0af59e121262c265082369aa746317af37bf5c9b (patch) | |
tree | bc59e4bd78c564cdae1e91ea785862ec3b23be3b /org.eclipse.jgit.pgm.test | |
parent | 5c93bbd344a9fbcaabe70b09f6f0f062834f568a (diff) | |
download | jgit-0af59e121262c265082369aa746317af37bf5c9b.tar.gz jgit-0af59e121262c265082369aa746317af37bf5c9b.zip |
JGit v5.4.1.201908211225-rv5.4.1.201908211225-r
Change-Id: Ifa99b930bd20a9bc10696c414c73ebde0cd4b0c8
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 920c0cf897..2a0ae964ba 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.4.1.qualifier +Bundle-Version: 5.4.1.201908211225-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 fb493f8c54..5c36668c84 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.4.1-SNAPSHOT</version> + <version>5.4.1.201908211225-r</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |