Skip to content

Commit

Permalink
Prepare release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Jan 20, 2023
1 parent a10bd7d commit 3d2f608
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=0.4.0
version=0.4.1
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.vfs.watch=true
1 change: 1 addition & 0 deletions subprojects/documentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ tasks {
"idprefix" to "",
"idseparator" to "-",
"gh-issue" to "https://github.com/britter/maven-plugin-development/issues/",
"gh-pr" to "https://github.com/britter/maven-plugin-development/pull/",
"snippets-path" to "$projectDir/src/docs/snippets"
))
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
= Release History

== 0.4.1

Release date: 2023-01-20

=== Bug fixes

* Make plugin compatible with Java 17 ({gh-pr}89[#89])

== 0.4.0

Release date: 2022-03-11
Expand Down

0 comments on commit 3d2f608

Please sign in to comment.