Skip to content

Commit 252c477

Browse files
committed
fix: release prep 1/2
Add organization to pom and set Grails version to `7.0.0`.
1 parent c7dcbcf commit 252c477

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919
projectVersion=7.0.0-SNAPSHOT
20-
grailsVersion=7.0.0-RC2
20+
grailsVersion=7.0.0
2121
javaVersion=17
2222

2323
unboundidLdapSdk=7.0.2

gradle/publish-config.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ extensions.configure(GrailsPublishExtension) {
3535
it.license.name = 'Apache-2.0'
3636
it.title = project.property('pomTitle')
3737
it.desc = project.property('pomDescription')
38+
it.organization {
39+
name = 'Apache Software Foundation'
40+
url = 'https://apache.org/'
41+
}
3842
it.developers = project.property('pomDevelopers') as Map<String, String>
3943
}
4044

0 commit comments

Comments
 (0)