Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/rcp/pom.xml')
-rw-r--r--releng/rcp/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/releng/rcp/pom.xml b/releng/rcp/pom.xml
index 7241d5ea84f..96219b2129a 100644
--- a/releng/rcp/pom.xml
+++ b/releng/rcp/pom.xml
@@ -11,7 +11,7 @@
</parent>
<artifactId>org.eclipse.papyrus.rcp.releng</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -26,7 +26,7 @@
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog
(see about.mappings) -->
- <eclipse.simultaneous.release.name>2021-09 (4.21)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2023-12 (4.30)</eclipse.simultaneous.release.name>
<target.platform>org.eclipse.papyrus.rcp.targetplatform</target.platform>
</properties>
@@ -54,6 +54,9 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints>
+ </configuration>
</plugin>
<!-- enable source bundle generation -->
<plugin>

Back to the top