You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/04/28 20:48:27 UTC

archiva git commit: Synchronizing surefire versions

Repository: archiva
Updated Branches:
  refs/heads/master d61f68e68 -> e37ed6209


Synchronizing surefire versions


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e37ed620
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e37ed620
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e37ed620

Branch: refs/heads/master
Commit: e37ed62098b070c00cd5b5ab7e1193b58d585f9f
Parents: d61f68e
Author: Martin Stockhammer <ma...@apache.org>
Authored: Fri Apr 28 22:48:09 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Fri Apr 28 22:48:09 2017 +0200

----------------------------------------------------------------------
 .../src/main/resourcesstatic/archetype-resources/pom.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/e37ed620/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
----------------------------------------------------------------------
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 37c1cfe..fb1586e 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
@@ -250,7 +250,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
         </plugin>
       </plugins>
     </pluginManagement>