prepare release 2.0

This commit is contained in:
Vincent Behar 2011-08-01 19:56:32 +02:00
parent d28b7d7064
commit f214912215
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<author>Vincent Behar</author>
</properties>
<body>
<release version="2.0" date="Not Yet Released" description="Use RunDeck REST API version 2 (RunDeck 1.3+)">
<release version="2.0" date="2011-08-01" description="Use RunDeck REST API version 2 (RunDeck 1.3+)">
<action dev="vbehar" type="add">Token-based authentication</action>
</release>
<release version="1.2" date="2011-07-31" description="Ad-hoc scripts + history events">

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.2')
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='2.0')
import org.rundeck.api.RundeckClient
rundeck = new RundeckClient("http://localhost:4440", "admin", "admin")