You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ja...@apache.org on 2015/06/29 09:00:27 UTC

[06/50] [abbrv] git commit: updated refs/heads/dhcpoffload to 45721ae

Specify all dependency versions in pom.xml

Signed-off-by: Daan Hoogland <da...@gmail.com>

This closes #497


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

Branch: refs/heads/dhcpoffload
Commit: fe4f0b1a583624ed90a580c10e066d6e4e7ad948
Parents: 83488e0
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Mon Jun 22 11:53:28 2015 +0200
Committer: Daan Hoogland <da...@gmail.com>
Committed: Mon Jun 22 13:01:19 2015 +0200

----------------------------------------------------------------------
 plugins/hypervisors/ovm3/pom.xml | 14 +++++++-------
 pom.xml                          |  2 ++
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe4f0b1a/plugins/hypervisors/ovm3/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/ovm3/pom.xml b/plugins/hypervisors/ovm3/pom.xml
index a8c4796..82b6e46 100644
--- a/plugins/hypervisors/ovm3/pom.xml
+++ b/plugins/hypervisors/ovm3/pom.xml
@@ -28,29 +28,29 @@
   </parent>
   <dependencies>
     <dependency>
-	<groupId>xml-apis</groupId>
-	<artifactId>xml-apis</artifactId>
-	<version>1.4.01</version>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>${cs.xml-apis.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-client</artifactId>
-      <version>3.1.3</version>
+      <version>${cs.xmlrpc.version}</version>
     </dependency>
     <dependency>
 	<groupId>org.apache.xmlrpc</groupId>
 	<artifactId>xmlrpc-common</artifactId>
-	<version>3.1.3</version>
+	<version>${cs.xmlrpc.version}</version>
     </dependency>
     <dependency>
 	<groupId>org.apache.commons</groupId>
 	<artifactId>commons-lang3</artifactId>
-	<version>3.4</version>
+	<version>${cs.lang3.version}</version>
     </dependency>
     <dependency>
 	<groupId>log4j</groupId>
 	<artifactId>log4j</artifactId>
-	<version>1.2.17</version>
+	<version>${cs.log4j.version}</version>
     </dependency>
   </dependencies>
    <build>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe4f0b1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ac4268..900f2e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
     <cs.powermock.version>1.5.3</cs.powermock.version>
     <cs.aws.sdk.version>1.9.8</cs.aws.sdk.version>
     <cs.lang.version>2.6</cs.lang.version>
+    <cs.lang3.version>3.4</cs.lang3.version>
     <cs.commons-io.version>2.4</cs.commons-io.version>
     <cs.commons-validator.version>1.4.0</cs.commons-validator.version>
     <cs.reflections.version>0.9.9</cs.reflections.version>
@@ -101,6 +102,7 @@
     <cs.findbugs.version>3.0.1</cs.findbugs.version>
     <cs.javadoc.version>2.10.1</cs.javadoc.version>
     <cs.opensaml.version>2.6.1</cs.opensaml.version>
+    <cs.xml-apis.version>1.4.01</cs.xml-apis.version>
   </properties>
 
   <distributionManagement>