Skip to content

Commit

Permalink
Make sure failsafe and surefire plugin versions match (#7029)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and skuruppu committed Dec 19, 2019
1 parent d70100f commit 3ffb20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-contrib/google-cloud-spanner-jdbc/pom.xml
Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<systemPropertyVariables>
<spanner.testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner.testenv.config.class>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner/pom.xml
Expand Up @@ -53,7 +53,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<systemPropertyVariables>
<spanner.testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner.testenv.config.class>
Expand Down

0 comments on commit 3ffb20e

Please sign in to comment.