Skip to content

Commit 7f5a79c

Browse files
committed
Release v1.0.0
1 parent 7eb07ef commit 7f5a79c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.0.0-SNAPSHOT
1+
projectVersion=1.0.0
22
graceVersion=2023.0.0
33
groovyVersion=4.0.22
44
org.gradle.daemon=true

plugin/src/main/groovy/org/grails/plugins/modules/DynamicModulesGrailsPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022-2025 the original author or authors.
2+
* Copyright 2022-2026 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ import grails.util.GrailsUtil
3131
@CompileStatic
3232
class DynamicModulesGrailsPlugin extends DynamicPlugin {
3333

34-
def version = '1.0.0-SNAPSHOT'
34+
def version = '1.0.0'
3535
def grailsVersion = "2023.0.0 > *"
3636

3737
def providedModules = [

0 commit comments

Comments
 (0)