Skip to content

Commit c4daf34

Browse files
committed
No longer need to override the version of the Jacoco Maven plugin
Pick up the version from the parent POM.
1 parent 8f2b673 commit c4daf34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ limitations under the License.
105105
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
106106
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
107107
<project.build.outputTimestamp>2025-01-27T18:05:48Z</project.build.outputTimestamp>
108-
<commons.jacoco.version>0.8.12</commons.jacoco.version>
109108
<!-- JaCoCo: Don't make code coverage worse than: -->
110109
<jacoco.skip>false</jacoco.skip>
111110
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

0 commit comments

Comments
 (0)