Skip to content

Commit a3e7daa

Browse files
authored
Merge pull request #76 from scalecube/develop
update jacoco-maven-plugin
2 parents b50e51b + ee5724e commit a3e7daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.jacoco</groupId>
200200
<artifactId>jacoco-maven-plugin</artifactId>
201-
<version>0.8.1</version>
201+
<version>0.8.4</version>
202202
<executions>
203203
<execution>
204204
<goals>

travis-settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<repository>
2323
<id>central</id>
2424
<name>bintray</name>
25-
<url>http://jcenter.bintray.com</url>
25+
<url>https://jcenter.bintray.com</url>
2626
<snapshots>
2727
<enabled>false</enabled>
2828
</snapshots>

0 commit comments

Comments
 (0)