diff --git a/README.md b/README.md index 6f4f100..b67c462 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.4.0 + 2.5.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.4.0 + 2.5.0 @@ -82,7 +82,7 @@ example: com.coveo fmt-maven-plugin - 2.4.0 + 2.5.0 some/source/directory some/test/directory @@ -124,7 +124,7 @@ example to not display the non-compliant files: com.coveo fmt-maven-plugin - 2.4.0 + 2.5.0 false @@ -147,7 +147,7 @@ example to limit the display up to 10 files com.coveo fmt-maven-plugin - 2.4.0 + 2.5.0 10 diff --git a/pom.xml b/pom.xml index d1a96fc..f5abca6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.coveo fmt-maven-plugin - 2.5.0-SNAPSHOT + 2.5.0 maven-plugin ${project.groupId}:${project.artifactId} diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 0000000..d1a96fc --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,230 @@ + + 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 + + + + + + + + + +