We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21be30a commit 792b15fCopy full SHA for 792b15f
build.gradle
@@ -38,9 +38,9 @@ allprojects {
38
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
39
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
40
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
41
- version = '5.7-SNAPSHOT'
42
- // Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
43
- status = 'development'
+ version = '5.7'
+ //status = 'development'
+ status = 'release'
44
}
45
46
// Matches Maven's "project.description".
0 commit comments