You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/05/06 14:36:02 UTC

git commit: Updated jclouds dependency artifact versions

Repository: incubator-stratos
Updated Branches:
  refs/heads/4.0.0-incubating 0bccb8f1d -> cd8745e8d


Updated jclouds dependency artifact versions


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/cd8745e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/cd8745e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/cd8745e8

Branch: refs/heads/4.0.0-incubating
Commit: cd8745e8d6e8687a2c4e58f13eb1acf44e5e8dff
Parents: 0bccb8f
Author: Imesh Gunaratne <im...@apache.org>
Authored: Tue May 6 18:05:36 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Tue May 6 18:05:36 2014 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.cloud.controller/pom.xml      | 8 ++++----
 dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cd8745e8/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index 3f278e9..9727613 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -187,17 +187,17 @@
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>ec2</artifactId>
-			<version>4.0.0-SNAPSHOT</version>
+			<version>1.7.1-stratos</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>aws-ec2</artifactId>
-			<version>4.0.0-SNAPSHOT</version>
+			<version>1.7.1-stratos</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>openstack-nova</artifactId>
-			<version>4.0.0-SNAPSHOT</version>
+			<version>1.7.1-stratos</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jclouds.api</groupId>
@@ -212,7 +212,7 @@
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>vcloud</artifactId>
-			<version>4.0.0-SNAPSHOT</version>
+			<version>1.7.1-stratos</version>
 		</dependency>
 
          <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cd8745e8/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
index 1f39d6d..509bb0b 100644
--- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
+++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
@@ -61,12 +61,12 @@
     <dependency>
       <groupId>org.apache.stratos</groupId>
       <artifactId>ec2</artifactId>
-      <version>${project.version}</version>
+      <version>1.7.1-stratos</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stratos</groupId>
       <artifactId>ec2</artifactId>
-      <version>${project.version}</version>
+      <version>1.7.1-stratos</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>