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

jonnybot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new d20ae485 Use semantic version
d20ae485 is described below

commit d20ae485eef42e62b3813380163448715581a157
Author: Jonny Carter <[email protected]>
AuthorDate: Fri Sep 5 15:09:51 2025 -0500

    Use semantic version
---
 buildSrc/src/main/groovy/geb.coordinates.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildSrc/src/main/groovy/geb.coordinates.gradle 
b/buildSrc/src/main/groovy/geb.coordinates.gradle
index 93541ed8..75025c96 100644
--- a/buildSrc/src/main/groovy/geb.coordinates.gradle
+++ b/buildSrc/src/main/groovy/geb.coordinates.gradle
@@ -16,5 +16,5 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-version = '8.0-SNAPSHOT'
-group = 'org.apache.groovy.geb'
\ No newline at end of file
+version = '8.0.0-SNAPSHOT'
+group = 'org.apache.groovy.geb'

Reply via email to