Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml')
-rw-r--r--features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
index 6a6c8e3eb09..66188093be3 100644
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.toolsmiths.feature"
- version="1.2.0.qualifier"
+ version="1.3.0.qualifier"
label="%featureName"
provider-name="%providerName"
license-feature="org.eclipse.license"
@@ -20,7 +20,7 @@
</license>
<requires>
- <import feature="org.eclipse.papyrus.sdk.feature" version="5.0.0" match="compatible"/>
+ <import feature="org.eclipse.papyrus.sdk.feature" version="6.0.0" match="compatible"/>
<import plugin="org.eclipse.gmf.runtime.emf.ui.properties" version="1.7.0" match="compatible"/>
<import plugin="org.eclipse.papyrus.views.properties.model.xwt" version="3.0.0" match="compatible"/>
</requires>

Back to the top