documentation, update eslint, copyright

This commit is contained in:
2020-05-15 12:18:37 +02:00
parent 9551f1b354
commit 15f41cbb62
12 changed files with 85 additions and 20 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.0.',
versionPrefix: '1.3.',
worstResultForIncrement: 'SUCCESS'
])
}