Repository: jclouds-labs-aws
Updated Branches:
  refs/heads/master e02a49b26 -> c4dad4c42


Default value for aws identity/credential property

Every project was using undefined properties in their pom.xml.
A default value for test.aws.identity and test.aws.credential was
added.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/commit/c4dad4c4
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/tree/c4dad4c4
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/diff/c4dad4c4

Branch: refs/heads/master
Commit: c4dad4c42c89267aaa97c004e2961e00983969d8
Parents: e02a49b
Author: Roman C. Coedo <[email protected]>
Authored: Wed Jul 2 11:35:41 2014 +0200
Committer: Andrew Gaul <[email protected]>
Committed: Wed Jul 2 15:25:43 2014 -0700

----------------------------------------------------------------------
 aws-elb/pom.xml | 2 ++
 aws-iam/pom.xml | 2 ++
 aws-rds/pom.xml | 2 ++
 elb/pom.xml     | 2 ++
 glacier/pom.xml | 2 ++
 iam/pom.xml     | 2 ++
 rds/pom.xml     | 2 ++
 7 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/aws-elb/pom.xml
----------------------------------------------------------------------
diff --git a/aws-elb/pom.xml b/aws-elb/pom.xml
index 60e155e..6d07009 100644
--- a/aws-elb/pom.xml
+++ b/aws-elb/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     
<test.aws-elb.endpoint>https://elasticloadbalancing.us-east-1.amazonaws.com</test.aws-elb.endpoint>
     <test.aws-elb.api-version>2012-06-01</test.aws-elb.api-version>
     <test.aws-elb.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/aws-iam/pom.xml
----------------------------------------------------------------------
diff --git a/aws-iam/pom.xml b/aws-iam/pom.xml
index a14999c..cf29ca3 100644
--- a/aws-iam/pom.xml
+++ b/aws-iam/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     <test.aws-iam.endpoint>https://iam.amazonaws.com</test.aws-iam.endpoint>
     <test.aws-iam.api-version>2010-05-08</test.aws-iam.api-version>
     <test.aws-iam.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/aws-rds/pom.xml
----------------------------------------------------------------------
diff --git a/aws-rds/pom.xml b/aws-rds/pom.xml
index b5ad4d1..7141eb4 100644
--- a/aws-rds/pom.xml
+++ b/aws-rds/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     
<test.aws-rds.endpoint>https://rds.us-east-1.amazonaws.com</test.aws-rds.endpoint>
     <test.aws-rds.api-version>2012-04-23</test.aws-rds.api-version>
     <test.aws-rds.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/elb/pom.xml
----------------------------------------------------------------------
diff --git a/elb/pom.xml b/elb/pom.xml
index a810c2e..cb39c45 100644
--- a/elb/pom.xml
+++ b/elb/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     
<test.elb.endpoint>https://elasticloadbalancing.us-east-1.amazonaws.com</test.elb.endpoint>
     <test.elb.api-version>2012-06-01</test.elb.api-version>
     <test.elb.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/glacier/pom.xml
----------------------------------------------------------------------
diff --git a/glacier/pom.xml b/glacier/pom.xml
index 84a5250..efe6722 100644
--- a/glacier/pom.xml
+++ b/glacier/pom.xml
@@ -32,6 +32,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     
<test.glacier.endpoint>https://glacier.us-east-1.amazonaws.com</test.glacier.endpoint>
     <test.glacier.api-version>2012-06-01</test.glacier.api-version>
     <test.glacier.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/iam/pom.xml
----------------------------------------------------------------------
diff --git a/iam/pom.xml b/iam/pom.xml
index 776c43f..80d9028 100644
--- a/iam/pom.xml
+++ b/iam/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     <test.iam.endpoint>https://iam.amazonaws.com</test.iam.endpoint>
     <test.iam.api-version>2010-05-08</test.iam.api-version>
     <test.iam.build-version />

http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/c4dad4c4/rds/pom.xml
----------------------------------------------------------------------
diff --git a/rds/pom.xml b/rds/pom.xml
index 58770ae..f6447bd 100644
--- a/rds/pom.xml
+++ b/rds/pom.xml
@@ -33,6 +33,8 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
+    <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
     <test.rds.endpoint>https://rds.us-east-1.amazonaws.com</test.rds.endpoint>
     <test.rds.api-version>2012-04-23</test.rds.api-version>
     <test.rds.build-version />

Reply via email to