diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:16:15 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:16:15 +0100 |
commit | 510011b05caea84908f9687d5cb632bc4ad73c41 (patch) | |
tree | 3a0df7ef5a7a586b16b756424b46a6b107cf0493 /org.eclipse.jgit.ui | |
parent | 53ab1188d50149a22b2589e6017aba259f77b10b (diff) | |
download | jgit-510011b05caea84908f9687d5cb632bc4ad73c41.tar.gz jgit-510011b05caea84908f9687d5cb632bc4ad73c41.zip |
JGit v5.1.5.201812261915-rv5.1.5.201812261915-r
Change-Id: I249a440d1ca1c997343da942ae55fcb27a645b92
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.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ui/pom.xml | 2 |
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 7a67b6bc52..8db6b52f01 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.5.qualifier +Bundle-Version: 5.1.5.201812261915-r Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.jgit.awtui;version="5.1.5" diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index 26df687088..6615c0ba3d 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.5-SNAPSHOT</version> + <version>5.1.5.201812261915-r</version> </parent> <artifactId>org.eclipse.jgit.ui</artifactId> |