Skip to content

Commit 5dc0f65

Browse files
committed
features: Corrected feature version.
Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
1 parent 30087c6 commit 5dc0f65

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

features/org.eclipse.elk.algorithms.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SPDX-License-Identifier: EPL-2.0
3636
</license>
3737

3838
<requires>
39-
<import feature="org.eclipse.elk.feature" version="0.7.0.qualifier"/>
39+
<import feature="org.eclipse.elk.feature" version="0.8.1"/>
4040
</requires>
4141

4242
<plugin

features/org.eclipse.elk.graph.json.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<feature
1212
id="org.eclipse.elk.graph.json.feature"
1313
label="Eclipse Layout Kernel (Incubation) - ELK Graph JSON Format"
14-
version="0.9.0.qualifier"
14+
version="0.8.1"
1515
provider-name="Eclipse Layout Kernel"
1616
plugin="org.eclipse.elk.core">
1717

features/org.eclipse.elk.sdk.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<feature
1212
id="org.eclipse.elk.sdk.feature"
1313
label="Eclipse Layout Kernel (Incubation) - SDK"
14-
version="0.9.0.qualifier"
14+
version="0.8.1"
1515
provider-name="Eclipse Layout Kernel"
1616
plugin="org.eclipse.elk.core">
1717

features/org.eclipse.elk.ui.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<feature
1212
id="org.eclipse.elk.ui.feature"
1313
label="Eclipse Layout Kernel (Incubation) - UI Components"
14-
version="0.9.0.qualifier"
14+
version="0.8.1"
1515
provider-name="Eclipse Layout Kernel"
1616
plugin="org.eclipse.elk.core">
1717

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

5151
<plugin

0 commit comments

Comments
 (0)