Skip to content

Commit

Permalink
change version to projectVersion for use during release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Oct 3, 2024
1 parent d289440 commit 9d4aca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ asciidoctor {
'compat-mode': 'true',
'toc': 'left',
'icons': 'font',
'version': project.version,
'version': project.projectVersion,
'sourcedir': 'src/main/groovy'
baseDirFollowsSourceDir()
outputDir = "${buildDir}/asciidoc"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon, 08 Apr 2024 19:48:24 +0000
version=5.1.0-SNAPSHOT
projectVersion=5.1.0-SNAPSHOT
grailsVersion=5.3.5
grailsGradlePluginVersion=5.3.1
grailsScaffoldingVersion=2.1.0
Expand Down

0 comments on commit 9d4aca0

Please sign in to comment.