Skip to content

Commit

Permalink
Update 4.24 maintenance branch with release version for 4.24+
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored and sravanlakkimsetti committed Jun 11, 2022
1 parent 9ca6ff6 commit 0c072a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.22-202111241800"
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.24-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/"

#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.22-202111241800"
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.24-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/"

#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.23-202203080310"
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.24-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/"

#Maven parameters
MAVEN_OPTS="-Xmx6G"
Expand Down
12 changes: 6 additions & 6 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.24-I-builds/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/</eclipserun-repo>

<comparator.repo>https://download.eclipse.org/eclipse/updates/4.24-I-builds</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700</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 @@ -136,7 +136,7 @@
<qualifier.format>'v'yyyyMMdd-HHmm</qualifier.format>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/</previous-release.baseline>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700//</previous-release.baseline>

<!--
Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.
Expand Down Expand Up @@ -600,12 +600,12 @@
<versionRangeForPatch>[3.18.1100.v20220223-1800,3.18.1149.v20220426-2027)</versionRangeForPatch>
<versionRangeForPatchPDE>[3.14.1100.v20220223-1800,3.14.1149.v20220426-2027)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700//</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java18patch</id>
<url>https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/</url>
<url>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700//</url>
<layout>p2</layout>
</repository>
</repositories>
Expand All @@ -625,7 +625,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.24-I-builds</eclipse-p2-repo.url>
<eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 0c072a6

Please sign in to comment.