Skip to content

Commit a0c0bc1

Browse files
author
chaos2418
committed
JAVA-1672: removing redundant version declarations for surefire plugin
1 parent 73b48be commit a0c0bc1

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

guest/junit5-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<build>
4141
<plugins>
4242
<plugin>
43+
<groupId>org.apache.maven.plugins</groupId>
4344
<artifactId>maven-surefire-plugin</artifactId>
44-
<version>${maven-surefire-plugin.version}</version>
4545
<configuration>
4646
<properties>
4747
<excludeTags>math</excludeTags>

spring-ejb/ejb-beans/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-surefire-plugin</artifactId>
138-
<version>${maven-surefire-plugin.version}</version>
139138
<configuration>
140139
<!-- Fork every test because it will launch a separate AS instance -->
141140
<forkMode>always</forkMode>

spring-jenkins-pipeline/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<build>
6363
<plugins>
6464
<plugin>
65+
<groupId>org.apache.maven.plugins</groupId>
6566
<artifactId>maven-surefire-plugin</artifactId>
6667
<configuration>
6768
<excludes>

spring-security-modules/spring-ldap/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>${maven-surefire-plugin.version}</version>
110109
<executions>
111110
<execution>
112111
<phase>integration-test</phase>

0 commit comments

Comments
 (0)