Skip to content

Commit 7e1fd21

Browse files
committed
Updates for 6.0.0-SNAPSHOT
1 parent 78e62b4 commit 7e1fd21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Versions
1414
| Grails | Wrapper |
1515
|---------------|---------------------------------------------------------------|
1616
| 5.0.0 - 5.3.3 | [3.0.0.M1](https://github.com/grails/grails-wrapper/releases) |
17-
| 5.3.4 - 5.3.X | [3.1.0](https://github.com/grails/grails-wrapper/releases) |
18-
| 6.x.x | [4.0.0](https://github.com/grails/grails-wrapper/releases) |
19-
| 7.x.x | [5.0.x](https://github.com/grails/grails-wrapper/releases) |
17+
| 5.3.4 - 5.3.X | [3.1.x](https://github.com/grails/grails-wrapper/releases) |
18+
| 6.x.x | [4.0.x](https://github.com/grails/grails-wrapper/releases) |
19+
| 7.x.x | [6.0.x](https://github.com/grails/grails-wrapper/releases) |
2020

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=5.0.3-SNAPSHOT
1+
projectVersion=6.0.0-SNAPSHOT
22
grailsVersion=7.0.0-SNAPSHOT
33
grailsGradlePluginVersion=7.0.0-SNAPSHOT
44
groovyVersion=4.0.23

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)