Skip to content

Commit

Permalink
Update 4.26 Maintenance branch with release version for 4.26+ changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Dec 7, 2022
1 parent fea7be4 commit dbe9777
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cje-production/P-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PREVIOUS_RELEASE_ID="R-4.24-202206070700"
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.25-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
2 changes: 1 addition & 1 deletion cje-production/Y-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="R-4.25-202208311800"
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.26-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
2 changes: 1 addition & 1 deletion cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="R-4.25-202208311800"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.26-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
8 changes: 4 additions & 4 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/4.26-I-builds/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/R-4.26-202211231800/</eclipserun-repo>

<comparator.repo>https://download.eclipse.org/eclipse/updates/4.26-I-builds</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/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 @@ -607,7 +607,7 @@
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
<versionRangeForPatch>[3.18.1300.v20220817-1800,3.18.1349.v20221226-2027)</versionRangeForPatch>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/</comparator.repo>
</properties>
<repositories>
<repository>
Expand All @@ -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/4.26-I-builds</eclipse-p2-repo.url>
<eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/R-4.26-202211231800</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit dbe9777

Please sign in to comment.