Skip to content

Commit

Permalink
Update product version number to 4.34 across build scripts (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul authored Sep 2, 2024
1 parent 998eec0 commit 4bfe970
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions cje-production/Y-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]:"
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
Expand All @@ -38,21 +38,21 @@ 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
#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202108251800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"
# 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/"
Expand Down
18 changes: 9 additions & 9 deletions cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]:"
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
Expand All @@ -38,21 +38,21 @@ 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
#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202208241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"
# 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/"
Expand Down

0 comments on commit 4bfe970

Please sign in to comment.