Skip to content

Commit

Permalink
Corrected the p2 repo url (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
viragpurnam123 committed Jan 8, 2023
1 parent dbe9777 commit ff50b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/R-4.26-202211231800/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/</eclipserun-repo>

<comparator.repo>https://download.eclipse.org/eclipse/updates/R-4.26-202211231800</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800</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 Expand Up @@ -632,7 +632,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
<eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/R-4.26-202211231800</eclipse-p2-repo.url>
<eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit ff50b0d

Please sign in to comment.