Skip to content

Commit

Permalink
CITIT-2673 updated jacoco to 0.8.2 for java 10+
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenKruse committed Nov 4, 2018
1 parent ccd68fd commit b97d33b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion groovy-jacoco-previous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-RC2-SNAPSHOT</version>
<version>1.6-RC2-CITIT-2673-SNAPSHOT</version>
</parent>

<artifactId>groovy-jacoco-previous</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-RC2-SNAPSHOT</version>
<version>1.6-RC2-CITIT-2673-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sonar Groovy</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<properties>
<sonar.version>5.6</sonar.version>
<jacoco.previous.version>0.7.4.201502262128</jacoco.previous.version>
<jacoco.version>0.7.5.201505241946</jacoco.version>
<jacoco.version>0.8.2</jacoco.version>
<groovy.version>2.4.4</groovy.version>
<orchestrator.version>3.11</orchestrator.version>
<!-- used for deployment to SonarSource Artifactory -->
Expand Down
2 changes: 1 addition & 1 deletion sonar-groovy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-RC2-SNAPSHOT</version>
<version>1.6-RC2-CITIT-2673-SNAPSHOT</version>
</parent>

<artifactId>sonar-groovy-plugin</artifactId>
Expand Down

0 comments on commit b97d33b

Please sign in to comment.