Skip to content

Commit

Permalink
Using Tycho 4.0.2 for build
Browse files Browse the repository at this point in the history
Requires Maven >= 3.9
  • Loading branch information
vogella committed Sep 4, 2023
1 parent b82feb6 commit ce44c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>3.0.5</version>
<version>4.0.2</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>3.0.5</tycho.version>
<tycho.version>4.0.2</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit ce44c08

Please sign in to comment.