Skip to content

Commit

Permalink
Revert "Revert "Update Comparator repo and eclipse run repo to 4.31-I…
Browse files Browse the repository at this point in the history
…-builds repo (#1592)""

This reverts commit 8b7c70f.
  • Loading branch information
akurtakov committed Nov 28, 2023
1 parent d7a7569 commit b43e123
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cje-production/Y-build/buildproperties.txt
Expand Up @@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="R-4.29-202309031000"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.30-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.31-I-builds/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
2 changes: 1 addition & 1 deletion cje-production/buildproperties.txt
Expand Up @@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="S-4.30RC2-202311231700"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.30-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.31-I-builds/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
6 changes: 3 additions & 3 deletions eclipse-platform-parent/pom.xml
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/4.30-I-builds/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.31-I-builds/</eclipserun-repo>

<comparator.repo>https://download.eclipse.org/eclipse/updates/4.30-I-builds</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.31-I-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 Expand Up @@ -786,7 +786,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/4.30-I-builds</eclipse-p2-repo.url>
<eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.31-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit b43e123

Please sign in to comment.