Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-01-16 21:55:12 +0000
committerMatthias Sohn2019-01-17 01:39:39 +0000
commit8fc2aef89e927f628f5c367b39a13afbcb2e5e47 (patch)
tree71e0f64c961db11f5b8e8e19b6799e46c3acb782 /org.eclipse.jgit.pgm.test
parent137e91a4654b4f516d1f82885c669e14473dbfd6 (diff)
downloadjgit-8fc2aef89e927f628f5c367b39a13afbcb2e5e47.tar.gz
jgit-8fc2aef89e927f628f5c367b39a13afbcb2e5e47.tar.xz
jgit-8fc2aef89e927f628f5c367b39a13afbcb2e5e47.zip
Change-Id: I935cae5ae09ee5598ebdf6d9209048afec0d42dc 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.MF2
-rw-r--r--org.eclipse.jgit.pgm.test/pom.xml2
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 3819bb9ff1..41bd88de1b 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.3.0.qualifier
+Bundle-Version: 5.3.0.201901161700-m1
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 ea18b01c96..43ff8c5860 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.3.0-SNAPSHOT</version>
+ <version>5.3.0.201901161700-m1</version>
</parent>
<artifactId>org.eclipse.jgit.pgm.test</artifactId>

Back to the top