Skip to content

Commit b73173d

Browse files
authored
clean up dup of surefire (#3456)
1 parent ab9c3fc commit b73173d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/templates-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-surefire-plugin</artifactId>
170-
<version>3.5.5</version>
170+
<version>${surefire.version}</version>
171171
</plugin>
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>

v2/cdc-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-surefire-plugin</artifactId>
59-
<version>3.5.5</version>
59+
<version>${surefire.version}</version>
6060
<configuration>
6161
<excludedGroups>com.google.cloud.teleport.metadata.TemplateIntegrationTest</excludedGroups>
6262
<reportFormat>html</reportFormat>

0 commit comments

Comments
 (0)