Skip to content

Commit adcd346

Browse files
authored
Merge pull request #2576 from osate/remove_versions_from_ge_em_feature
Remove explicit versions from graphical editor error model feature
2 parents 88cd1b3 + d8666d6 commit adcd346

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ge/org.osate.ge.errormodel.feature/feature.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ censes only apply to the Third Party Software and not any other portion of this
2525
<feature
2626
id="org.osate.ge.errormodel.feature"
2727
label="OSATE Graphical Editor EMV2"
28-
version="4.0.0.qualifier"
28+
version="4.0.1.qualifier"
2929
provider-name="The University of Alabama in Huntsville"
3030
license-feature="org.osate.license"
3131
license-feature-version="1.0.1.qualifier">
@@ -39,14 +39,14 @@ censes only apply to the Third Party Software and not any other portion of this
3939
</copyright>
4040

4141
<requires>
42-
<import plugin="org.eclipse.core.runtime" version="3.17.100" match="compatible"/>
43-
<import plugin="org.osate.aadl2" version="4.0.0" match="compatible"/>
44-
<import plugin="org.osate.xtext.aadl2.errormodel" version="6.0.0" match="compatible"/>
45-
<import plugin="org.eclipse.core.resources" version="3.13.700" match="compatible"/>
46-
<import plugin="org.osate.ge" version="2.0.0" match="compatible"/>
47-
<import plugin="org.apache.commons.lang" version="2.6.0" match="compatible"/>
48-
<import plugin="org.eclipse.ui.views.properties.tabbed" version="3.8.800" match="compatible"/>
49-
<import plugin="org.osate.ge.swt" version="1.1.0" match="compatible"/>
42+
<import plugin="org.eclipse.core.runtime"/>
43+
<import plugin="org.osate.aadl2"/>
44+
<import plugin="org.osate.xtext.aadl2.errormodel"/>
45+
<import plugin="org.eclipse.core.resources"/>
46+
<import plugin="org.osate.ge"/>
47+
<import plugin="org.apache.commons.lang"/>
48+
<import plugin="org.eclipse.ui.views.properties.tabbed"/>
49+
<import plugin="org.osate.ge.swt"/>
5050
</requires>
5151

5252
<plugin

ge/org.osate.ge.errormodel.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ censes only apply to the Third Party Software and not any other portion of this
3232
</parent>
3333
<groupId>org.osate</groupId>
3434
<artifactId>org.osate.ge.errormodel.feature</artifactId>
35-
<version>4.0.0-SNAPSHOT</version>
35+
<version>4.0.1-SNAPSHOT</version>
3636
<packaging>eclipse-feature</packaging>
3737

3838
<build>

0 commit comments

Comments
 (0)