Skip to content

Commit

Permalink
Update to Tycho 4.0.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Nov 7, 2024
1 parent ed9d9c2 commit 7a02e8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<releaseNumberSDK>4.34</releaseNumberSDK>
<releaseNumberPlatform>4.34</releaseNumberPlatform>

<tycho.version>4.0.9</tycho.version>
<tycho.version>4.0.10-SNAPSHOT</tycho.version>

<cbi-plugins.version>1.5.1</cbi-plugins.version>
<surefire.version>3.5.2</surefire.version>
Expand Down Expand Up @@ -921,7 +921,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-apitools-plugin</artifactId>
<version>4.0.8</version>
<version>${tycho.version}</version>
<executions>
<execution>
<id>verify</id>
Expand All @@ -939,6 +939,7 @@
<logDirectory>${compileLogDir}</logDirectory>
<enhanceLogs>true</enhanceLogs>
<printProblems>${printApiMessages}</printProblems>
<runAsJob>false</runAsJob>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7a02e8d

Please sign in to comment.