Skip to content

Commit

Permalink
release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtobard committed Oct 17, 2017
1 parent e2d5a7d commit 3205d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/


version '1.0.beta'
version '1.0'


ext.rundeckPluginVersion = '1.2'
Expand Down Expand Up @@ -44,7 +44,7 @@ configurations {
}

dependencies {
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.10.0-SNAPSHOT'
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.10.0'
pluginLibs group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.10.67'
testCompile "org.codehaus.groovy:groovy-all:2.3.7"
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
Expand All @@ -68,4 +68,4 @@ jar {
attributes 'Rundeck-Plugin-Libs': "${libList}"
}
dependsOn(copyToLib)
}
}

0 comments on commit 3205d1a

Please sign in to comment.