Skip to content

Commit 0421338

Browse files
committed
⬆️ Upgrading jacoco to 0.8.4
1 parent b0c4b9f commit 0421338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<name>API Capabilities Module</name>
77
<groupId>io.openapitools.api</groupId>
8-
<version>1.0.2-SNAPSHOT</version>
8+
<version>1.0.2</version>
99
<artifactId>capabilities</artifactId>
1010
<packaging>jar</packaging>
1111

@@ -32,7 +32,7 @@
3232
<connection>scm:git:https://github.com/openapi-tools/api-capabilities.git</connection>
3333
<developerConnection>scm:git:https://github.com/openapi-tools/api-capabilities.git</developerConnection>
3434
<url>https://github.com/openapi-tools/api-capabilities/tree/master</url>
35-
<tag>HEAD</tag>
35+
<tag>v1.0.2</tag>
3636
</scm>
3737

3838
<distributionManagement>
@@ -50,7 +50,7 @@
5050
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
5151
<checkstyle.version>7.8.2</checkstyle.version>
5252
<findbugs.version>3.0.4</findbugs.version>
53-
<jacoco.version>0.7.9</jacoco.version>
53+
<jacoco.version>0.8.4</jacoco.version>
5454
<junit.version>4.12</junit.version>
5555
<pmd.plugin.version>3.8</pmd.plugin.version>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)