Skip to content

Commit

Permalink
features: Corrected feature version.
Browse files Browse the repository at this point in the history
Signed-off-by: Soeren Domroes <[email protected]>
  • Loading branch information
soerendomroes committed May 31, 2022
1 parent 30087c6 commit 5dc0f65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion features/org.eclipse.elk.algorithms.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SPDX-License-Identifier: EPL-2.0
</license>

<requires>
<import feature="org.eclipse.elk.feature" version="0.7.0.qualifier"/>
<import feature="org.eclipse.elk.feature" version="0.8.1"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.elk.graph.json.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<feature
id="org.eclipse.elk.graph.json.feature"
label="Eclipse Layout Kernel (Incubation) - ELK Graph JSON Format"
version="0.9.0.qualifier"
version="0.8.1"
provider-name="Eclipse Layout Kernel"
plugin="org.eclipse.elk.core">

Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.elk.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<feature
id="org.eclipse.elk.sdk.feature"
label="Eclipse Layout Kernel (Incubation) - SDK"
version="0.9.0.qualifier"
version="0.8.1"
provider-name="Eclipse Layout Kernel"
plugin="org.eclipse.elk.core">

Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.elk.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<feature
id="org.eclipse.elk.ui.feature"
label="Eclipse Layout Kernel (Incubation) - UI Components"
version="0.9.0.qualifier"
version="0.8.1"
provider-name="Eclipse Layout Kernel"
plugin="org.eclipse.elk.core">

Expand Down Expand Up @@ -45,7 +45,7 @@ SPDX-License-Identifier: EPL-2.0
<import plugin="org.eclipse.emf.ecore.xmi" version="2.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.transaction" version="1.3.0" match="greaterOrEqual"/>
<import plugin="com.google.guava"/>
<import feature="org.eclipse.elk.feature" version="0.7.0.qualifier"/>
<import feature="org.eclipse.elk.feature" version="0.8.1"/>
</requires>

<plugin
Expand Down

0 comments on commit 5dc0f65

Please sign in to comment.