Skip to content

Commit

Permalink
Update tycho to 4.0.7
Browse files Browse the repository at this point in the history
And remove useless prerequisites (generates warning about that in the
build) section.
  • Loading branch information
akurtakov committed Apr 12, 2024
1 parent 100ddc4 commit b140431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.4</version>
<version>4.0.7</version>
</extension>
</extensions>
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<packaging>pom</packaging>

<prerequisites>
<maven>3.9.0</maven>
</prerequisites>
<properties>
<tycho-version>4.0.4</tycho-version>
<tycho-version>4.0.7</tycho-version>
<tycho.scmUrl>scm:git:https://github.com/eclipse/corrosion.git</tycho.scmUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit b140431

Please sign in to comment.