Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-12 05:50:39 +0000
committerSravan Kumar Lakkimsetti2019-06-12 06:00:56 +0000
commit87886758d7cac074b1f1f957731367ff1316f963 (patch)
tree3533132ef28fdfd2efbf5ef478fc43cef05cb948 /cje-production/buildproperties.txt
parent96f24d6d90d0c8d1a7a7d55215b497919744ef77 (diff)
downloadeclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.tar.gz
eclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.tar.xz
eclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.zip
Bug 548172 - Integrate new build scripts developed in bug 541301
-migrated to 4.13 -removed debugging statements -updated maven build script to use different options on jenkins and local Change-Id: I80ef4ab3df22091c751b4bea9920e86e68d09a4f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/buildproperties.txt')
-rw-r--r--cje-production/buildproperties.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 5fae0fe5e..cc7f96792 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.12"
-STREAM="4.12.0"
+RELEASE_VER="4.13"
+STREAM="4.13.0"
STREAMMajor="4"
-STREAMMinor="12"
+STREAMMinor="13"
STREAMService="0"
GIT_ROOT="git://git.eclipse.org/gitroot"
AGG_REPO="/platform/eclipse.platform.releng.aggregator.git"
@@ -38,12 +38,12 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
LOCAL_REPO="localMavenRepo"
# Base builder parameters
-BASEBUILDER_TAG="4.11"
-API_PREV_REF_LABEL="4.11"
-PREVIOUS_RELEASE_VER="4.11"
+BASEBUILDER_TAG="4.12"
+API_PREV_REF_LABEL="4.12"
+PREVIOUS_RELEASE_VER="4.12"
PREVIOUS_RELEASE_ID="R-4.11-201903070500"
BUILDTOOLS_REPO="http://build.eclipse.org/eclipse/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.12.0-20181130055351/repositoryunittests/"
WEBTOOLS_VER="1.2.0.v201405010053"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
-ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.12-I-builds/"
+ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.13-I-builds/"

Back to the top