Skip to content

Commit 7a02e8d

Browse files
committed
Update to Tycho 4.0.10-SNAPSHOT
1 parent ed9d9c2 commit 7a02e8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<releaseNumberSDK>4.34</releaseNumberSDK>
6868
<releaseNumberPlatform>4.34</releaseNumberPlatform>
6969

70-
<tycho.version>4.0.9</tycho.version>
70+
<tycho.version>4.0.10-SNAPSHOT</tycho.version>
7171

7272
<cbi-plugins.version>1.5.1</cbi-plugins.version>
7373
<surefire.version>3.5.2</surefire.version>
@@ -921,7 +921,7 @@
921921
<plugin>
922922
<groupId>org.eclipse.tycho</groupId>
923923
<artifactId>tycho-apitools-plugin</artifactId>
924-
<version>4.0.8</version>
924+
<version>${tycho.version}</version>
925925
<executions>
926926
<execution>
927927
<id>verify</id>
@@ -939,6 +939,7 @@
939939
<logDirectory>${compileLogDir}</logDirectory>
940940
<enhanceLogs>true</enhanceLogs>
941941
<printProblems>${printApiMessages}</printProblems>
942+
<runAsJob>false</runAsJob>
942943
</configuration>
943944
</execution>
944945
</executions>

0 commit comments

Comments
 (0)