Skip to content

Commit

Permalink
update tycho
Browse files Browse the repository at this point in the history
runs better under jdk 11?
  • Loading branch information
pahjbo committed May 30, 2024
1 parent 034aeba commit f1cbfaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mavenbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<tycho-version>2.2.0</tycho-version>
<tycho-extras-version>2.2.0</tycho-extras-version>
<tycho-version>2.7.1</tycho-version>
<tycho-extras-version>2.7.1</tycho-extras-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>
Expand Down Expand Up @@ -505,4 +505,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit f1cbfaa

Please sign in to comment.