Skip to content

Commit 395f5a3

Browse files
committed
Use same version definitions
Signed-off-by: Patrick Reinhart <[email protected]>
1 parent 3f5e969 commit 395f5a3

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>
@@ -794,7 +795,7 @@
794795
<plugin>
795796
<groupId>org.apache.maven.plugins</groupId>
796797
<artifactId>maven-surefire-plugin</artifactId>
797-
<version>3.5.4</version>
798+
<version>${surefire.version}</version>
798799
<dependencies>
799800
<dependency>
800801
<groupId>org.junit.platform</groupId>
@@ -849,12 +850,12 @@
849850
<plugin>
850851
<groupId>org.apache.maven.plugins</groupId>
851852
<artifactId>maven-surefire-report-plugin</artifactId>
852-
<version>3.5.4</version>
853+
<version>${surefire.version}</version>
853854
</plugin>
854855
<plugin>
855856
<groupId>org.apache.maven.plugins</groupId>
856857
<artifactId>maven-failsafe-plugin</artifactId>
857-
<version>3.5.4</version>
858+
<version>${surefire.version}</version>
858859
</plugin>
859860
<plugin>
860861
<groupId>org.apache.maven.plugins</groupId>
@@ -1168,6 +1169,7 @@
11681169
<plugin>
11691170
<groupId>org.apache.maven.plugins</groupId>
11701171
<artifactId>maven-surefire-report-plugin</artifactId>
1172+
<version>${surefire.version}</version>
11711173
<configuration>
11721174
<aggregate>true</aggregate>
11731175
</configuration>

0 commit comments

Comments
 (0)