You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/17 02:10:31 UTC

[3/3] git commit: use same versions

use same versions


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

Branch: refs/heads/master
Commit: 0a21a1167f0688c014b0f28b6af9cf5408a687ab
Parents: 861d894
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 17 10:10:15 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 17 10:10:15 2014 +1000

----------------------------------------------------------------------
 .../src/main/resourcesstatic/archetype-resources/pom.xml     | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/0a21a116/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 6d15c51..da0baf6 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
@@ -282,7 +282,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.16</version>
+          <version>2.17</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.7</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -290,7 +295,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.7</version>
         <executions>
           <execution>
             <id>package</id>