We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605bd42 commit 09c3bb0Copy full SHA for 09c3bb0
1 file changed
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex.rxjava2
2
-VERSION_NAME=2.11.0-RC21
+VERSION_NAME=2.11.0-RC22
3
POM_NAME=RxJavaFX
4
POM_PACKAGING=jar
5
POM_DESCRIPTION=RxJavaFX
@@ -11,4 +11,8 @@ POM_SCM_DEV_CONNECTION=scm:git:git@github.com:ReactiveX/RxJavaFX.git
11
12
POM_LICENCE_NAME=The Apache Software License, Version 2.0
13
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
14
-POM_LICENCE_DIST=repo
+POM_LICENCE_DIST=repo
15
+
16
+sonatypeRepo=null
17
+sonatypeUsername=null
18
+sonatypePassword=null
0 commit comments