Fix typo (cherry picked from commit 3beb75cdf1ffa681d2efeecc0c6001f6f064a578)
Signed-off-by: Animesh Chaturvedi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/71744088 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/71744088 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/71744088 Branch: refs/heads/4.3 Commit: 717440883bd227d1200f9c3e69d7ff023f8b897e Parents: 472a387 Author: Hugo Trippaers <[email protected]> Authored: Thu Feb 27 12:59:34 2014 +0100 Committer: Animesh Chaturvedi <[email protected]> Committed: Thu Mar 6 16:08:24 2014 -0800 ---------------------------------------------------------------------- client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/71744088/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 94e23d1..3995f6e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -742,7 +742,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>
