Bug 502042 - [Marte][release] first release as a papyrus components
-upgrading to 1.2.1 version for pom,manifest,category,feature
-upgrading the target platform to a specific version
Change-Id: I331f1500a156ebe1397fa9cf0c7ef9d050a766bb
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
diff --git a/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
index ab85226..dc4a8ea 100644
--- a/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
@@ -123,7 +123,7 @@
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
diff --git a/core/org.eclipse.papyrus.marte.static.profile/pom.xml b/core/org.eclipse.papyrus.marte.static.profile/pom.xml
index fbf56ed..0d1ecaa 100644
--- a/core/org.eclipse.papyrus.marte.static.profile/pom.xml
+++ b/core/org.eclipse.papyrus.marte.static.profile/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.static.profile</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
index 57d46ef..c63f266 100644
--- a/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.marte.vsl;bundle-version="1.2.0",
+Require-Bundle: org.eclipse.papyrus.marte.vsl;bundle-version="1.2.1",
org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.ui.ide;bundle-version="3.5.0",
@@ -17,7 +17,7 @@
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.marte.vsl.ui.internal.VSLActivator
diff --git a/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml b/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
index 90d8c4e..e9827e2 100644
--- a/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
+++ b/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.vsl.ui</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
index cd1c8ed..21cebbe 100644
--- a/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
@@ -31,7 +31,7 @@
org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
org.apache.log4j;bundle-version="1.2.15"
Bundle-Vendor: %providerName
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-ManifestVersion: 2
Import-Package: org.apache.log4j
Bundle-SymbolicName: org.eclipse.papyrus.marte.vsl;singleton:=true
diff --git a/core/org.eclipse.papyrus.marte.vsl/pom.xml b/core/org.eclipse.papyrus.marte.vsl/pom.xml
index 223941b..e964835 100644
--- a/core/org.eclipse.papyrus.marte.vsl/pom.xml
+++ b/core/org.eclipse.papyrus.marte.vsl/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.vsl</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index 307a9e5..cd199ac 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.core</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 9d6b510..e71e5b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
<packaging>pom</packaging>
<name>MARTE</name>
diff --git a/releng/org.eclipse.papyrus.marte.core.feature/feature.xml b/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
index fa04667..e7e2a6a 100644
--- a/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.papyrus.marte.core.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.2.1"
provider-name="%providerName">
<description url="https://eclipse.org/papyrus/">
diff --git a/releng/org.eclipse.papyrus.marte.core.feature/pom.xml b/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
index 49cd384..0850773 100644
--- a/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.core.feature</artifactId>
<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.p2/category.xml b/releng/org.eclipse.papyrus.marte.p2/category.xml
index 1779dd6..69ceddf 100644
--- a/releng/org.eclipse.papyrus.marte.p2/category.xml
+++ b/releng/org.eclipse.papyrus.marte.p2/category.xml
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
- <feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier">
+ <feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.1.jar" version="1.2.1">
<category name="org.eclipse.papyrus.category"/>
</feature>
<category-def label="Papyrus MARTE Category" name="org.eclipse.papyrus.category">
diff --git a/releng/org.eclipse.papyrus.marte.p2/pom.xml b/releng/org.eclipse.papyrus.marte.p2/pom.xml
index a7717b1..4d193e5 100644
--- a/releng/org.eclipse.papyrus.marte.p2/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.p2/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.p2</artifactId>
<packaging>eclipse-repository</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.product/category.xml b/releng/org.eclipse.papyrus.marte.product/category.xml
index 2b22e6f..4a09898 100644
--- a/releng/org.eclipse.papyrus.marte.product/category.xml
+++ b/releng/org.eclipse.papyrus.marte.product/category.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
- <feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
- <feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
- <feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
- <feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
- <feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.0.qualifier.jar" version="1.2.0.qualifier" />
+ <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.1.jar" version="1.2.1" />
+ <feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.1.jar" version="1.2.1" />
+ <feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.1.jar" version="1.2.1" />
+ <feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.1.jar" version="1.2.1" />
+ <feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.1.jar" version="1.2.1" />
+ <feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.1.jar" version="1.2.1" />
</site>
diff --git a/releng/org.eclipse.papyrus.marte.product/papyrusmarte.product b/releng/org.eclipse.papyrus.marte.product/papyrusmarte.product
index 2e88a28..1b2afbe 100644
--- a/releng/org.eclipse.papyrus.marte.product/papyrusmarte.product
+++ b/releng/org.eclipse.papyrus.marte.product/papyrusmarte.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Papyrus MARTE" uid="org.eclipse.papyrus.marte.product" id="org.eclipse.papyrus.marte.rcp.product" application="org.eclipse.ui.ide.workbench" version="1.2.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Papyrus MARTE" uid="org.eclipse.papyrus.marte.product" id="org.eclipse.papyrus.marte.rcp.product" application="org.eclipse.ui.ide.workbench" version="1.2.1" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.papyrus.marte.rcp/icons/papyrus_lg.png"/>
diff --git a/releng/org.eclipse.papyrus.marte.product/pom.xml b/releng/org.eclipse.papyrus.marte.product/pom.xml
index e92d082..62e1ee6 100644
--- a/releng/org.eclipse.papyrus.marte.product/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.product/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.product</artifactId>
<packaging>eclipse-repository</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml b/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
index 4f71320..83853be 100644
--- a/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.papyrus.marte.rcp.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.2.1"
provider-name="%providerName">
<description url="https://eclipse.org/papyrus/components/MARTE">
diff --git a/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml b/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
index 620ea28..d09b6ab 100644
--- a/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.rcp.feature</artifactId>
<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF b/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
index fefc905..b806572 100644
--- a/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
+++ b/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.papyrus.marte.rcp;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-Vendor: %pluginProvider
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
diff --git a/releng/org.eclipse.papyrus.marte.rcp/pom.xml b/releng/org.eclipse.papyrus.marte.rcp/pom.xml
index 105c415..7f678fa 100644
--- a/releng/org.eclipse.papyrus.marte.rcp/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.rcp</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml b/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
index d9d56be..4164f1a 100644
--- a/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<feature id="org.eclipse.papyrus.marte.textedit.feature" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">
+<feature id="org.eclipse.papyrus.marte.textedit.feature" label="%featureName" provider-name="%providerName" version="1.2.1">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
diff --git a/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml b/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
index 12781af..9bfac74 100644
--- a/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit.feature</artifactId>
<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.view.feature/feature.xml b/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
index 6810ae8..1f41e03 100644
--- a/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<feature id="org.eclipse.papyrus.marte.view.feature" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">
+<feature id="org.eclipse.papyrus.marte.view.feature" label="%featureName" provider-name="%providerName" version="1.2.1">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
diff --git a/releng/org.eclipse.papyrus.marte.view.feature/pom.xml b/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
index 07122c9..0fa0439 100644
--- a/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.view.feature</artifactId>
<packaging>eclipse-feature</packaging>
diff --git a/releng/pom.xml b/releng/pom.xml
index d9dabe5..0184861 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
<packaging>pom</packaging>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.target b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.target
index 3e0180d..34eabb5 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.target
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.target
@@ -4,15 +4,15 @@
<target name="Papyrus Neon Nightly" sequenceNumber="1458824765">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.platform.feature.group" version="4.6.0.v20160606-1342"/>
+ <unit id="org.eclipse.rcp.feature.group" version="4.6.0.v20160606-1342"/>
+ <unit id="org.eclipse.jdt.feature.group" version="3.12.0.v20160606-1100"/>
+ <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.400.v20160504-1450"/>
+ <unit id="org.eclipse.equinox.executable.feature.group" version="3.6.300.v20160525-1303"/>
<repository id="eclipse-neon" location="http://download.eclipse.org/releases/neon/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="2.0.1.201609230218"/>
<repository id="eclipse-papyrus-nighlty-neon" location="http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/neon/main/"/>
</location>
</locations>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.tpd b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.tpd
deleted file mode 100644
index 392f141..0000000
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly.tpd
+++ /dev/null
@@ -1,13 +0,0 @@
-target "Papyrus Neon Nightly" with source requirements
-
-location "http://download.eclipse.org/releases/neon/" eclipse-neon {
- org.eclipse.platform.feature.group lazy
- org.eclipse.rcp.feature.group lazy
- org.eclipse.jdt.feature.group lazy
- org.eclipse.equinox.p2.discovery.feature.feature.group lazy
- org.eclipse.equinox.executable.feature.group lazy
-}
-
-location "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/neon/main/" eclipse-papyrus-nighlty-neon {
- org.eclipse.papyrus.sdk.feature.feature.group lazy
-}
\ No newline at end of file
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
index 972dd1a..a109958 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly</artifactId>
<packaging>eclipse-target-definition</packaging>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/target.file b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/target.file
deleted file mode 100644
index e69de29..0000000
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/target.file
+++ /dev/null
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.target b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.target
index d5bd8e0..148396b 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.target
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.target
@@ -4,13 +4,13 @@
<target name="Papyrus Neon" sequenceNumber="1462889130">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.ocl.uml.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.platform.feature.group" version="4.6.0.v20160606-1342"/>
+ <unit id="org.eclipse.rcp.feature.group" version="4.6.0.v20160606-1342"/>
+ <unit id="org.eclipse.jdt.feature.group" version="3.12.0.v20160606-1100"/>
+ <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.400.v20160504-1450"/>
+ <unit id="org.eclipse.equinox.executable.feature.group" version="3.6.300.v20160525-1303"/>
+ <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="2.0.0.201606080854"/>
+ <unit id="org.eclipse.ocl.uml.feature.group" version="5.2.0.v20160523-1914"/>
<repository id="eclipse-neon" location="http://download.eclipse.org/releases/neon/"/>
</location>
</locations>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.tpd b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.tpd
deleted file mode 100644
index 9a4f069..0000000
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/org.eclipse.papyrus.marte.targetplatform.neon.tpd
+++ /dev/null
@@ -1,11 +0,0 @@
-target "Papyrus Neon" with source requirements
-
-location "http://download.eclipse.org/releases/neon/" eclipse-neon {
- org.eclipse.platform.feature.group lazy
- org.eclipse.rcp.feature.group lazy
- org.eclipse.jdt.feature.group lazy
- org.eclipse.equinox.p2.discovery.feature.feature.group lazy
- org.eclipse.equinox.executable.feature.group lazy
- org.eclipse.papyrus.sdk.feature.feature.group lazy
- org.eclipse.ocl.uml.feature.group lazy
-}
\ No newline at end of file
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
index 5778290..2c67c1f 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.targetplatform.neon</artifactId>
<packaging>eclipse-target-definition</packaging>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/target.file b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/target.file
deleted file mode 100644
index e69de29..0000000
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/target.file
+++ /dev/null
diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml
index 047724a..167e906 100644
--- a/targetplatform/pom.xml
+++ b/targetplatform/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
<packaging>pom</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
index bbded91..7f29d5d 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext;bundle-version="1.2.0";visibility:=reexport,
+Require-Bundle: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext;bundle-version="1.2.1";visibility:=reexport,
org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.ui.ide;bundle-version="3.5.0",
@@ -20,12 +20,12 @@
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.2.0",
org.eclipse.papyrus.infra.core;bundle-version="1.2.0",
org.eclipse.papyrus.infra.services.edit;bundle-version="1.2.0",
- org.eclipse.papyrus.marte.vsl;bundle-version="1.2.0",
- org.eclipse.papyrus.marte.vsl.ui;bundle-version="1.2.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="1.2.1",
+ org.eclipse.papyrus.marte.vsl.ui;bundle-version="1.2.1",
org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0",
org.eclipse.papyrus.infra.emf;bundle-version="1.2.0"
Bundle-Vendor: %providerName
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui.internal.ConstraintWithVSLlActivator
Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
index 4be5b43..da28598 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
index 2390fdb..5989855 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
@@ -25,10 +25,10 @@
org.antlr.runtime,
org.eclipse.uml2.uml;bundle-version="4.0.0",
org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
- org.eclipse.papyrus.marte.vsl;bundle-version="1.2.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="1.2.1",
org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0"
Bundle-Vendor: %providerName
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-ManifestVersion: 2
Import-Package: org.apache.log4j
Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
index 493772e..5fc1902 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
index 0d5bae9..af7ca56 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext;bundle-version="1.2.0";visibility:=reexport,
+Require-Bundle: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext;bundle-version="1.2.1";visibility:=reexport,
org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.ui.ide;bundle-version="3.5.0",
@@ -19,12 +19,12 @@
org.eclipse.papyrus.infra.core;bundle-version="1.2.0",
org.eclipse.core.expressions;bundle-version="3.4.200",
org.eclipse.papyrus.extensionpoints.editors;bundle-version="1.2.0",
- org.eclipse.papyrus.marte.vsl;bundle-version="1.2.0",
- org.eclipse.papyrus.marte.vsl.ui;bundle-version="1.2.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="1.2.1",
+ org.eclipse.papyrus.marte.vsl.ui;bundle-version="1.2.1",
org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0",
org.eclipse.papyrus.infra.emf;bundle-version="1.2.0"
Bundle-Vendor: %providerName
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui.internal.StereotypeApplicationWithVSLActivator
Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
index 0e42b7c..9b35862 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
index 8afb8d0..edda788 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
@@ -27,10 +27,10 @@
org.antlr.runtime,
org.eclipse.uml2.uml;bundle-version="4.0.0",
org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
- org.eclipse.papyrus.marte.vsl;bundle-version="1.2.0",
+ org.eclipse.papyrus.marte.vsl;bundle-version="1.2.1",
org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0"
Bundle-Vendor: %providerName
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-ManifestVersion: 2
Import-Package: org.apache.log4j
Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
index 9fe3e84..76a3cbd 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/textedit/pom.xml b/textedit/pom.xml
index e63a424..f5a14e0 100644
--- a/textedit/pom.xml
+++ b/textedit/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
<packaging>pom</packaging>
diff --git a/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF b/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
index f707060..2bc749e 100644
--- a/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
+++ b/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@
org.eclipse.papyrus.uml.properties;bundle-version="1.2.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1
Bundle-Name: Marte properties (Incubation)
Bundle-Activator: org.eclipse.papyrus.marte.properties.Activator
Bundle-ManifestVersion: 2
diff --git a/view/org.eclipse.papyrus.marte.properties/pom.xml b/view/org.eclipse.papyrus.marte.properties/pom.xml
index 97e9cb8..f23204a 100644
--- a/view/org.eclipse.papyrus.marte.properties/pom.xml
+++ b/view/org.eclipse.papyrus.marte.properties/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.view</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.properties</artifactId>
<packaging>eclipse-plugin</packaging>
diff --git a/view/pom.xml b/view/pom.xml
index f4b7798..7836d14 100644
--- a/view/pom.xml
+++ b/view/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1</version>
</parent>
<artifactId>org.eclipse.papyrus.marte.view</artifactId>
<packaging>pom</packaging>