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

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

commit fb6d4b07026658895c6d8e3169c53ef74c769641
Author: James Fredley <[email protected]>
AuthorDate: Wed Apr 30 13:31:11 2025 -0400

    change version from 10.0.2 to 7.0.0-SNAPSHOT now that we are using 
org.apache.grails.profiles group
---
 dependencies.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 20dc98eef8..363255c6a1 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -42,7 +42,7 @@ ext {
             'jquery.version'                     : '3.7.1',
             'jsoup.version'                      : '1.18.3',
             'objenesis.version'                  : '3.4',
-            'profiles.version'                   : '10.0.2',
+            'profiles.version'                   : '7.0.0-SNAPSHOT',
             'gradle-spock.version'               : '2.3-groovy-3.0',
             'gradle-nexus-publish-plugin.version': '2.0.0',
             'spring-boot.version'                : '3.4.5',
@@ -85,7 +85,7 @@ ext {
             'bootstrap.version'            : '5.3.3',
             'commons-codec.version'        : '1.17.1',
             'geb-spock.version'            : '7.0',
-            'grails-profiles.version'      : '10.0.2',
+            'grails-profiles.version'      : '7.0.0-SNAPSHOT',
             'groovy.version'               : '4.0.26',
             'h2.version'                   : '2.3.232',
             'jackson.version'              : '2.18.2',

Reply via email to