This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ The Grails plugin handles :
17
17
* convenient Grails configuration/management of all AWS API clients for each AWS region,
18
18
* easy access to all AWS API java clients through the ** amazonWebService** Grails service wrapper.
19
19
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
20
26
21
27
# Installation
22
28
@@ -38,7 +44,7 @@ grails.project.dependency.resolution = {
38
44
}
39
45
plugins {
40
46
// here go your plugin dependencies
41
- runtime ':aws-sdk:1.10.44 '
47
+ runtime ':aws-sdk:1.11.11 '
42
48
}
43
49
}
44
50
```
@@ -107,6 +113,7 @@ AWS clients supported by [AWS SDK for Java](http://aws.amazon.com/sdkforjava/):
107
113
108
114
# Latest releases
109
115
116
+ * 2016-08-29 ** V1.11.11** : AWS SDK for Java updated to V1.11.11
110
117
* 2015-12-31 ** V1.10.44** : AWS SDK for Java updated to V1.10.44
111
118
* 2015-08-20 ** V1.10.11** : AWS SDK for Java updated to V1.10.11
112
119
* 2015-07-07 ** V1.10.3** : AWS SDK for Java updated to V1.10.3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ grails.project.dependency.resolution = {
16
16
}
17
17
plugins {
18
18
// here go your plugin dependencies
19
- runtime ':aws-sdk:1.10.44 '
19
+ runtime ':aws-sdk:1.11.11 '
20
20
}
21
21
}
22
22
{code}
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ AWS clients supported by "AWS SDK for Java":http://aws.amazon.com/sdkforjava/ :
53
53
54
54
h3. Latest releases
55
55
56
+ * 2016-08-29 *V1.11.11* : AWS SDK for Java updated to V1.11.11
56
57
* 2015-12-31 *V1.10.44* : AWS SDK for Java updated to V1.10.44
57
58
* 2015-08-20 *V1.10.11* : AWS SDK for Java updated to V1.10.11
58
59
* 2015-07-07 *V1.10.3* : AWS SDK for Java updated to V1.10.3
You can’t perform that action at this time.
0 commit comments