Skip to content

Commit

Permalink
[Y-Build] Use latest Y-build repository as baseline for comparison.
Browse files Browse the repository at this point in the history
Fixes #2793
  • Loading branch information
HannesWell committed Feb 1, 2025
1 parent 3a88955 commit 206faf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,19 @@
</repository>
</repositories>
</profile>
<profile>
<id>jdt-y-build</id>
<activation>
<property>
<name>env.BUILD_TYPE</name>
<value>Y</value>
</property>
</activation>
<properties>
<!-- Use latest Y-build instead of I-build repo as comparator-baseline for Y-builds -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-Y-builds</comparator.repo>
</properties>
</profile>
<profile>
<id>eclipse-sign</id>
<build>
Expand Down

0 comments on commit 206faf9

Please sign in to comment.