This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 45df15b  align surefire version
45df15b is described below

commit 45df15b7adb96e0748fd063a4ece76cc8b7864fa
Author: olivier lamy <[email protected]>
AuthorDate: Thu Dec 13 12:43:16 2018 +1000

    align surefire version
    
    Signed-off-by: olivier lamy <[email protected]>
---
 .../archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml   | 2 +-
 .../src/main/resourcesstatic/archetype-resources/pom.xml                | 2 +-
 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 3847806..8137567 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 5c51c73..b7f4079 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>

Reply via email to