Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-13 12:47:54 +0000
committerMatthias Sohn2019-03-13 12:47:54 +0000
commitde4a6332011ba1ddb7780a8646f1010aa8d27cfa (patch)
treea6f261696d55121b89b40fc8a697741197d8b0c7 /org.eclipse.jgit.junit
parent9e74c4980865a2bb9758185285c51e9bf3d29fb5 (diff)
downloadjgit-de4a6332011ba1ddb7780a8646f1010aa8d27cfa.tar.gz
jgit-de4a6332011ba1ddb7780a8646f1010aa8d27cfa.tar.xz
jgit-de4a6332011ba1ddb7780a8646f1010aa8d27cfa.zip
Change-Id: I52256a6d07011030698299d9a97dd01ea825fb7f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit')
-rw-r--r--org.eclipse.jgit.junit/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.junit/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
index f76cee8d1e..849c222721 100644
--- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.junit
Bundle-SymbolicName: org.eclipse.jgit.junit
-Bundle-Version: 5.3.0.qualifier
+Bundle-Version: 5.3.0.201903130848-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml
index 71885d84de..2eae245935 100644
--- a/org.eclipse.jgit.junit/pom.xml
+++ b/org.eclipse.jgit.junit/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.3.0-SNAPSHOT</version>
+ <version>5.3.0.201903130848-r</version>
</parent>
<artifactId>org.eclipse.jgit.junit</artifactId>

Back to the top