Skip to content

Commit a280c2b

Browse files
committed
Use same version definitions
Signed-off-by: Patrick Reinhart <[email protected]>
1 parent 2fdaa79 commit a280c2b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exist-parent/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
<awaitility.version>4.3.0</awaitility.version>
133133
<junit.toolbox.version>2.4</junit.toolbox.version>
134134
<hamcrest.version>3.0</hamcrest.version>
135+
<surefire.version>3.5.4</surefire.version>
135136

136137
<!-- needed just for the license-maven-plugin in this module! -->
137138
<project.parent.relativePath>.</project.parent.relativePath>
@@ -797,7 +798,7 @@
797798
<plugin>
798799
<groupId>org.apache.maven.plugins</groupId>
799800
<artifactId>maven-surefire-plugin</artifactId>
800-
<version>3.5.4</version>
801+
<version>${surefire.version}</version>
801802
<dependencies>
802803
<dependency>
803804
<groupId>org.junit.platform</groupId>
@@ -852,12 +853,12 @@
852853
<plugin>
853854
<groupId>org.apache.maven.plugins</groupId>
854855
<artifactId>maven-surefire-report-plugin</artifactId>
855-
<version>3.5.4</version>
856+
<version>${surefire.version}</version>
856857
</plugin>
857858
<plugin>
858859
<groupId>org.apache.maven.plugins</groupId>
859860
<artifactId>maven-failsafe-plugin</artifactId>
860-
<version>3.5.4</version>
861+
<version>${surefire.version}</version>
861862
</plugin>
862863
<plugin>
863864
<groupId>org.apache.maven.plugins</groupId>
@@ -1171,6 +1172,7 @@
11711172
<plugin>
11721173
<groupId>org.apache.maven.plugins</groupId>
11731174
<artifactId>maven-surefire-report-plugin</artifactId>
1175+
<version>${surefire.version}</version>
11741176
<configuration>
11751177
<aggregate>true</aggregate>
11761178
</configuration>

0 commit comments

Comments
 (0)