Skip to content

Commit

Permalink
Prepare for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 25, 2023
1 parent ede2a9e commit 2a8fb9d
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 @@ -502,7 +502,7 @@ When migrating your build from jOOQ plugin 4.x to 5.x, follow these steps:
# Changelog

+ Next - TBD
+ 8.2.2 - Upgrade to jOOQ 3.18.7.
+ 8.2.2 - Avoid deprecation warnings when using the plugin with Gradle 9. Upgrade to jOOQ 3.19.1.
+ 8.2.1 - Avoid race condition when running multiple jOOQ tasks in parallel. Upgrade to jOOQ 3.18.4.
+ 8.2 - Upgrade to jOOQ 3.18.2.
+ 8.1 - Ensure build caching compatibility with Gradle 8. Upgrade to jOOQ 3.17.6.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'nu.studer'
version = '8.2.2-DEV'
version = '8.2.2'

configurations.all { Configuration c ->
c.resolutionStrategy.eachDependency { DependencyResolveDetails details ->
Expand Down

0 comments on commit 2a8fb9d

Please sign in to comment.