Skip to content

Commit

Permalink
Use plugins versions from parent in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 23, 2023
1 parent ad1076e commit 8914b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/it/surefire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>@maven-compiler-plugin.version@</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -59,7 +59,7 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<version>@maven-surefire-plugin.version@</version>
<configuration>
<systemProperties>
<property>
Expand Down

0 comments on commit 8914b75

Please sign in to comment.