Skip to content

Commit 497a9f5

Browse files
Use plugins versions from parent in ITs
1 parent ad1076e commit 497a9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/it/surefire/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-compiler-plugin</artifactId>
29-
<version>3.8.1</version>
29+
<version>@maven-compiler-plugin.version@</version>
3030
<configuration>
3131
<source>1.8</source>
3232
<target>1.8</target>
@@ -59,7 +59,7 @@
5959

6060
<plugin>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<version>2.9</version>
62+
<version>@maven-surefire-plugin.version@</version>
6363
<configuration>
6464
<systemProperties>
6565
<property>

0 commit comments

Comments
 (0)