You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/12/21 10:13:24 UTC

[1/2] git commit: o Verifier 1.4

Updated Branches:
  refs/heads/master f7cb5fd4b -> 63fc2b433


o Verifier 1.4


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/63fc2b43
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/63fc2b43
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/63fc2b43

Branch: refs/heads/master
Commit: 63fc2b433a58548ec72e2944135715b3c8e840d9
Parents: f26cb08
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Fri Dec 21 10:12:16 2012 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Fri Dec 21 10:12:16 2012 +0100

----------------------------------------------------------------------
 pom.xml                                  |    5 +++++
 surefire-integration-tests/pom.xml       |    1 -
 surefire-setup-integration-tests/pom.xml |    4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/63fc2b43/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d3d386..4be0e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,6 +234,11 @@
         <version>0.2</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.maven.shared</groupId>
+        <artifactId>maven-verifier</artifactId>
+        <version>1.4</version>
+      </dependency>
+      <dependency>
         <groupId>jmock</groupId>
         <artifactId>jmock</artifactId>
         <version>1.0.1</version>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/63fc2b43/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 55191dd..4d70ac3 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -46,7 +46,6 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/63fc2b43/surefire-setup-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml
index 328120b..4c1ec33 100644
--- a/surefire-setup-integration-tests/pom.xml
+++ b/surefire-setup-integration-tests/pom.xml
@@ -88,11 +88,11 @@
       <artifactId>surefire-junit47</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
+    <!-- dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
       <version>1.3</version>
-    </dependency>
+    </dependency -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>