Skip to content

Commit

Permalink
Add artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsande16 committed Dec 20, 2024
1 parent 69d8c07 commit 99c2cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

<properties>
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -111,7 +112,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit 99c2cec

Please sign in to comment.