Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamovich committed Nov 26, 2014
1 parent f34612f commit ee6a5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee6a5a9

Please sign in to comment.