Skip to content

Commit ef6c245

Browse files
authored
Merge pull request #341 from eclipse/cd/useMweNightly
use mwe nightly
2 parents 56f9d5d + a0df8c7 commit ef6c245

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
BUILD_TIMESTAMP = sh(returnStdout: true, script: 'date +%Y%m%d%H%M').trim()
2424
TYCHO_VERSION = '4.0.3'
2525
TARGET_PLATFORM_PRIMARY = 'eclipse_2023_03-xtext_2_31_0'
26-
TARGET_PLATFORM_LATEST = 'eclipse_2023_09-xtext_nightly'
26+
TARGET_PLATFORM_LATEST = 'eclipse_2024_06-xtext_nightly'
2727
}
2828

2929
parameters {

org.eclipse.xpect.releng/maven-plugin-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,15 @@
294294
</build>
295295
</profile>
296296
<profile>
297-
<id>eclipse_2023_09-xtext_nightly</id>
297+
<id>eclipse_2024_06-xtext_nightly</id>
298298
<activation>
299299
<property>
300300
<name>target-platform</name>
301-
<value>eclipse_2023_09-xtext_nightly</value>
301+
<value>eclipse_2024_06-xtext_nightly</value>
302302
</property>
303303
</activation>
304304
<modules>
305-
<module>../target-platforms/eclipse_2023_09-xtext_nightly</module>
305+
<module>../target-platforms/eclipse_2024_06-xtext_nightly</module>
306306
</modules>
307307
</profile>
308308
<profile>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
</location>
1313
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1414
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
15-
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
15+
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/nightly/"/>
1616
</location>
1717
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1818
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
1919
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
2020
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
2121
<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
2222
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
23-
<repository location="https://download.eclipse.org/releases/2023-09"/>
23+
<repository location="https://download.eclipse.org/releases/2024-06"/>
2424
</location>
2525
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2626
<unit id="org.hamcrest.core" version="2.2.0.v20230809-1000"/>

org.eclipse.xpect.releng/target-platforms/eclipse_2023_09-xtext_nightly/pom.xml renamed to org.eclipse.xpect.releng/target-platforms/eclipse_2024_06-xtext_nightly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Contributors:
1414
<modelVersion>4.0.0</modelVersion>
1515
<version>0.3.0-SNAPSHOT</version>
1616
<groupId>org.eclipse.xpect</groupId>
17-
<artifactId>org.eclipse.xpect.target.eclipse_2023_09-xtext_nightly</artifactId>
17+
<artifactId>org.eclipse.xpect.target.eclipse_2024_06-xtext_nightly</artifactId>
1818
<packaging>eclipse-target-definition</packaging>
1919
<parent>
2020
<groupId>org.eclipse.xpect</groupId>

0 commit comments

Comments
 (0)