Skip to content

Commit 277ca85

Browse files
committed
Back to snapshot
1 parent bbf9fdb commit 277ca85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ project.ext {
2121
projectPatchVersion = "0"
2222
// releaseType = "RELEASE"
2323
// releaseType = "M2"
24-
releaseType = "RC2"
25-
// releaseType = "BUILD-SNAPSHOT"
24+
// releaseType = "RC1"
25+
releaseType = "BUILD-SNAPSHOT"
2626

2727
// overall project version
2828
projectVersion = "${projectMajorVersion}.${projectMinorVersion}.${projectPatchVersion}"

0 commit comments

Comments
 (0)