Skip to content

Commit cadcd4d

Browse files
committed
[Build] Temporarily use tycho-apitools:verify mojo in version 4.0.8
Temporarily revert the tycho-apitools:verify mojo to version 4.0.8 for API checks to unblock verification builds.
1 parent e912d23 commit cadcd4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,17 +915,14 @@
915915
<plugin>
916916
<groupId>org.eclipse.tycho</groupId>
917917
<artifactId>tycho-apitools-plugin</artifactId>
918-
<version>${tycho.version}</version>
918+
<version>4.0.8</version>
919919
<executions>
920920
<execution>
921921
<id>verify</id>
922922
<goals>
923923
<goal>verify</goal>
924924
</goals>
925925
<configuration>
926-
<apiToolsRepository>
927-
<url>https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610/</url>
928-
</apiToolsRepository>
929926
<baselines>
930927
<repository>
931928
<url>${previous-release.baseline}</url>

0 commit comments

Comments
 (0)