Updated Branches: refs/heads/master b1ae7c732 -> fae3ce3eb
Fixed rampart group ID in the awsapi/pom.xml file. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fae3ce3e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fae3ce3e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fae3ce3e Branch: refs/heads/master Commit: fae3ce3ebd254986fa0c618e297e29144a561f23 Parents: b1ae7c7 Author: Chip Childers <[email protected]> Authored: Mon Sep 10 16:00:44 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Sep 10 16:00:44 2012 -0400 ---------------------------------------------------------------------- awsapi/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fae3ce3e/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 89d942f..0d0b3e0 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -91,13 +91,13 @@ <version>1.3.1-CS40</version> </dependency> <dependency> - <groupId>com.apache.rampart</groupId> + <groupId>org.apache.rampart</groupId> <artifactId>rahas</artifactId> <version>1.5</version> <type>mar</type> </dependency> <dependency> - <groupId>com.apache.rampart</groupId> + <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> <version>1.5</version> <type>mar</type>
