You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/02/09 21:58:31 UTC

git commit: manage verifier version

Updated Branches:
  refs/heads/master 65b28c194 -> 0714fe233


manage verifier version

Signed-off-by: Igor Fedorenko <ig...@ifedorenko.com>


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/0714fe23
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/0714fe23
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/0714fe23

Branch: refs/heads/master
Commit: 0714fe2338011f3fa0e5213e19a9c6361235b30d
Parents: 65b28c1
Author: Igor Fedorenko <ig...@ifedorenko.com>
Authored: Sun Feb 9 15:57:51 2014 -0500
Committer: Igor Fedorenko <ig...@ifedorenko.com>
Committed: Sun Feb 9 15:57:56 2014 -0500

----------------------------------------------------------------------
 core-it-suite/pom.xml                   |  1 -
 core-it-support/maven-it-helper/pom.xml |  1 -
 pom.xml                                 | 10 ++++++++++
 3 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0714fe23/core-it-suite/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml
index d243b06..a7cdcf2 100644
--- a/core-it-suite/pom.xml
+++ b/core-it-suite/pom.xml
@@ -103,7 +103,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.5</version>
 <!-- TODO: not transitive in tests artifact, so must be left in main scope
       <scope>test</scope>
 -->

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0714fe23/core-it-support/maven-it-helper/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-support/maven-it-helper/pom.xml b/core-it-support/maven-it-helper/pom.xml
index 712326c..4bafebc 100644
--- a/core-it-support/maven-it-helper/pom.xml
+++ b/core-it-support/maven-it-helper/pom.xml
@@ -49,7 +49,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0714fe23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 900e37a..8d4b6ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,16 @@ under the License.
     <module>core-it-suite</module>
   </modules>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.maven.shared</groupId>
+        <artifactId>maven-verifier</artifactId>
+        <version>1.5</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <build>
     <pluginManagement>
       <plugins>