Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.etrice.layout.feature')
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.etrice.layout.feature/feature.xml b/features/org.eclipse.etrice.layout.feature/feature.xml
index 246eceb78..451d09465 100644
--- a/features/org.eclipse.etrice.layout.feature/feature.xml
+++ b/features/org.eclipse.etrice.layout.feature/feature.xml
@@ -17,7 +17,7 @@
<feature
id="org.eclipse.etrice.layout.feature"
label="%featureName"
- version="1.0.1.qualifier"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.etrice.core.room.ui"
license-feature="org.eclipse.license"
@@ -54,7 +54,7 @@ http://www.eclipse.org/legal/epl-v10.html
<import plugin="org.eclipse.etrice.ui.structure" version="0.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.ui.common" version="0.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.core.room" version="0.2.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.etrice.kieler.feature" version="1.0.1.qualifier"/>
+ <import feature="org.eclipse.etrice.kieler.feature" version="1.1.0.qualifier"/>
</requires>
<plugin

Back to the top