Skip to content

Commit 0a3be1e

Browse files
committed
HBX-3053: Update some identifiers from 6.6.20.Final to 6.6.21.Final
Signed-off-by: Koen Aers <[email protected]>
1 parent e07a5d7 commit 0a3be1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/docs/5-minute-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ tutorial. Now we can tackle the `build.gradle` file.
8484
## Modify the generated `app\build.gradle` file
8585

8686
We have to specify the use of the Gradle plugin in the `plugin` section of the `build.gradle` file.
87-
So we add `id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20.Final'` to that section.
87+
So we add `id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21.Final'` to that section.
8888

8989
```groovy
9090
...
9191
plugins {
9292
...
93-
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20.Final'
93+
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21.Final'
9494
}
9595
...
9696
```
@@ -114,7 +114,7 @@ with the contents as shown below.
114114
```groovy
115115
plugins {
116116
id 'application'
117-
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20.Final'
117+
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21.Final'
118118
}
119119
120120
repositories {

gradle/docs/examples/5-minute-tutorial/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
plugins {
99
// Apply the application plugin to add support for building a CLI application in Java.
1010
id 'application'
11-
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20.Final'
11+
id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21.Final'
1212
}
1313

1414
repositories {

0 commit comments

Comments
 (0)