Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

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 4403302 commit a67a036
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.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
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 @@ -29,7 +29,7 @@
<profile>
<id>latest</id>
<properties>
<tycho-version>2.7.1</tycho-version>
<tycho-version>2.7.2</tycho-version>
<target-platform-classifier>org.eclipse.xtext.target-latest</target-platform-classifier>
</properties>
</profile>
Expand Down

0 comments on commit a67a036

Please sign in to comment.