Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--production/build_eclipse_org.shsource2
-rw-r--r--production/testScripts/getBaseBuilder.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 40d38744f..2b9a1a98d 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -33,7 +33,7 @@ export MAVEN_PATH=${MAVEN_PATH:-/shared/common/apache-maven-3.0.4/bin}
export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH
AGGREGATOR_REPO=git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
-BASEBUILDER_TAG=R38M6PlusRC3F
+BASEBUILDER_TAG=R38M6PlusRC3G
SIGNING_REPO=git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.maven.plugins.git
SIGNING_BRANCH=eclipse-jarsigner-plugin-1.0.1
diff --git a/production/testScripts/getBaseBuilder.xml b/production/testScripts/getBaseBuilder.xml
index e318736d2..35a6bfc0a 100644
--- a/production/testScripts/getBaseBuilder.xml
+++ b/production/testScripts/getBaseBuilder.xml
@@ -78,7 +78,7 @@
<property
name="builderVersion"
- value="R38M6PlusRC3F" />
+ value="R38M6PlusRC3G" />
<property
name="cvsRoot"

Back to the top