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
  • Loading branch information
HannesWell committed Feb 1, 2025
1 parent 74d7284 commit caf4305
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,20 @@
</repository>
</repositories>
</profile>
<profile>
<id>jdt-y-build</id>
<activation>
<property>
<name>env.BUILD_TYPE</name>
<value>Y</value>
</property>
</activation>
<properties>
<latest-Y-build-repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-Y-builds</latest-Y-build-repo>
<!-- Use latest Y-build instead of I-build repo as baseline for Y-builds -->
<comparator.repo>${latest-Y-build-repo}</comparator.repo>
</properties>
</profile>
<profile>
<id>eclipse-sign</id>
<build>
Expand Down

0 comments on commit caf4305

Please sign in to comment.