From c8cd95bcf35031495e3809abc52c24d0cf9e36d7 Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Thu, 4 Apr 2024 01:02:21 +0000 Subject: [PATCH] [skip ci] Release v3.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1f0b6d8..2a3a9bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.0.0-SNAPSHOT +projectVersion=3.0.0 # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222