Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-23 15:01:29 +0000
committerMatthias Sohn2019-08-23 15:01:29 +0000
commit06309fdc43fe5790b3cc98623200bab1c7122171 (patch)
tree7a88b5f51e6e0765d6496067b98b771f77d3d38d /org.eclipse.jgit.ui
parent6dfdfe1f67e21c77b6c4bb0e42b864d1f79790bc (diff)
downloadjgit-06309fdc43fe5790b3cc98623200bab1c7122171.tar.gz
jgit-06309fdc43fe5790b3cc98623200bab1c7122171.tar.xz
jgit-06309fdc43fe5790b3cc98623200bab1c7122171.zip
Change-Id: Ia98f47d9a10d6b8cccca6b697230dad4f350d720 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 770c2171f1..f9eb2f5b2c 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.3.4.qualifier
+Bundle-Version: 5.3.4.201908231101-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.jgit.awtui;version="5.3.4"
diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index 3b907d930d..84d4706279 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.3.4-SNAPSHOT</version>
+ <version>5.3.4.201908231101-r</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>

Back to the top