Skip to content

Commit 682d8e8

Browse files
committed
Prepare release 1.0.2
1 parent 31dbc26 commit 682d8e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maven Plugin Development Gradle plugin - Changelog
22

3-
## Version 1.1
3+
## Version 1.0.2
44

55
* [Fixed][295](https://github.com/gradlex-org/maven-plugin-development/issues/295) Build no longer fails when Mojo project depends on a Kotlin library project. Thanks to @DreierF.
66

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.gradlex"
11-
version = "1.1"
11+
version = "1.0.2"
1212

1313
java {
1414
toolchain.languageVersion = JavaLanguageVersion.of(8)

0 commit comments

Comments
 (0)