Skip to content

Commit

Permalink
Merge pull request #472 from xtext/cd-tycho4011
Browse files Browse the repository at this point in the history
update to tycho 4.0.11
  • Loading branch information
cdietrich authored Feb 8, 2025
2 parents 2160b15 + 564e58d commit 90b50b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>4.0.10</tycho-version>
<tycho-version>4.0.11</tycho-version>
<targetplatform.groupId>${project.groupId}</targetplatform.groupId>
<targetplatform.artifactId>${project.groupId}.tp</targetplatform.artifactId>
<targetplatform.version>${project.version}</targetplatform.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>4.0.10</tycho-version>
<tycho-version>4.0.11</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>4.0.10</tycho-version>
<tycho-version>4.0.11</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<surefire-jvmargs></surefire-jvmargs>
<xtend-maven-plugin-version>2.19.0</xtend-maven-plugin-version>
<JENKINS_URL>https://ci.eclipse.org/xtext/</JENKINS_URL>
<tycho-version>4.0.10</tycho-version>
<tycho-version>4.0.11</tycho-version>

<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
Expand Down

0 comments on commit 90b50b6

Please sign in to comment.