Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml2
-rwxr-xr-xproduction/sdk/bootstrap/mb4P_hudson.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
index 1e5ae6713..9d0434e6d 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt-feature-dummy/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
- <version>3.14.0.v20180611-0500/version>
+ <version>3.14.0.v20180611-0500</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/production/sdk/bootstrap/mb4P_hudson.sh b/production/sdk/bootstrap/mb4P_hudson.sh
index 2c83db837..ab59592ec 100755
--- a/production/sdk/bootstrap/mb4P_hudson.sh
+++ b/production/sdk/bootstrap/mb4P_hudson.sh
@@ -80,7 +80,7 @@ echo "umask explicitly set to $NEWUMASK, old value was $oldumask"
# use BETA_JAVA_18_3 to do a "complete build" that includes Java 10 beta code
# use master to literally build "just the three" bundles that are required.
-#export BRANCH=BETA_JAVA_11
+#export BRANCH=BETA_JAVA11
export BRANCH=master
export BUILD_TYPE=P
export STREAM=4.9.0

Back to the top