Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-20 07:50:16 +0000
committerMatthias Sohn2018-10-20 07:50:16 +0000
commitcf24983b234af44bb2066e6c18f107e33d02c483 (patch)
tree48ccdb3da553111ba5ebe0c2c9fb19e839c816b9 /org.eclipse.jgit.ui
parent8fc3903989fdd288bbc589a201646030b62fc3fb (diff)
downloadjgit-cf24983b234af44bb2066e6c18f107e33d02c483.tar.gz
jgit-cf24983b234af44bb2066e6c18f107e33d02c483.tar.xz
jgit-cf24983b234af44bb2066e6c18f107e33d02c483.zip
Change-Id: Ib2c5a79d4fdf77680b7b65652fc3659527df27ad 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 c32f6a2538..889ac3a5c6 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.3.qualifier
+Bundle-Version: 5.1.3.201810200350-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.jgit.awtui;version="5.1.3"
diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index 5a4c8fc92d..dd5fb1e928 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.3-SNAPSHOT</version>
+ <version>5.1.3.201810200350-r</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>

Back to the top