Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-12-19 17:23:47 +0000
committerQuentin Le Menez2018-12-20 08:41:57 +0000
commit61e9e34ba3ed83955722e28090d526587a72e798 (patch)
tree2b2f5efac0cbbdb2d89620a9010e9590d334e1ad /plugins
parent59ec4a9de2d785dc759648e0f9eb2283a13cf09b (diff)
downloadorg.eclipse.papyrus-61e9e34ba3ed83955722e28090d526587a72e798.tar.gz
org.eclipse.papyrus-61e9e34ba3ed83955722e28090d526587a72e798.tar.xz
org.eclipse.papyrus-61e9e34ba3ed83955722e28090d526587a72e798.zip
Bug 542929 - [Releng] Update versions for the next release
Change-Id: I43d32c24f75f215e457c6e9297caa399323b8b89 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF2
-rw-r--r--plugins/sdk/org.eclipse.papyrus.sdk/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF b/plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
index 76fcd6b93e7..a3696b93035 100644
--- a/plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
+++ b/plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
-Bundle-Version: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
diff --git a/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml b/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
index d70c67c7741..4b187086eee 100644
--- a/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
+++ b/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
@@ -8,6 +8,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.sdk</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top