Skip to content

Commit 51ede02

Browse files
committed
Release 7.1.0.M1
1 parent ef83e1e commit 51ede02

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
@@ -20,9 +20,9 @@ project.ext {
2020
projectMinorVersion = "1"
2121
projectPatchVersion = "0"
2222
// releaseType = "RELEASE"
23-
// releaseType = "M1"
23+
releaseType = "M1"
2424
// releaseType = "RC1"
25-
releaseType = "BUILD-SNAPSHOT"
25+
// releaseType = "BUILD-SNAPSHOT"
2626

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

0 commit comments

Comments
 (0)