Skip to content

Commit

Permalink
use tycho 4.0.7 and platform i-build
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed May 17, 2024
1 parent 0fcca59 commit 86eee94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
environment {
PUBLISH_LOCATION = 'updates'
BUILD_TIMESTAMP = sh(returnStdout: true, script: 'date +%Y%m%d%H%M').trim()
TYCHO_VERSION = '4.0.3'
TYCHO_VERSION = '4.0.7'
TARGET_PLATFORM_PRIMARY = 'eclipse_2023_03-xtext_2_31_0'
TARGET_PLATFORM_LATEST = 'eclipse_2024_06-xtext_nightly'
}
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xpect.releng/Xpect.setup
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
&lt;listAttribute key=&quot;M2_PROPERTIES&quot;>
&lt;listEntry value=&quot;target-platform=eclipse_2023_03-xtext_2_31_0&quot;/>
&lt;listEntry value=&quot;user.home=$${system_property:user.home}&quot;/>
&lt;listEntry value=&quot;tycho-version=4.0.3&quot;/>
&lt;listEntry value=&quot;tycho-version=4.0.7&quot;/>
&lt;/listAttribute>
&lt;stringAttribute key=&quot;M2_RUNTIME&quot; value=&quot;EMBEDDED&quot;/>
&lt;booleanAttribute key=&quot;M2_SKIP_TESTS&quot; value=&quot;true&quot;/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xpect.releng/maven-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
<xtextVersion>2.31.0</xtextVersion>
<tycho-version>4.0.3</tycho-version>
<tycho-version>4.0.7</tycho-version>
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contributors:
<properties>
<os-jvm-flags />
<memory-settings>-Xmx1G</memory-settings>
<tycho-version>4.0.3</tycho-version>
<tycho-version>4.0.7</tycho-version>
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Contributors:

<properties>
<memory-settings>-Xmx1G</memory-settings>
<tycho-version>4.0.3</tycho-version>
<tycho-version>4.0.7</tycho-version>
<target-platform>eclipse_2023_03-xtext_2_31_0</target-platform>
<target-platform-version>0.3.0-SNAPSHOT</target-platform-version>
</properties>
Expand Down

0 comments on commit 86eee94

Please sign in to comment.