Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2020-03-16 12:24:50 +0000
committerQuentin Le Menez2020-03-16 12:24:50 +0000
commit3149e3d37e5b1bc8cbba3f1c40ddb6ef06ce35af (patch)
tree6225dcf03994a221837bae393bfad21400daea6f /releng/rcp/org.eclipse.papyrus.rcp.product
parent7d91e05140022f136e8b399d66b03233e69256fe (diff)
downloadorg.eclipse.papyrus-3149e3d37e5b1bc8cbba3f1c40ddb6ef06ce35af.tar.gz
org.eclipse.papyrus-3149e3d37e5b1bc8cbba3f1c40ddb6ef06ce35af.tar.xz
org.eclipse.papyrus-3149e3d37e5b1bc8cbba3f1c40ddb6ef06ce35af.zip
Bug 561154 - Update the versions for the next release
Change-Id: I763c3d8362a5990d18fecf41b7d890a3de8025f1 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/rcp/org.eclipse.papyrus.rcp.product')
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product9
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml2
2 files changed, 5 insertions, 6 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
index 0633786a073..445303b87c0 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
+++ b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Papyrus" uid="org.eclipse.papyrus.rcp.product" id="org.eclipse.papyrus.rcp.product" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Papyrus" uid="org.eclipse.papyrus.rcp.product" id="org.eclipse.papyrus.rcp.product" application="org.eclipse.ui.ide.workbench" version="4.8.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.papyrus.rcp/icons/papyrus_lg.png"/>
@@ -13,7 +13,7 @@ Build id: {0}
Copyright CEA LIST and others 2019. http://www.eclipse.org/papyrus
-(c) Copyright Eclipse contributors and others 2000-2019. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
+(c) Copyright Eclipse contributors and others 2000-2020. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
</text>
@@ -206,9 +206,8 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<repositories>
<repository location="http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/" enabled="true" />
- <repository location="http://download.eclipse.org/releases/2019-12/" enabled="true" />
- <repository location="http://download.eclipse.org/staging/2020-03/" enabled="true" />
- <repository location="http://download.eclipse.org/eclipse/updates/4.14/" enabled="true" />
+ <repository location="http://download.eclipse.org/releases/2020-03/" enabled="true" />
+ <repository location="http://download.eclipse.org/eclipse/updates/4.15/" enabled="true" />
</repositories>
<preferencesInfo>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
index 6fbd8265c84..08ef7818e55 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
@@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.papyrus.rcp.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Back to the top