Skip to content

Commit

Permalink
[eclipse-xtext/xtext#2060] update to tycho 2.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed May 2, 2022
1 parent bbc16a4 commit 317f1c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>2.7.1</tycho-version>
<tycho-version>2.7.2</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>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>2.7.1</tycho-version>
<tycho-version>2.7.2</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>2.7.1</tycho-version>
<tycho-version>2.7.2</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 317f1c5

Please sign in to comment.