Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-11 19:30:23 +0000
committerMatthias Sohn2018-09-11 19:30:23 +0000
commit47956bcc6858bf2bbfb184b93017556eab693ce9 (patch)
tree2bfcdccdfe55c01315b29c6fbdde4edcf6f5736c /org.eclipse.jgit.junit
parent303adeb8bf45412b30d77db3e5575e91b428abda (diff)
downloadjgit-47956bcc6858bf2bbfb184b93017556eab693ce9.tar.gz
jgit-47956bcc6858bf2bbfb184b93017556eab693ce9.tar.xz
jgit-47956bcc6858bf2bbfb184b93017556eab693ce9.zip
Change-Id: I583bf7d60bccc876156be1f605bfda32b89cd08b 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 1ed1a559b7..01af5e9619 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.1.0.qualifier
+Bundle-Version: 5.1.0.201809111528-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 589e641bf9..0bacf3fca6 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.1.0-SNAPSHOT</version>
+ <version>5.1.0.201809111528-r</version>
</parent>
<artifactId>org.eclipse.jgit.junit</artifactId>

Back to the top