rtfpessoa / teamcity-aws-elasticbeanstalk-plugin

Teamcity AWS Elastic Beanstalk Plugin
https://github.com/rtfpessoa/teamcity-aws-elasticbeanstalk-plugin
Other
5 stars 11 forks source link

Reference AWS SDK v1.11.44 #3

Closed krishatcher closed 7 years ago

krishatcher commented 7 years ago

build: update AWS SDK reference to newer version

update build.gradle file to reference AWS SDK v1.11.44 instead of v1.11.4 so that "US-East-2" region is available.

rtfpessoa commented 7 years ago

Going for https://github.com/aws/aws-sdk-java/releases/tag/1.11.77 should be a good idea, what do you think?

v1.11.44 is also fine for me. I am not sure if there was any actual fix that might influence the usage here.

rtfpessoa commented 7 years ago

Merging this for now. Will see if newer versions have any improvements that make sense.