From 53d48aaf0a950927a33aec20ac07f9f34f3f5b2b Mon Sep 17 00:00:00 2001 From: Jan Scheible Date: Thu, 31 Dec 2020 12:42:44 +0100 Subject: [PATCH] - fixes #7 "locking JGit config failed after 5 retries" --- README.md | 4 ++-- pom.xml | 2 +- test-gap-analysis-maven-plugin/pom.xml | 6 +++--- test-gap-analysis/pom.xml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cdf1fff..7353fe8 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The code changes in a local Git working copy are inspected and not covered metho This is useful for local development iterations before pushing the changes to a remote repository and starting a CI build. ```DOS .bat -mvn com.scheible.testgapanalysis:test-gap-analysis-maven-plugin:1.1.0:clean-jacoco-reports^ +mvn com.scheible.testgapanalysis:test-gap-analysis-maven-plugin:1.1.2:clean-jacoco-reports^ jacoco:prepare-agent^ surefire:test^ jacoco:report^ - com.scheible.testgapanalysis:test-gap-analysis-maven-plugin:1.1.0:perform + com.scheible.testgapanalysis:test-gap-analysis-maven-plugin:1.1.2:perform ``` By also adding `jacoco:prepare-agent-integration`, `failsafe:integration-test` and `jacoco:report-integration` integration tests are also considered (method coverages of all JaCoCo reports are merged). diff --git a/pom.xml b/pom.xml index b985c84..71140df 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.scheible.testgapanalysis test-gap-analysis-parent - 1.1.1 + 1.1.2 pom com.scheible::test-gap-analysis diff --git a/test-gap-analysis-maven-plugin/pom.xml b/test-gap-analysis-maven-plugin/pom.xml index 6dc5bf2..247e8ed 100644 --- a/test-gap-analysis-maven-plugin/pom.xml +++ b/test-gap-analysis-maven-plugin/pom.xml @@ -5,12 +5,12 @@ test-gap-analysis-parent com.scheible.testgapanalysis - 1.1.1 + 1.1.2 com.scheible.testgapanalysis test-gap-analysis-maven-plugin - 1.1.1 + 1.1.2 maven-plugin com.scheible::test-gap-analysis maven-plugin @@ -21,7 +21,7 @@ UTF-8 - 1.1.1 + 1.1.2 diff --git a/test-gap-analysis/pom.xml b/test-gap-analysis/pom.xml index 7abfbda..910e52b 100644 --- a/test-gap-analysis/pom.xml +++ b/test-gap-analysis/pom.xml @@ -5,12 +5,12 @@ com.scheible.testgapanalysis test-gap-analysis-parent - 1.1.1 + 1.1.2 com.scheible.testgapanalysis test-gap-analysis - 1.1.1 + 1.1.2 jar com.scheible::test-gap-analysis library @@ -27,7 +27,7 @@ 7.4.6 1.5.0 - 5.5.0.201909110433-r + 5.10.0.202012080955-r 3.14.14