> @@ -182,7 +197,7 @@ public AWSEC2TemplateOptions subnetId(String subnetId) {
> /**
> * @see
> org.jclouds.aws.ec2.options.AWSRunInstancesOptions#withIAMInstanceProfileArn(String)
> */
> - @SinceApiVersion("2012-06-01")
> + @SinceApiVersion("2014-02-01")
This shouldn't be changed. This annotation is used to inform since which
version of the provider API the method is available. Was it wrong?
If not, all `@SinceApiVersion` annotations should remain unchanged, even if you
change the default api version to use in the `ApiMEtadata`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/333/files#r11671156