Skip to content

Commit

Permalink
Update Tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jan 1, 2024
1 parent d7a587a commit 87d16bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>2.6.0</version>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.4</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>2.6.0</tycho.version>
<tycho.version>4.0.4</tycho.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 87d16bf

Please sign in to comment.