diff options
author | olivier lamy <olamy@apache.org> | 2018-12-13 12:43:16 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2018-12-13 12:43:16 +1000 |
commit | 45df15b7adb96e0748fd063a4ece76cc8b7864fa (patch) | |
tree | 4baa6ba96e5a796fabccf945574723641919e76b /archiva-modules/archiva-base/archiva-consumers | |
parent | bcfcab3393562926da349ac9ff429b617121dc29 (diff) | |
download | archiva-45df15b7adb96e0748fd063a4ece76cc8b7864fa.tar.gz archiva-45df15b7adb96e0748fd063a4ece76cc8b7864fa.zip |
align surefire version
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules/archiva-base/archiva-consumers')
2 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml index 384780614..813756745 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml @@ -123,7 +123,7 @@ <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit4</artifactId> - <version>2.20</version> + <version>2.22.1</version> <scope>test</scope> </dependency> diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml index 5c51c7375..b7f4079ac 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml @@ -274,7 +274,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.20</version> + <version>2.22.1</version> <configuration> <systemPropertyVariables> <appserver.base>${project.build.directory}/appserver-base</appserver.base> |