We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca522d commit e992180Copy full SHA for e992180
3 files changed
build.gradle
@@ -17,7 +17,7 @@ allprojects {
17
defaultTasks "build"
18
19
ext {
20
- isSnapshot = true
+ isSnapshot = false
21
fjBaseVersion = "4.3"
22
23
snapshotAppendix = "-SNAPSHOT"
etc/release-notes/release-notes-4.3.adoc
@@ -1,7 +1,7 @@
1
2
= Release 4.3
3
4
-Released: Some future date
+Released: 14 February 2015
5
6
== Enhancements
7
@@ -30,6 +30,7 @@ Released: Some future date
30
* Fixed Option.fromNull javadoc (#73)
31
* Fixed Try javadoc (#91)
32
* Fixed stack overflow in TreeMap.update (#97)
33
+* Fixed concurrency issue with P1.memo (#105)
34
35
== Breaking Changes
36
gradle.properties
@@ -2,4 +2,4 @@
sonatypeUsername = incorrectUser
sonatypePassword = incorrectPwd
-signingEnabled = false
+signingEnabled = true
0 commit comments