Skip to content

Commit

Permalink
Upgrade example and readme to plugin version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnonnenmacher committed Dec 4, 2017
1 parent 5c8eec4 commit eee9e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ like this:

```groovy
buildscript {
ext.jenkinsJobdslPluginVersion = '2.1.0'
ext.jenkinsJobdslPluginVersion = '2.1.1'
repositories {
maven {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.jenkinsJobdslPluginVersion = '2.1.0'
ext.jenkinsJobdslPluginVersion = '2.1.1'

repositories {
maven {
Expand Down

0 comments on commit eee9e0e

Please sign in to comment.