diff --git a/README.md b/README.md index 74fb05aa17981d02d4fe23b5ecabd9b0568e35df..683ee18c125437c25baaa7255d0089ba5e057f36 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ buildscript { } } dependencies { - classpath 'edu.wisc.doit.gradle:continuous-publish-plugin:0.1.0' + classpath 'edu.wisc.doit.gradle:continuous-publish-plugin:<current_version>' } } ``` +Replace *<current_version>* with the current version of this project. + Note the `codeDoitUsername` and `codeDoitPassword` properties. This project is distributed via the [Shared Tools Maven Artifact Repository](https://wiki.doit.wisc.edu/confluence/display/ST/Maven+Repository+Manager), diff --git a/build.gradle b/build.gradle index eeecbb17366e9988b590dee0e1a8d69f49ed5168..3f2673c9bc2a24f8d372a72b7e17c4d36f229018 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'edu.wisc.doit.gradle' -version '0.2.2' +version '0.2.3' apply plugin: 'groovy' apply plugin: 'idea'