This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
class AwsSdkGrailsPlugin {
2
2
3
- def version = " 1.10.11 "
3
+ def version = " 1.10.44 "
4
4
def grailsVersion = " 2.0 > *"
5
5
// def loadAfter = ['services', 'controllers']
6
6
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ grails.project.dependency.resolution = {
38
38
}
39
39
plugins {
40
40
// here go your plugin dependencies
41
- runtime ':aws-sdk:1.10.11 '
41
+ runtime ':aws-sdk:1.10.44 '
42
42
}
43
43
}
44
44
```
@@ -107,6 +107,7 @@ AWS clients supported by [AWS SDK for Java](http://aws.amazon.com/sdkforjava/):
107
107
108
108
# Latest releases
109
109
110
+ * 2015-12-31 ** V1.10.44** : AWS SDK for Java updated to V1.10.44
110
111
* 2015-08-20 ** V1.10.11** : AWS SDK for Java updated to V1.10.11
111
112
* 2015-07-07 ** V1.10.3** : AWS SDK for Java updated to V1.10.3
112
113
* 2015-06-13 ** V1.10.0** : AWS SDK for Java updated to V1.10.0
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.11 '
19
+ runtime ':aws-sdk:1.10.44 '
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
+ * 2015-12-31 *V1.10.44* : AWS SDK for Java updated to V1.10.44
56
57
* 2015-08-20 *V1.10.11* : AWS SDK for Java updated to V1.10.11
57
58
* 2015-07-07 *V1.10.3* : AWS SDK for Java updated to V1.10.3
58
59
* 2015-06-13 *V1.10.0* : AWS SDK for Java updated to V1.10.0
You can’t perform that action at this time.
0 commit comments