Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-22 21:01:11 +0000
committerMatthias Sohn2019-05-22 21:01:11 +0000
commitc702b73afed2b973dad788c6af0093d46e4f9a00 (patch)
treecc05faeaa43cb434b38d259c06b9a32a92041637 /org.eclipse.egit.mylyn.ui
parent56749c3fb810d749103a01d644ff5ac0708a7f7c (diff)
downloadegit-c702b73afed2b973dad788c6af0093d46e4f9a00.tar.gz
egit-c702b73afed2b973dad788c6af0093d46e4f9a00.tar.xz
egit-c702b73afed2b973dad788c6af0093d46e4f9a00.zip
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I0011864a1d3fb076145cc0ccfd9ac2cc673d3df4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui')
-rw-r--r--org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.mylyn.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
index b6fec16290..5449551868 100644
--- a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.egit.mylyn.ui
Bundle-SymbolicName: org.eclipse.egit.mylyn.ui;singleton:=true
-Bundle-Version: 5.4.0.201905221418-m3
+Bundle-Version: 5.4.0.qualifier
Bundle-Activator: org.eclipse.egit.internal.mylyn.ui.EGitMylynUI
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.jface;bundle-version="[3.12.0,4.0.0)",
diff --git a/org.eclipse.egit.mylyn.ui/pom.xml b/org.eclipse.egit.mylyn.ui/pom.xml
index 150551e417..6daf6c9f46 100644
--- a/org.eclipse.egit.mylyn.ui/pom.xml
+++ b/org.eclipse.egit.mylyn.ui/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.4.0.201905221418-m3</version>
+ <version>5.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui</artifactId>

Back to the top