Skip to content

Commit

Permalink
Use placeholder to define the integration build repository
Browse files Browse the repository at this point in the history
Currently we use fixed strings that regularly needs to be updated, but
the contents could actually be computed automatically.

This replace fixed strings with using properties making it needless to
change them all the time.
  • Loading branch information
laeubi committed Nov 24, 2024
1 parent ea380f6 commit 57fc4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.34-I-builds/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-${buildType}-builds/</eclipserun-repo>

<comparator.repo>https://download.eclipse.org/eclipse/updates/4.34-I-builds</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-${buildType}-builds</comparator.repo>

<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
Expand Down

0 comments on commit 57fc4ce

Please sign in to comment.