Skip to content

Commit 9a9292c

Browse files
committed
Increased version to 4.5-SNAPSHOT
1 parent bdf53a5 commit 9a9292c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

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

3737
ext {
38-
isSnapshot = false
39-
fjBaseVersion = "4.4"
38+
isSnapshot = true
39+
fjBaseVersion = "4.5"
4040

4141
snapshotAppendix = "-SNAPSHOT"
4242
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
43-
fjConsumeVersion = "4.3"
43+
fjConsumeVersion = "4.4"
4444

4545
signModule = false
4646
useRetroLambda = true

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)