Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 20e78d1

Browse files
committed
Remove RELEASE from the version
1 parent ce9c029 commit 20e78d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ subprojects { subproject ->
182182

183183
if(isPluginProject) {
184184
group "org.grails.plugins"
185-
version project.rootProject.version - '.RELEASE'
185+
version project.rootProject.version
186186
}
187187
else {
188188
group "org.grails"

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ asciidoctor {
6060
'icons' : 'font',
6161
'reproducible' : '',
6262
'version' : project.version,
63-
'pluginVersion' : project.version - '.RELEASE',
63+
'pluginVersion' : project.version,
6464
'sourcedir' : "${project.projectDir}/src/main/groovy"
6565
}
6666

0 commit comments

Comments
 (0)