prepare release 1.1

This commit is contained in:
Vincent Behar 2011-07-28 21:48:09 +02:00
parent 4bb6daabc3
commit 28ec478986
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<author>Vincent Behar</author>
</properties>
<body>
<release version="1.1" date="Not Yet Released" description="Add missing features">
<release version="1.1" date="2011-07-28" description="Import / export jobs">
<action dev="vbehar" type="add">Import jobs (XML or YAML)</action>
<action dev="vbehar" type="add">YAML format is now supported when exporting jobs definitions</action>
<action dev="vbehar" type="add">Support for using an HTTP proxy</action>

View file

@ -11,7 +11,7 @@ Save the following script in a file named "{{rundeck.groovy}}", and execute it w
{code}
// we use Grape (Ivy) to download the lib (and its dependencies) from Maven Central Repository
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='1.0')
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='1.1')
import org.rundeck.api.RundeckClient
rundeck = new RundeckClient("http://localhost:4440", "admin", "admin")