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

Commit 0808c88

Browse files
committed
Version bumped to 1.10.44 + Doc updated
1 parent 8778e53 commit 0808c88

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

AwsSdkGrailsPlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AwsSdkGrailsPlugin {
22

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

README.md

+2-1
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.11'
41+
runtime ':aws-sdk:1.10.44'
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-12-31 **V1.10.44** : AWS SDK for Java updated to V1.10.44
110111
* 2015-08-20 **V1.10.11** : AWS SDK for Java updated to V1.10.11
111112
* 2015-07-07 **V1.10.3** : AWS SDK for Java updated to V1.10.3
112113
* 2015-06-13 **V1.10.0** : AWS SDK for Java updated to V1.10.0

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.11'
19+
runtime ':aws-sdk:1.10.44'
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+
* 2015-12-31 *V1.10.44* : AWS SDK for Java updated to V1.10.44
5657
* 2015-08-20 *V1.10.11* : AWS SDK for Java updated to V1.10.11
5758
* 2015-07-07 *V1.10.3* : AWS SDK for Java updated to V1.10.3
5859
* 2015-06-13 *V1.10.0* : AWS SDK for Java updated to V1.10.0

0 commit comments

Comments
 (0)