You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/03/28 09:36:40 UTC

git commit: updated refs/heads/4.4 to 2ade6b9

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 392dc817a -> 2ade6b918


Fix pom relative path

(cherry picked from commit 15b6860c68125ea73f113cc9b41c10a67d661088)


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

Branch: refs/heads/4.4
Commit: 2ade6b91889a9facb0fc91addd3764f5bc78a20d
Parents: 392dc81
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Mar 14 14:50:12 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Mar 28 09:36:21 2014 +0100

----------------------------------------------------------------------
 plugins/database/mysql-ha/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2ade6b91/plugins/database/mysql-ha/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/database/mysql-ha/pom.xml b/plugins/database/mysql-ha/pom.xml
index 5ce6d6f..28f136c 100644
--- a/plugins/database/mysql-ha/pom.xml
+++ b/plugins/database/mysql-ha/pom.xml
@@ -16,7 +16,7 @@
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-plugins</artifactId>
     <version>4.4.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <dependencies>
     <dependency>