Maven: Fix rampart version in awsapi Signed-off-by: Hugo Trippaers <h...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4bf16f8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4bf16f8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4bf16f8d Branch: refs/heads/javelin Commit: 4bf16f8d313f097d79345ee0a21f7ec5e04a80cb Parents: ff81fda Author: Rohit Yadav <rohit.ya...@citrix.com> Authored: Mon Sep 17 16:04:02 2012 +0530 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Mon Sep 17 13:27:18 2012 +0200 ---------------------------------------------------------------------- awsapi/pom.xml | 10 +++++----- pom.xml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4bf16f8d/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index a583384..d4dfae0 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -93,7 +93,7 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rahas</artifactId> - <version>1.5</version> + <version>${cs.rampart.version}</version> <type>mar</type> <exclusions> <exclusion> @@ -105,7 +105,7 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>1.5</version> + <version>${cs.rampart.version}</version> <type>mar</type> <exclusions> <exclusion> @@ -117,19 +117,19 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-core</artifactId> - <version>1.5</version> + <version>${cs.rampart.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-policy</artifactId> - <version>1.5</version> + <version>${cs.rampart.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-trust</artifactId> - <version>1.5</version> + <version>${cs.rampart.version}</version> <scope>runtime</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4bf16f8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 17ea050..ef478a3 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ <cs.mail.version>1.4</cs.mail.version> <cs.axis.version>1.4</cs.axis.version> <cs.axis2.version>1.5.1</cs.axis2.version> + <cs.rampart.version>1.6.2</cs.rampart.version> <cs.axiom.version>1.2.8</cs.axiom.version> <cs.neethi.version>2.0.4</cs.neethi.version> <cs.servlet.version>2.4</cs.servlet.version>