From a844430d05e9df7415ccde1375ce73774052b024 Mon Sep 17 00:00:00 2001 From: Martin Laporte Date: Sun, 22 Aug 2021 12:59:56 +0200 Subject: [PATCH] Update the formatter version in the tests. --- pom.xml | 2 +- src/test/resources/additionalfolders/pom.xml | 2 +- src/test/resources/check_formatted/pom.xml | 2 +- src/test/resources/check_notformatted/pom.xml | 2 +- src/test/resources/check_notformatted_ignored/pom.xml | 2 +- src/test/resources/failed_formatting/pom.xml | 2 +- src/test/resources/failonerrormissingsources/pom.xml | 2 +- src/test/resources/failonerrorwithsources/pom.xml | 2 +- src/test/resources/failonunknownstyle/pom.xml | 2 +- src/test/resources/importunsorted/pom.xml | 2 +- src/test/resources/importunused/pom.xml | 2 +- src/test/resources/nosource/pom.xml | 2 +- src/test/resources/notestsource/pom.xml | 2 +- src/test/resources/onlyavajsources/pom.xml | 2 +- src/test/resources/onlytestsources/pom.xml | 2 +- src/test/resources/simple/pom.xml | 2 +- src/test/resources/simple_aosp/pom.xml | 2 +- src/test/resources/simple_google/pom.xml | 2 +- src/test/resources/validateonly_formatted/pom.xml | 2 +- src/test/resources/validateonly_notformatted/pom.xml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index c8b32ef..dede234 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ com.coveo fmt-maven-plugin - 1.2.0 + 2.11 diff --git a/src/test/resources/additionalfolders/pom.xml b/src/test/resources/additionalfolders/pom.xml index ad42973..82e82b5 100644 --- a/src/test/resources/additionalfolders/pom.xml +++ b/src/test/resources/additionalfolders/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 ${project.basedir}/src/additionalfolder diff --git a/src/test/resources/check_formatted/pom.xml b/src/test/resources/check_formatted/pom.xml index da4d660..be826fe 100644 --- a/src/test/resources/check_formatted/pom.xml +++ b/src/test/resources/check_formatted/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/check_notformatted/pom.xml b/src/test/resources/check_notformatted/pom.xml index da4d660..be826fe 100644 --- a/src/test/resources/check_notformatted/pom.xml +++ b/src/test/resources/check_notformatted/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/check_notformatted_ignored/pom.xml b/src/test/resources/check_notformatted_ignored/pom.xml index 78528c4..bbbcf5e 100644 --- a/src/test/resources/check_notformatted_ignored/pom.xml +++ b/src/test/resources/check_notformatted_ignored/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 ^((?!\Wignored\W).)*\.java$ diff --git a/src/test/resources/failed_formatting/pom.xml b/src/test/resources/failed_formatting/pom.xml index f70a55e..a82fcd1 100644 --- a/src/test/resources/failed_formatting/pom.xml +++ b/src/test/resources/failed_formatting/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/failonerrormissingsources/pom.xml b/src/test/resources/failonerrormissingsources/pom.xml index 68ddf58..bdc0ddf 100644 --- a/src/test/resources/failonerrormissingsources/pom.xml +++ b/src/test/resources/failonerrormissingsources/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 true diff --git a/src/test/resources/failonerrorwithsources/pom.xml b/src/test/resources/failonerrorwithsources/pom.xml index 68ddf58..bdc0ddf 100644 --- a/src/test/resources/failonerrorwithsources/pom.xml +++ b/src/test/resources/failonerrorwithsources/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 true diff --git a/src/test/resources/failonunknownstyle/pom.xml b/src/test/resources/failonunknownstyle/pom.xml index 63afb8d..b5a7e05 100644 --- a/src/test/resources/failonunknownstyle/pom.xml +++ b/src/test/resources/failonunknownstyle/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/importunsorted/pom.xml b/src/test/resources/importunsorted/pom.xml index e1371aa..56d2cf0 100644 --- a/src/test/resources/importunsorted/pom.xml +++ b/src/test/resources/importunsorted/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/importunused/pom.xml b/src/test/resources/importunused/pom.xml index e1371aa..56d2cf0 100644 --- a/src/test/resources/importunused/pom.xml +++ b/src/test/resources/importunused/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/nosource/pom.xml b/src/test/resources/nosource/pom.xml index 5ebfb5f..546066b 100644 --- a/src/test/resources/nosource/pom.xml +++ b/src/test/resources/nosource/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/notestsource/pom.xml b/src/test/resources/notestsource/pom.xml index 5ebfb5f..546066b 100644 --- a/src/test/resources/notestsource/pom.xml +++ b/src/test/resources/notestsource/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/onlyavajsources/pom.xml b/src/test/resources/onlyavajsources/pom.xml index 0125ca5..45f551e 100644 --- a/src/test/resources/onlyavajsources/pom.xml +++ b/src/test/resources/onlyavajsources/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 ${project.basedir}/src/additionalfolder diff --git a/src/test/resources/onlytestsources/pom.xml b/src/test/resources/onlytestsources/pom.xml index 5ebfb5f..546066b 100644 --- a/src/test/resources/onlytestsources/pom.xml +++ b/src/test/resources/onlytestsources/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/simple/pom.xml b/src/test/resources/simple/pom.xml index 5ebfb5f..546066b 100644 --- a/src/test/resources/simple/pom.xml +++ b/src/test/resources/simple/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/simple_aosp/pom.xml b/src/test/resources/simple_aosp/pom.xml index 23a4c3e..9159b1e 100644 --- a/src/test/resources/simple_aosp/pom.xml +++ b/src/test/resources/simple_aosp/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/simple_google/pom.xml b/src/test/resources/simple_google/pom.xml index d13c44b..abdad1e 100644 --- a/src/test/resources/simple_google/pom.xml +++ b/src/test/resources/simple_google/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/validateonly_formatted/pom.xml b/src/test/resources/validateonly_formatted/pom.xml index da4d660..be826fe 100644 --- a/src/test/resources/validateonly_formatted/pom.xml +++ b/src/test/resources/validateonly_formatted/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11 diff --git a/src/test/resources/validateonly_notformatted/pom.xml b/src/test/resources/validateonly_notformatted/pom.xml index da4d660..be826fe 100644 --- a/src/test/resources/validateonly_notformatted/pom.xml +++ b/src/test/resources/validateonly_notformatted/pom.xml @@ -23,7 +23,7 @@ com.coveo fmt-maven-plugin - 1.0.0 + 2.11