diff --git a/pom.xml b/pom.xml index d4c58f68..76b99a20 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,6 @@ limitations under the License. 4.0.0 - 1.0.14-SNAPSHOT UTF-8 UTF-8 9+181-r4173-1 @@ -25,7 +24,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - ${currentVersion} + 1.0.14-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -74,7 +73,7 @@ limitations under the License. scm:git:git@github.com:GoogleCloudPlatform/java-repo-tools.git scm:git:git@github.com:GoogleCloudPlatform/java-repo-tools.git git@github.com:GoogleCloudPlatform/java-repo-tools.git - v${currentVersion} + v${project.version} @@ -205,6 +204,28 @@ limitations under the License. + + com.github.spotbugs + spotbugs-maven-plugin + 4.0.0 + + + verify + + check + + + + + + + com.github.spotbugs + spotbugs + 4.0.1 + + + + org.apache.maven.plugins maven-checkstyle-plugin @@ -225,12 +246,12 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - ${currentVersion} + 1.0.14-SNAPSHOT com.puppycrawl.tools checkstyle - 8.30 + 8.31