Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 183aa0b

Browse files
committed
Version bumped to 1.11.11 + Doc updated
1 parent 2d3d5d7 commit 183aa0b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ The Grails plugin handles :
1717
* convenient Grails configuration/management of all AWS API clients for each AWS region,
1818
* easy access to all AWS API java clients through the **amazonWebService** Grails service wrapper.
1919

20+
# Grails 3 AWS Plugins
21+
22+
For Grails 3 AWS Plugins, the plugin has been splitted by services.
23+
24+
Please check this article:
25+
https://medium.com/@benorama/aws-sdk-plugins-for-grails-3-cc7f910fdc0d#.82945fvd6
2026

2127
# Installation
2228

@@ -38,7 +44,7 @@ grails.project.dependency.resolution = {
3844
}
3945
plugins {
4046
// here go your plugin dependencies
41-
runtime ':aws-sdk:1.10.44'
47+
runtime ':aws-sdk:1.11.11'
4248
}
4349
}
4450
```
@@ -107,6 +113,7 @@ AWS clients supported by [AWS SDK for Java](http://aws.amazon.com/sdkforjava/):
107113

108114
# Latest releases
109115

116+
* 2016-08-29 **V1.11.11** : AWS SDK for Java updated to V1.11.11
110117
* 2015-12-31 **V1.10.44** : AWS SDK for Java updated to V1.10.44
111118
* 2015-08-20 **V1.10.11** : AWS SDK for Java updated to V1.10.11
112119
* 2015-07-07 **V1.10.3** : AWS SDK for Java updated to V1.10.3

src/docs/guide/installation.gdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ grails.project.dependency.resolution = {
1616
}
1717
plugins {
1818
// here go your plugin dependencies
19-
runtime ':aws-sdk:1.10.44'
19+
runtime ':aws-sdk:1.11.11'
2020
}
2121
}
2222
{code}

src/docs/guide/introduction.gdoc

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ AWS clients supported by "AWS SDK for Java":http://aws.amazon.com/sdkforjava/ :
5353

5454
h3. Latest releases
5555

56+
* 2016-08-29 *V1.11.11* : AWS SDK for Java updated to V1.11.11
5657
* 2015-12-31 *V1.10.44* : AWS SDK for Java updated to V1.10.44
5758
* 2015-08-20 *V1.10.11* : AWS SDK for Java updated to V1.10.11
5859
* 2015-07-07 *V1.10.3* : AWS SDK for Java updated to V1.10.3

0 commit comments

Comments
 (0)