Skip to content

Commit

Permalink
Merge pull request eclipse#1777 from eclipse/cd_xtext_issue2021
Browse files Browse the repository at this point in the history
[eclipse/xtext#2021] update to tycho 2.6.0
  • Loading branch information
cdietrich committed Jan 21, 2022
2 parents 3ae8023 + dad0592 commit c99389e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0</tycho-version>
<tycho-version>2.6.0</tycho-version>
<targetplatform.groupId>${project.groupId}</targetplatform.groupId>
<targetplatform.artifactId>${project.groupId}.tp</targetplatform.artifactId>
<targetplatform.version>${project.version}</targetplatform.version>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.xtext.tycho.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<profile>
<id>latest</id>
<properties>
<tycho-version>2.5.0</tycho-version>
<tycho-version>2.6.0</tycho-version>
<target-platform-classifier>org.eclipse.xtext.target-latest</target-platform-classifier>
</properties>
</profile>
Expand Down

0 comments on commit c99389e

Please sign in to comment.