Skip to content

Commit

Permalink
Set project version to SNAPSHOT until released
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Jan 22, 2025
1 parent 72c8a9a commit e43545e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=5.0.0
projectVersion=5.0.0-SNAPSHOT
grailsVersion=7.0.0-SNAPSHOT

# The bom will pull 6.x because it's inherited from spring, and we do not override it.
Expand All @@ -7,4 +7,4 @@ hibernateVersion=5.6.15.Final
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 comments on commit e43545e

Please sign in to comment.