This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch apache-coordinates
in repository https://gitbox.apache.org/repos/asf/grails-wrapper.git

commit bacdab119d7ecde10eef46a09b4e7ba25eb3b8cd
Author: James Fredley <[email protected]>
AuthorDate: Fri Apr 18 17:57:08 2025 -0400

    Switch to version 7.0.x
---
 README.md         | 10 +++++-----
 gradle.properties |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 79f4eec..c898138 100644
--- a/README.md
+++ b/README.md
@@ -16,17 +16,17 @@ Versions
 | 5.0.0 - 5.3.3 | 
[3.0.0.M1](https://github.com/grails/grails-wrapper/releases) |
 | 5.3.4 - 5.3.X | [3.1.x](https://github.com/grails/grails-wrapper/releases)   
 |
 | 6.x.x         | [4.0.x](https://github.com/grails/grails-wrapper/releases)   
 |
-| 7.x.x         | [6.0.x](https://github.com/grails/grails-wrapper/releases)   
 |
+| 7.x.x         | [7.0.x](https://github.com/grails/grails-wrapper/releases)   
 |
 
 Release Process
 ---
 
 - Release new version via GitHub Releases
-- After GitHub action is completed and only after the new release is visible 
on https://central.sonatype.com/artifact/org.grails/grails7-wrapper/versions
-- Update the branch to trigger gradle.yml to publish the next snapshot which 
will update the release version on 
https://repo.grails.org/artifactory/core/org/grails/grails7-wrapper/maven-metadata.xml
+- After GitHub action is completed and only after the new release is visible 
on 
https://central.sonatype.com/artifact/org.apache.grails/grails7-wrapper/versions
+- Update the branch to trigger gradle.yml to publish the next snapshot which 
will update the release version on 
https://repository.apache.org/content/groups/snapshots/org/apache/grails/grails7-wrapper/maven-metadata.xml
 - The release version will be installed locally by grails-wrapper.jar, latest 
is only used when release is not present
 
 ```xml
-    <latest>6.0.1-SNAPSHOT</latest>
-    <release>6.0.0</release>
+    <latest>7.0.1-SNAPSHOT</latest>
+    <release>7.0.0</release>
 ```
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 3e711bc..a07ab54 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-projectVersion=6.0.2-SNAPSHOT
+projectVersion=7.0.0-SNAPSHOT
 gradleNexusPluginVersion=2.3.1
 grailsVersion=7.0.0-SNAPSHOT
 nexusPublishPluginVersion=2.0.0

Reply via email to