Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2021-10-21 09:29:14 +0000
committerPauline DEVILLE2021-10-21 11:04:06 +0000
commit7f6e0354f3aa1530256873517968b4e840e8c5e1 (patch)
tree42ab40ab37afa67881f737435abb836d1aeb28b9 /cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml
parent827c23ebc1958c72cf99de3a6f7cc67d61524f91 (diff)
downloadorg.eclipse.papyrus-collaborativemodeling-7f6e0354f3aa1530256873517968b4e840e8c5e1.tar.gz
org.eclipse.papyrus-collaborativemodeling-7f6e0354f3aa1530256873517968b4e840e8c5e1.tar.xz
org.eclipse.papyrus-collaborativemodeling-7f6e0354f3aa1530256873517968b4e840e8c5e1.zip
[Releng] Update CDO to Papyrus 6.0
Change-Id: I18f6f515fcc6b1794a33cb2e43b570f4fe08e95c Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml')
-rwxr-xr-xcdo/features/org.eclipse.papyrus.cdo.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml b/cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml
index 46baf370..bfbb29e0 100755
--- a/cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml
+++ b/cdo/features/org.eclipse.papyrus.cdo.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.papyrus.cdo.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
@@ -33,7 +33,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.emf.cdo.ecore" version="1.1.2" match="compatible"/>
<import plugin="org.eclipse.emf.cdo.gmf.notation" version="1.10.1" match="compatible"/>
<import plugin="org.eclipse.emf.cdo.genmodel" version="1.0.0" match="compatible"/>

Back to the top