Use property for maven-surefure-pugin

Closes gh-62
This commit is contained in:
jardel.novaes
2022-06-10 13:03:09 -03:00
committed by Rossen Stoyanchev
parent 666905d448
commit 83903575a9
3 changed files with 3 additions and 2 deletions

View File

@@ -164,7 +164,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
<includes>

View File

@@ -203,7 +203,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
<includes>

View File

@@ -33,6 +33,7 @@
<primefaces.version>8.0</primefaces.version>
<servlet.version>5.0.0</servlet.version>
<webflow.version>3.0.0-SNAPSHOT</webflow.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
</properties>
<dependencyManagement>