Skip to content

Commit 89967a6

Browse files
committed
update nightly target platform
1 parent 2925100 commit 89967a6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ timestamps() {
4848
}
4949

5050
wrap([$class: 'Xvnc', useXauthority: true]) {
51-
stage('test with Eclipse 2023-09 and Xtext nighly') {
51+
stage('test with Eclipse 2023-12 and Xtext nighly') {
5252
try{
53-
sh "JAVA_HOME=${java17Home} ${mvnHome}/bin/mvn -P!xtext-examples -Dtycho-version=2.7.5 -Dtarget-platform=eclipse_2023_09-xtext_nightly ${mvnParams} clean integration-test"
53+
sh "JAVA_HOME=${java17Home} ${mvnHome}/bin/mvn -P!xtext-examples -Dtycho-version=2.7.5 -Dtarget-platform=eclipse_2023_12-xtext_nightly ${mvnParams} clean integration-test"
5454
}finally {
5555
junit '**/TEST-*.xml'
5656
}

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_2023_12-xtext_nightly</id>
298298
<activation>
299299
<property>
300300
<name>target-platform</name>
301-
<value>eclipse_2023_09-xtext_nightly</value>
301+
<value>eclipse_2023_12-xtext_nightly</value>
302302
</property>
303303
</activation>
304304
<modules>
305-
<module>../target-platforms/eclipse_2023_09-xtext_nightly</module>
305+
<module>../target-platforms/eclipse_2023_12-xtext_nightly</module>
306306
</modules>
307307
</profile>
308308
<profile>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="Xpect Target Definition (Eclipse 2023-09)" sequenceNumber="32">
3+
<target name="Xpect Target Definition (Eclipse 2023-12)" sequenceNumber="32">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="de.itemis.xtext.antlr.sdk.feature.group" version="2.1.1.v201405091103"/>
@@ -20,14 +20,14 @@
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/2023-12"/>
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"/>
2727
<unit id="org.hamcrest.core.source" version="2.2.0.v20230809-1000"/>
2828
<unit id="org.junit" version="4.13.2.v20230809-1000"/>
2929
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
30-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
30+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12"/>
3131
</location>
3232
</locations>
3333
</target>

org.eclipse.xpect.releng/target-platforms/eclipse_2023_09-xtext_nightly/pom.xml renamed to org.eclipse.xpect.releng/target-platforms/eclipse_2023_12-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_2023_12-xtext_nightly</artifactId>
1818
<packaging>eclipse-target-definition</packaging>
1919
<parent>
2020
<groupId>org.eclipse.xpect</groupId>

0 commit comments

Comments
 (0)