Skip to content

Commit 1db9278

Browse files
authored
Merge branch 'master' into LoggingIT-fix
2 parents 228ef3d + 8e35a94 commit 1db9278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ install:
1414
- echo $ADDITIONAL_PROFILES
1515
- echo $GOAL
1616

17-
script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL
17+
script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL jacoco:report
1818

1919
after_success: mvn coveralls:report -DrepoToken=$COVERALLS_TOKEN

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<packaging>pom</packaging>
2424

2525
<properties>
26-
<nuun-kernel.version>1.0.M10</nuun-kernel.version>
26+
<nuun-kernel.version>1.0.M11-SNAPSHOT</nuun-kernel.version>
2727
<javassist.version>3.24.1-GA</javassist.version>
2828
<shed.version>1.1.6</shed.version>
29-
<coffig.version>3.1.5</coffig.version>
29+
<coffig.version>3.1.6-SNAPSHOT</coffig.version>
3030
<commons-cli.version>1.4</commons-cli.version>
3131
<guice.version>4.2.3</guice.version>
3232
<guava.version>29.0-jre</guava.version>

0 commit comments

Comments
 (0)