Skip to content

Commit

Permalink
upgrade to tycho 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
15knots committed Jan 19, 2024
1 parent 9d3a8c7 commit a502a06
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<properties>
<maven.compiler.target>17</maven.compiler.target>
<tycho-version>2.7.4</tycho-version>
<tycho-version>4.0.4</tycho-version>
<platform.version>1.0.1</platform.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -85,12 +85,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
<!--
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<inherited>false</inherited>
</plugin>
-->
</plugins>

<pluginManagement>
Expand Down Expand Up @@ -196,7 +190,6 @@
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>
pom.xml
.travis.yml
.settings/
</jgit.ignore>
<jgit.dirtyWorkingTree>warning</jgit.dirtyWorkingTree>
Expand All @@ -207,7 +200,7 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-buildtimestamp-jgit</artifactId>
<version>${tycho-version}</version>
</dependency>
Expand Down

0 comments on commit a502a06

Please sign in to comment.