From ee6a5a92dee01c20bd65b5b884bd4f4d74d0e44a Mon Sep 17 00:00:00 2001 From: Andrey Adamovich Date: Wed, 26 Nov 2014 10:55:15 +0200 Subject: [PATCH] release 0.3.7 --- README.md | 8 +------- build.gradle | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2176eca..1df70bd 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ Please note that the build also executes some tests against Amazon EC2. In order The easiest way to use **Gramazon** in a **Groovy** script is by importing the dependency using [Grape](http://groovy.codehaus.org/Grape). - @GrabResolver(name='oss', root='https://oss.sonatype.org/content/repositories/snapshots/') - @Grab('com.aestasit.infrastructure.aws:gramazon:0.1-SNAPSHOT') + @Grab('com.aestasit.infrastructure.aws:gramazon:0.3.7') import com.aestasit.infrastructure.aws.* Alternatively, the library can be imported using your favourite build tool. @@ -58,11 +57,6 @@ In order for the class to connect to the Amazon EC2 cloud infrastructure, the _A For a list of available methods, please refer to the **Groovydoc** documentation available in the **Groovydoc** [pages](http://aestasit.github.io/gramazon/groovydoc/index.html) . - -### Gradle Plugin ### - -TODO - ## Credits ## This code is massively dependant on the Amazon SDK for Java. diff --git a/build.gradle b/build.gradle index 65fc577..eb3296d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group = 'com.aestasit.infrastructure.aws' -version = '0.3.7-SNAPSHOT' +version = '0.3.7' apply from: 'repos.gradle' apply from: 'sonar.gradle'