From 4bfe9706a8e0b38830ab643eff9cb96e319335ef Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:44:43 +0530 Subject: [PATCH] Update product version number to 4.34 across build scripts (#2289) https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2288 --- cje-production/Y-build/buildproperties.txt | 18 +++++++++--------- cje-production/buildproperties.txt | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cje-production/Y-build/buildproperties.txt b/cje-production/Y-build/buildproperties.txt index a27b941101e..e7cc5a38670 100644 --- a/cje-production/Y-build/buildproperties.txt +++ b/cje-production/Y-build/buildproperties.txt @@ -21,10 +21,10 @@ PATCH_OR_BRANCH_LABEL="java23" BUILD_TYPE_NAME="Beta Java 23" BUILD_TYPE="Y" TESTED_BUILD_TYPE="Y" -RELEASE_VER="4.33" -STREAM="4.33.0" +RELEASE_VER="4.34" +STREAM="4.34.0" STREAMMajor="4" -STREAMMinor="33" +STREAMMinor="34" STREAMService="0" GIT_ROOT="git@github.com:" AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git" @@ -38,8 +38,8 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates" LOCAL_REPO="localMavenRepo" # Base builder parameters -BASEBUILDER_TAG="4.31" -API_PREV_REF_LABEL="4.31" +BASEBUILDER_TAG="4.32" +API_PREV_REF_LABEL="4.32" #API_FREEZE_REF_LABEL="4.33RC1" API_FREEZE_REF_LABEL="" # Change to appropriate versions and uncomment when entering API freeze @@ -47,12 +47,12 @@ API_FREEZE_REF_LABEL="" # Otherwise set to a blank space FREEZE_PARAMS=" " -PREVIOUS_RELEASE_VER="4.32" -PREVIOUS_RELEASE_REPO_ID="4.32" +PREVIOUS_RELEASE_VER="4.33RC2" +PREVIOUS_RELEASE_REPO_ID="4.33-I-builds" #build id for getting repo -BASEBUILD_ID="R-4.32-202406010610" +BASEBUILD_ID="I20240828-1820" #release id for downloading eclipse -PREVIOUS_RELEASE_ID="R-4.32-202406010610" +PREVIOUS_RELEASE_ID="S-4.33RC2-202408281820" 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/" diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt index e7ab4720613..f58c5b85f7b 100644 --- a/cje-production/buildproperties.txt +++ b/cje-production/buildproperties.txt @@ -21,10 +21,10 @@ PATCH_OR_BRANCH_LABEL="master" BUILD_TYPE_NAME="Integration" BUILD_TYPE="I" TESTED_BUILD_TYPE="I" -RELEASE_VER="4.33" -STREAM="4.33.0" +RELEASE_VER="4.34" +STREAM="4.34.0" STREAMMajor="4" -STREAMMinor="33" +STREAMMinor="34" STREAMService="0" GIT_ROOT="git@github.com:" AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git" @@ -38,8 +38,8 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates" LOCAL_REPO="localMavenRepo" # Base builder parameters -BASEBUILDER_TAG="4.31" -API_PREV_REF_LABEL="4.31" +BASEBUILDER_TAG="4.32" +API_PREV_REF_LABEL="4.32" #API_FREEZE_REF_LABEL="4.33RC1" API_FREEZE_REF_LABEL="" # Change to appropriate versions and uncomment when entering API freeze @@ -47,12 +47,12 @@ API_FREEZE_REF_LABEL="" # Otherwise set to a blank space FREEZE_PARAMS=" " -PREVIOUS_RELEASE_VER="4.32" -PREVIOUS_RELEASE_REPO_ID="4.32" +PREVIOUS_RELEASE_VER="4.33RC2" +PREVIOUS_RELEASE_REPO_ID="4.33-I-builds" #build id for getting repo -BASEBUILD_ID="R-4.32-202406010610" +BASEBUILD_ID="I20240828-1820" #release id for downloading eclipse -PREVIOUS_RELEASE_ID="R-4.32-202406010610" +PREVIOUS_RELEASE_ID="S-4.33RC2-202408281820" BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/" WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.33.0/R-3.33.0-20240304165142/repositoryunittests/"