You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/14 22:49:17 UTC

[3/3] git commit: move some versions on top pom

move some versions on top pom


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

Branch: refs/heads/master
Commit: f288896079754e94b1977df7346c52d564bbe4f2
Parents: 7e56e89
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 14 17:35:26 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 14 17:35:26 2012 +0100

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |    1 -
 helix-core/pom.xml         |    2 --
 mockservice/pom.xml        |    1 -
 pom.xml                    |    5 +++++
 4 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f2888960/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 4110e50..5f01f28 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -62,7 +62,6 @@ under the License.
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f2888960/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 2ea8534..d136c83 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -103,7 +103,6 @@ under the License.
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.0.1</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -132,7 +131,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <goals>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f2888960/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 425ca13..05c8a23 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -40,7 +40,6 @@ under the License.
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.0.1</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f2888960/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fee4cec..fbea3fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,11 @@ under the License.
         <version>4.11</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.testng</groupId>
+        <artifactId>testng</artifactId>
+        <version>6.0.1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>