Skip to content

Commit 2a348f2

Browse files
committed
Release 6.1.12
1 parent 76780ad commit 2a348f2

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
@@ -29,10 +29,10 @@ project.ext {
2929
projectMajorVersion = "6"
3030
projectMinorVersion = "1"
3131
projectPatchVersion = "12"
32-
//releaseType = "RELEASE"
32+
releaseType = "RELEASE"
3333
// releaseType = "M2"
3434
// releaseType = "RC2"
35-
releaseType = "BUILD-SNAPSHOT"
35+
//releaseType = "BUILD-SNAPSHOT"
3636

3737
// overall project version
3838
projectVersion = "${projectMajorVersion}.${projectMinorVersion}.${projectPatchVersion}"

0 commit comments

Comments
 (0)