Skip to content

Commit fa076e7

Browse files
committed
Add SNAPSHOT to version
1 parent 170e4e5 commit fa076e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply plugin: 'io.spring.dependency-management'
3535

3636
allprojects {
3737
group 'org.radarbase'
38-
version '3.0.0' // project version
38+
version '3.0.0-keycloak-SNAPSHOT' // project version
3939

4040
// The comment on the previous line is only there to identify the project version line easily
4141
// with a sed command, to auto-update the version number with the prepare-release-branch.sh

0 commit comments

Comments
 (0)