Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-12-09 09:13:19 +0000
committerNoopur Gupta2019-12-09 10:56:05 +0000
commita837133b585e6d9ccb7dc703f475bf91fb141eb7 (patch)
tree59e152bcaf34f872fbd9819ccb8d9e2587e66608 /production
parent8ec582847b411acce25d476ef9dfb21bb4db0d00 (diff)
downloadeclipse.platform.releng.aggregator-a837133b585e6d9ccb7dc703f475bf91fb141eb7.tar.gz
eclipse.platform.releng.aggregator-a837133b585e6d9ccb7dc703f475bf91fb141eb7.tar.xz
eclipse.platform.releng.aggregator-a837133b585e6d9ccb7dc703f475bf91fb141eb7.zip
Bug 553736: Prep work for 4.15 and open master for development
Diffstat (limited to 'production')
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 3da811d3f..c5d7ca8f8 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -96,7 +96,7 @@ export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH
# Only used to start antrunner for tests.
# TODO: avoid this hard coding
-BASEBUILDER_TAG=4.13
+BASEBUILDER_TAG=4.14
B_GIT_EMAIL=genie.releng@eclipse.org
B_GIT_NAME="Releng HIPP"

Back to the top