Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-21 08:20:04 +0000
committerSravan Kumar Lakkimsetti2019-03-21 08:20:04 +0000
commit6eab83b4b0acbdb984793d55cd703c6840223372 (patch)
treea1dd26da905d5760947c8d52840385c296d83d57
parent08d43b6a317c24a390ed6cd4dbd883c5f9df81e6 (diff)
downloadeclipse.platform.releng.aggregator-6eab83b4b0acbdb984793d55cd703c6840223372.tar.gz
eclipse.platform.releng.aggregator-6eab83b4b0acbdb984793d55cd703c6840223372.tar.xz
eclipse.platform.releng.aggregator-6eab83b4b0acbdb984793d55cd703c6840223372.zip
Updated previous release for cje migration effort
Change-Id: Ib6578520fc7b90783da012d29824dfe78d02db67 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/buildproperties.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index a3b524160..28f243ca1 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -19,7 +19,7 @@
BRANCH="master"
PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE="I"
-STREAM="4.11.0"
+STREAM="4.12.0"
GIT_ROOT="git://git.eclipse.org/gitroot"
AGG_REPO="/platform/eclipse.platform.releng.aggregator.git"
AGG_DIR="gitCache/eclipse.platform.releng.aggregator"
@@ -27,13 +27,13 @@ DROP_DIR="siteDir/eclipse/downloads/drops4"
TMP_DIR="tmp"
# Base builder parameters
-PREVIOUS_RELEASE_ID="R-4.10-201812060815"
-PREVIOUS_RELEASE_VER="4.10"
+PREVIOUS_RELEASE_ID="R-4.11-201903070500"
+PREVIOUS_RELEASE_VER="4.11"
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="siteDir/org.eclipse.releng.basebuilder"
-ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.11-I-builds/"
+ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.12-I-builds/"
# Old build variables, need to clean up
GIT_ACCESS="ssh://genie.releng@git.eclipse.org:29418"
@@ -52,7 +52,7 @@ GIT_PUSH="git push"
LOCAL_REPO="localMavenRepo"
JAVA_DOC_TOOL="-Declipse.javadoc=/shared/common/java/openjdk/jdk-11_x64-latest/bin/javadoc"
MAVEN_SETTINGS="--settings /shared/eclipse/settings/settingsBuildMachine.xml"
-API_PREV_REF_LABEL="4.9"
-API_FREEZE_REF_LABEL="4.10RC1"
+API_PREV_REF_LABEL="4.11"
+API_FREEZE_REF_LABEL="4.12RC1"
DOWNLOAD_HOST="download.eclipse.org"
ARCHIVE_HOST="archive.eclipse.org"

Back to the top