Skip to content

Commit 86eee94

Browse files
committed
use tycho 4.0.7 and platform i-build
Signed-off-by: Christian Dietrich <[email protected]>
1 parent 0fcca59 commit 86eee94

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
environment {
2222
PUBLISH_LOCATION = 'updates'
2323
BUILD_TIMESTAMP = sh(returnStdout: true, script: 'date +%Y%m%d%H%M').trim()
24-
TYCHO_VERSION = '4.0.3'
24+
TYCHO_VERSION = '4.0.7'
2525
TARGET_PLATFORM_PRIMARY = 'eclipse_2023_03-xtext_2_31_0'
2626
TARGET_PLATFORM_LATEST = 'eclipse_2024_06-xtext_nightly'
2727
}

org.eclipse.xpect.releng/Xpect.setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
&lt;listAttribute key=&quot;M2_PROPERTIES&quot;>
253253
&lt;listEntry value=&quot;target-platform=eclipse_2023_03-xtext_2_31_0&quot;/>
254254
&lt;listEntry value=&quot;user.home=$${system_property:user.home}&quot;/>
255-
&lt;listEntry value=&quot;tycho-version=4.0.3&quot;/>
255+
&lt;listEntry value=&quot;tycho-version=4.0.7&quot;/>
256256
&lt;/listAttribute>
257257
&lt;stringAttribute key=&quot;M2_RUNTIME&quot; value=&quot;EMBEDDED&quot;/>
258258
&lt;booleanAttribute key=&quot;M2_SKIP_TESTS&quot; value=&quot;true&quot;/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
1919
<xtextVersion>2.31.0</xtextVersion>
20-
<tycho-version>4.0.3</tycho-version>
20+
<tycho-version>4.0.7</tycho-version>
2121
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
</properties>

org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Contributors:
2020
<properties>
2121
<os-jvm-flags />
2222
<memory-settings>-Xmx1G</memory-settings>
23-
<tycho-version>4.0.3</tycho-version>
23+
<tycho-version>4.0.7</tycho-version>
2424
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
2525
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
2626
</properties>

org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Contributors:
1919

2020
<properties>
2121
<memory-settings>-Xmx1G</memory-settings>
22-
<tycho-version>4.0.3</tycho-version>
22+
<tycho-version>4.0.7</tycho-version>
2323
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
2424
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
2525
</properties>

0 commit comments

Comments
 (0)