You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/05 00:12:51 UTC

[19/50] [abbrv] git commit: awsapi depends on cloud-utils

awsapi depends on cloud-utils


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

Branch: refs/heads/4.0
Commit: 378c98cb7eb90df0a0a1735f6dd15da4434b5d57
Parents: cd869f1
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Aug 31 21:48:24 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Aug 31 21:48:24 2012 +0200

----------------------------------------------------------------------
 awsapi/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/378c98cb/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index c9b25fa..cf91033 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-utils</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.axis2</groupId>