mirror of https://github.com/apache/jclouds.git
Adjusting default cloudwatch version for live tests
This commit is contained in:
parent
fc782dd7ee
commit
ba493257be
|
@ -35,7 +35,7 @@
|
|||
|
||||
<properties>
|
||||
<test.cloudwatch.endpoint>https://monitoring.us-east-1.amazonaws.com</test.cloudwatch.endpoint>
|
||||
<test.cloudwatch.api-version>2009-05-15</test.cloudwatch.api-version>
|
||||
<test.cloudwatch.api-version>2010-08-01</test.cloudwatch.api-version>
|
||||
<test.cloudwatch.build-version></test.cloudwatch.build-version>
|
||||
<test.cloudwatch.identity>${test.aws.identity}</test.cloudwatch.identity>
|
||||
<test.cloudwatch.credential>${test.aws.credential}</test.cloudwatch.credential>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<properties>
|
||||
<test.aws-cloudwatch.endpoint>https://monitoring.us-east-1.amazonaws.com</test.aws-cloudwatch.endpoint>
|
||||
<test.aws-cloudwatch.api-version>2009-05-15</test.aws-cloudwatch.api-version>
|
||||
<test.aws-cloudwatch.api-version>2010-08-01</test.aws-cloudwatch.api-version>
|
||||
<test.aws-cloudwatch.build-version></test.aws-cloudwatch.build-version>
|
||||
<test.aws-cloudwatch.identity>${test.aws.identity}</test.aws-cloudwatch.identity>
|
||||
<test.aws-cloudwatch.credential>${test.aws.credential}</test.aws-cloudwatch.credential>
|
||||
|
|
Loading…
Reference in New Issue