rename xmlbeans job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-10-02 22:24:09 +00:00
parent 46b1833bfc
commit ef397c0158
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ def poijobs = [
]
def xmlbeansjobs = [
[ name: 'XMLBeans-DSL-1.6', jdk: '1.6', trigger: 'H */12 * * *', skipcigame: true
[ name: 'POI-XMLBeans-DSL-1.6', jdk: '1.6', trigger: 'H */12 * * *', skipcigame: true
]
]