Skip to content

Commit

Permalink
releasing 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenlenz committed Jun 5, 2020
1 parent f68830b commit 35cb34e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 2.9.0 (2020-06-05)
- Fix resource dir handling [#17](https://github.com/AOEpeople/gradle-jenkins-job-dsl-plugin/pull/17)
- Support for Gradle 6.3
- Remove println of Gradle version [#19](https://github.com/AOEpeople/gradle-jenkins-job-dsl-plugin/pull/19)
= 2.8.0 (2019-11-22)
- Support Gradle 4 to 6
- Support Jenkins 2.121+
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using the Plugin DSL:
.build.gradle
----
plugins {
id 'com.aoe.jenkins-job-dsl' version '2.8.0'
id 'com.aoe.jenkins-job-dsl' version '2.9.0'
}
----

Expand All @@ -41,7 +41,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.gradle-jenkins-job-dsl-plugin:jenkins-job-dsl-gradle-plugin:2.8.0"
classpath "gradle.plugin.gradle-jenkins-job-dsl-plugin:jenkins-job-dsl-gradle-plugin:2.9.0"
}
}
Expand Down

0 comments on commit 35cb34e

Please sign in to comment.