aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-08-28 21:41:37 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-08-28 21:41:37 +0200
commita7ad89e9744e3c55846fc1a2d0a4bad03cfd8d71 (patch)
tree040c92daa82e8d2f78cf7d9c7380902f73eee91b /org.eclipse.jgit.ui
parente0b24c62e8ba3f4d03308ab6fcc3d2eaa4cfda4f (diff)
downloadjgit-a7ad89e9744e3c55846fc1a2d0a4bad03cfd8d71.tar.gz
jgit-a7ad89e9744e3c55846fc1a2d0a4bad03cfd8d71.zip
JGit v5.1.0.201808281540-m3v5.1.0.201808281540-m3
Change-Id: Ie86c46a828b55a2235056b9a5bc2c6c450b95ed0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index c8d6d4db15..5e3018a0fe 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.ui
Bundle-SymbolicName: org.eclipse.jgit.ui
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.0.201808281540-m3
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.jgit.awtui;version="5.1.0"
diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index b52840d263..2f26313ff4 100644
--- a/org.eclipse.jgit.ui/pom.xml
+++ b/org.eclipse.jgit.ui/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.201808281540-m3</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>