diff --git a/README.md b/README.md index d5f1cd8..559a1ea 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To have your sources automatically formatted on each build, add to your pom.xml: com.coveo fmt-maven-plugin - 2.6.0 + 2.8.0 @@ -46,7 +46,7 @@ If you prefer, you can only check formatting at build time using the `check` goa com.coveo fmt-maven-plugin - 2.6.0 + 2.8.0 @@ -84,7 +84,7 @@ example: com.coveo fmt-maven-plugin - 2.6.0 + 2.8.0 some/source/directory some/test/directory @@ -127,7 +127,7 @@ example to not display the non-compliant files: com.coveo fmt-maven-plugin - 2.6.0 + 2.8.0 false @@ -150,7 +150,7 @@ example to limit the display up to 10 files com.coveo fmt-maven-plugin - 2.6.0 + 2.8.0 10 diff --git a/pom.xml b/pom.xml index f453e47..83f8948 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.coveo fmt-maven-plugin - 2.7 + 2.8 maven-plugin ${project.groupId}:${project.artifactId} diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup deleted file mode 100644 index d1a96fc..0000000 --- a/pom.xml.versionsBackup +++ /dev/null @@ -1,230 +0,0 @@ - - 4.0.0 - - com.coveo - fmt-maven-plugin - 2.5.0-SNAPSHOT - maven-plugin - - ${project.groupId}:${project.artifactId} - - Maven Plugin that formats a project's Java Code following google-java-format - http://github.com/coveo/fmt-maven-plugin - - - - MIT License - http://www.opensource.org/licenses/mit-license.php - - - - - - Pierre-Alexandre St-Jean - Coveo - http://github.com/coveo - - - Guillaume Simard - Coveo - http://github.com/coveo - - - Martin Laporte - Coveo - http://github.com/coveo - - - Andy Emond - Coveo - http://github.com/coveo - - - - - scm:git:git@github.com:coveo/fmt-maven-plugin.git - scm:git:git@github.com:coveo/fmt-maven-plugin.git - http://github.com/coveo/fmt-maven-plugin - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - UTF-8 - - 1.6 - 1.6 - - - - - org.apache.maven - maven-plugin-api - 3.3.9 - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.4 - provided - - - com.google.googlejavaformat - google-java-format - 1.6 - - - - junit - junit - 4.12 - test - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - 3.3.0 - test - - - org.apache.maven - maven-core - 3.3.9 - test - - - org.apache.maven - maven-compat - 3.3.9 - test - - - com.google.truth - truth - 0.28 - test - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.4 - - fmt - true - - - - mojo-descriptor - - descriptor - - - - help-goal - - helpmojo - - - - - - com.coveo - fmt-maven-plugin - 1.2.0 - - - - format - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - - - - - release - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.0 - - - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - attach-javadocs - - jar - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.6 - true - - ossrh - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - -