We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9c3fc commit b73173dCopy full SHA for b73173d
plugins/templates-maven-plugin/pom.xml
@@ -167,7 +167,7 @@
167
<plugin>
168
<groupId>org.apache.maven.plugins</groupId>
169
<artifactId>maven-surefire-plugin</artifactId>
170
- <version>3.5.5</version>
+ <version>${surefire.version}</version>
171
</plugin>
172
173
v2/cdc-parent/pom.xml
@@ -56,7 +56,7 @@
56
57
58
59
60
<configuration>
61
<excludedGroups>com.google.cloud.teleport.metadata.TemplateIntegrationTest</excludedGroups>
62
<reportFormat>html</reportFormat>
0 commit comments