Skip to content

Commit 7edd132

Browse files
author
Changjian Wang
committed
Add version to JaCoCo plugin in pom.xml
The JaCoCo Maven plugin was missing the required version element. Added version 0.8.13 with proper version tracking comment format.
1 parent ea0d137 commit 7edd132

File tree

1 file changed

+1
-0
lines changed
  • sdk/contentunderstanding/azure-ai-contentunderstanding

1 file changed

+1
-0
lines changed

sdk/contentunderstanding/azure-ai-contentunderstanding/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<plugin>
8181
<groupId>org.jacoco</groupId>
8282
<artifactId>jacoco-maven-plugin</artifactId>
83+
<version>0.8.13</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
8384
<configuration>
8485
<excludes>
8586
<exclude>${jacoco.maven.plugin.excludes}</exclude>

0 commit comments

Comments
 (0)