Skip to content

Commit 09c3bb0

Browse files
committed
try templating off RxAndroid
1 parent 605bd42 commit 09c3bb0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

gradle.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC21
2+
VERSION_NAME=2.11.0-RC22
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX
@@ -11,4 +11,8 @@ POM_SCM_DEV_CONNECTION=scm:git:git@github.com:ReactiveX/RxJavaFX.git
1111

1212
POM_LICENCE_NAME=The Apache Software License, Version 2.0
1313
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
14-
POM_LICENCE_DIST=repo
14+
POM_LICENCE_DIST=repo
15+
16+
sonatypeRepo=null
17+
sonatypeUsername=null
18+
sonatypePassword=null

0 commit comments

Comments
 (0)