update ant/maven values, builds@ decided to rename those

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-10-19 22:02:00 +00:00
parent 25e5bd89e0
commit 435677c90a
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@ def xmlbeansSvnBase = 'https://svn.apache.org/repos/asf/xmlbeans/trunk'
def defaultJdk = '1.8'
def defaultTrigger = 'H/15 * * * *' // check SCM every 60/15 = 4 minutes
def defaultEmail = 'dev@poi.apache.org'
def defaultAnt = 'Ant 1.10 (Latest)'
def defaultAntWindows = 'Ant 1.10 (Latest Windows)'
def defaultMaven = 'Maven 3 (latest)'
def defaultAnt = 'ant_1.10_latest'
def defaultAntWindows = 'ant_1.10_latest_windows'
def defaultMaven = 'maven_3_latest'
// H29 seems to have very little memory
def defaultSlaves = '(ubuntu)&&!beam&&!cloud-slave&&!H29'