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

Commit 2851750

Browse files
committed
Version bumped to 1.10.11 + Doc updated
1 parent 3d7a853 commit 2851750

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

AwsSdkGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AwsSdkGrailsPlugin {
22

3-
def version = "1.10.3"
3+
def version = "1.10.11"
44
def grailsVersion = "2.0 > *"
55
//def loadAfter = ['services', 'controllers']
66

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ grails.project.dependency.resolution = {
3838
}
3939
plugins {
4040
// here go your plugin dependencies
41-
runtime ':aws-sdk:1.10.0'
41+
runtime ':aws-sdk:1.10.11'
4242
}
4343
}
4444
```
@@ -107,6 +107,7 @@ AWS clients supported by [AWS SDK for Java](http://aws.amazon.com/sdkforjava/):
107107

108108
# Latest releases
109109

110+
* 2015-08-20 **V1.10.11** : AWS SDK for Java updated to V1.10.11
110111
* 2015-07-07 **V1.10.3** : AWS SDK for Java updated to V1.10.3
111112
* 2015-06-13 **V1.10.0** : AWS SDK for Java updated to V1.10.0
112113
* 2015-06-05 **V1.9.40** : AWS SDK for Java updated to V1.9.40

src/docs/guide/installation.gdoc

Lines changed: 1 addition & 1 deletion
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.3'
19+
runtime ':aws-sdk:1.10.11'
2020
}
2121
}
2222
{code}

src/docs/guide/introduction.gdoc

Lines changed: 1 addition & 0 deletions
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+
* 2015-08-20 *V1.10.11* : AWS SDK for Java updated to V1.10.11
5657
* 2015-07-07 *V1.10.3* : AWS SDK for Java updated to V1.10.3
5758
* 2015-06-13 *V1.10.0* : AWS SDK for Java updated to V1.10.0
5859
* 2015-06-05 *V1.9.40* : AWS SDK for Java updated to V1.9.40

0 commit comments

Comments
 (0)