Version 1.7.0 up

Adjusted Travis
This commit is contained in:
tastybento 2019-08-16 14:21:17 -07:00
parent 0bd5bd4d10
commit 378a855bde
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,12 @@ addons:
- develop
- master
jdk:
- oraclejdk8
- openjdk8
- openjdk11
matrix:
allow_failures:
- jdk: openjdk11
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B

View File

@ -65,7 +65,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>1.6.0</build.version>
<build.version>1.7.0</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->