Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-25 10:56:49 +0000
committerMatthias Sohn2019-08-25 10:56:49 +0000
commit6f8368a9dbe8ba99f37dad7935490be37d07a346 (patch)
tree95a4089b7e398b1face31d1f4ee8d7d51a361dde /org.eclipse.egit.mylyn-feature
parentfc605d358186e5d11d9fd8a4cc6a3a3c187a0286 (diff)
downloadegit-6f8368a9dbe8ba99f37dad7935490be37d07a346.tar.gz
egit-6f8368a9dbe8ba99f37dad7935490be37d07a346.tar.xz
egit-6f8368a9dbe8ba99f37dad7935490be37d07a346.zip
Prepare 5.4.3-SNAPSHOT buildsstable-5.4
Change-Id: I00d0e5a1f008f99a8c66675e09fd906b89ed5423 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml4
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index d88ebd2518..b6f648a6ef 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.mylyn"
label="%featureName"
- version="5.4.2.201908231537-r"
+ version="5.4.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -26,7 +26,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="5.4.2" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.4.3" match="equivalent"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.20.0" match="greaterOrEqual"/>
</requires>
diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index d2f19038a7..a6d0748bcc 100644
--- a/org.eclipse.egit.mylyn-feature/pom.xml
+++ b/org.eclipse.egit.mylyn-feature/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.4.2.201908231537-r</version>
+ <version>5.4.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top