Skip to content

Commit 267984d

Browse files
committed
Increased version to 4.4.2-SNAPSHOT
1 parent 67f1fc9 commit 267984d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ allprojects {
3535
defaultTasks "build"
3636

3737
ext {
38-
isSnapshot = false
39-
fjBaseVersion = "4.4.1"
38+
isSnapshot = true
39+
fjBaseVersion = "4.4.2"
4040

4141
snapshotAppendix = "-SNAPSHOT"
4242
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sonatypeUsername = incorrectUser
33
sonatypePassword = incorrectPwd
44

5-
signingEnabled = true
5+
signingEnabled = false

0 commit comments

Comments
 (0)