Skip to content

Commit c0daa6b

Browse files
authored
Update JaCoCo Maven plugin to ver. 0.8.7 (#15899)
* Update JaCoCo Maven plugin to ver. 0.8.7 * Update version of codecoverage-tool npm package This reverts commit 5fcdcf9. This reverts commit 6e6e4ae.
1 parent f010d67 commit c0daa6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common-npm-packages/codecoverage-tools/codecoverageconstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function jacocoMavenPluginEnable(includeFilter: string[], excludeFilter:
210210
let plugin = {
211211
"groupId": "org.jacoco",
212212
"artifactId": "jacoco-maven-plugin",
213-
"version": "0.8.4",
213+
"version": "0.8.7",
214214
"configuration": {
215215
"destFile": path.join(outputDirectory, "jacoco.exec"),
216216
"outputDirectory": outputDirectory,
@@ -315,7 +315,7 @@ export function jacocoMavenMultiModuleReport(reportDir: string, srcData: string,
315315
<dependency>
316316
<groupId>org.jacoco</groupId>
317317
<artifactId>org.jacoco.ant</artifactId>
318-
<version>0.8.4</version>
318+
<version>0.8.7</version>
319319
</dependency>
320320
</dependencies>
321321
</plugin>

common-npm-packages/codecoverage-tools/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/codecoverage-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-pipelines-tasks-codecoverage-tools",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"author": "Microsoft Corporation",
55
"description": "VSTS Tasks Code Coverage Tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)