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

Commit d7745b1

Browse files
committed
Version bumped to 1.8.2 + Doc updated
1 parent 604c539 commit d7745b1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

AwsSdkGrailsPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class AwsSdkGrailsPlugin {
22

3-
def version = "1.8.0"
3+
def version = "1.8.2"
44
def grailsVersion = "2.0 > *"
5-
def loadAfter = ['services', 'controllers']
5+
//def loadAfter = ['services', 'controllers']
66

77
def title = "AWS SDK Plugin"
88
def author = "Benoit Hediard"

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.8.0'
41+
runtime ':aws-sdk:1.8.2'
4242
}
4343
}
4444
```
@@ -105,6 +105,7 @@ AWS clients supported by [AWS SDK for Java](http://aws.amazon.com/sdkforjava/):
105105
**WARNING**: Breaking change, since V1.4.5, new **DynamoDB** API Version 2012-08-10 are used (package *com.amazonaws.services.dynamodbv2* instead of *com.amazonaws.services.dynamodb* ).
106106
If you are using DynamoDB, please update your calls to the API.
107107

108+
* 2014-06-27 **V1.8.2** : AWS SDK for Java updated to V1.8.2
108109
* 2014-06-23 **V1.8.0** : AWS SDK for Java updated to V1.8.0
109110
* 2014-05-23 **V1.7.11** : AWS SDK for Java updated to V1.7.11
110111
* 2014-04-28 **V1.7.7** : AWS SDK for Java updated to V1.7.7

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.8.0'
19+
runtime ':aws-sdk:1.8.2'
2020
}
2121
}
2222
{code}

src/docs/guide/introduction.gdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ h3. Latest releases
5252
If you are using DynamoDB, please update your calls to the API.
5353
{warning}
5454

55+
* 2014-06-27 *V1.8.2* : AWS SDK for Java updated to V1.8.2
5556
* 2014-06-23 *V1.8.0* : AWS SDK for Java updated to V1.8.0
5657
* 2014-05-23 *V1.7.11* : AWS SDK for Java updated to V1.7.11
5758
* 2014-04-28 *V1.7.7* : AWS SDK for Java updated to V1.7.7

0 commit comments

Comments
 (0)