Skip to content

Commit 8390357

Browse files
jardelnovaesrstoyanchev
authored andcommitted
Use property for maven-surefure-pugin
Closes gh-62
1 parent 666905d commit 8390357

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

booking-faces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-surefire-plugin</artifactId>
167-
<version>2.20.1</version>
167+
<version>${maven-surefire-plugin.version}</version>
168168
<configuration>
169169
<junitArtifactName>junit:junit</junitArtifactName>
170170
<includes>

booking-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-surefire-plugin</artifactId>
206-
<version>2.22.2</version>
206+
<version>${maven-surefire-plugin.version}</version>
207207
<configuration>
208208
<junitArtifactName>junit:junit</junitArtifactName>
209209
<includes>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<primefaces.version>8.0</primefaces.version>
3434
<servlet.version>5.0.0</servlet.version>
3535
<webflow.version>3.0.0-SNAPSHOT</webflow.version>
36+
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
3637
</properties>
3738

3839
<dependencyManagement>

0 commit comments

Comments
 (0)