Repository: cloudstack Updated Branches: refs/heads/master a0f932437 -> 3beb75cdf
Fix typo Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3beb75cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3beb75cd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3beb75cd Branch: refs/heads/master Commit: 3beb75cdf1ffa681d2efeecc0c6001f6f064a578 Parents: a0f9324 Author: Hugo Trippaers <[email protected]> Authored: Thu Feb 27 12:59:34 2014 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Thu Feb 27 12:59:34 2014 +0100 ---------------------------------------------------------------------- client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3beb75cd/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 78fab6f..af724b1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -728,7 +728,7 @@ <dependencies> <dependency> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugin-database-myqslha</artifactId> + <artifactId>cloud-plugin-database-mysqlha</artifactId> <version>${project.version}</version> </dependency> </dependencies>
