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.source-feature/feature.xml
parentfc605d358186e5d11d9fd8a4cc6a3a3c187a0286 (diff)
downloadegit-stable-5.4.tar.gz
egit-stable-5.4.tar.xz
egit-stable-5.4.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.source-feature/feature.xml')
-rw-r--r--org.eclipse.egit.source-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml
index 4cd06828d9..b413574fb7 100644
--- a/org.eclipse.egit.source-feature/feature.xml
+++ b/org.eclipse.egit.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.source"
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"/>
</requires>
<plugin

Back to the top