Skip to content

Commit 5b302a8

Browse files
committed
Prepare release 1.9.0
1 parent 8dbe7ac commit 5b302a8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ To use the plugin, include in your build script:
2828
plugins {
2929
// Option A: When your root project has a SourceSet
3030
// e.g. the root project is applying the java/groovy/kotlin plugin as well
31-
id "com.github.andygoossens.modernizer" version "1.8.0"
31+
id "com.github.andygoossens.modernizer" version "1.9.0"
3232
// Option B: When your root project does not have a SourceSet
33-
id "com.github.andygoossens.modernizer" version "1.8.0" apply false
33+
id "com.github.andygoossens.modernizer" version "1.9.0" apply false
3434
}
3535
3636
repositories {
@@ -208,6 +208,7 @@ The table below describes how they relate to each other.
208208
| 1.6.x | 2.3.0 |
209209
| 1.7.x | 2.5.0 |
210210
| 1.8.x | 2.6.0 |
211+
| 1.9.x | 2.7.0 |
211212

212213
Note that you can override the default version of Modernizer Maven Plugin which will be used.
213214
Specify in the `toolVersion` extension property the version that you want to use. Pay attention:

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Next version
22

3+
### Version 1.9.0 (September 30, 2023)
4+
35
* Update Gradle plugin publishing configuration
46
* Support Modernizer Maven Plugin 2.7.0
57

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply from: "$rootDir/gradle/gradle-plugin-publishing.gradle"
1010
// 2) Gradle Plugins Portal: publishPlugins
1111

1212
group = 'com.github.andygoossens'
13-
version = '1.9.0-SNAPSHOT'
13+
version = '1.9.0'
1414

1515
dependencies {
1616
compileOnly 'org.gaul:modernizer-maven-plugin:2.7.0'

0 commit comments

Comments
 (0)