Browse Source

align surefire version

Signed-off-by: olivier lamy <olamy@apache.org>
pull/50/head
olivier lamy 5 years ago
parent
commit
45df15b7ad

+ 1
- 1
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml View File

<dependency> <dependency>
<groupId>org.apache.maven.surefire</groupId> <groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId> <artifactId>surefire-junit4</artifactId>
<version>2.20</version>
<version>2.22.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>



+ 1
- 1
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml View File

<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.22.1</version>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<appserver.base>${project.build.directory}/appserver-base</appserver.base> <appserver.base>${project.build.directory}/appserver-base</appserver.base>

Loading…
Cancel
Save