We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6711a commit e65e6ceCopy full SHA for e65e6ce
build.gradle
@@ -91,7 +91,6 @@ publishing {
91
version VERSION_NAME
92
artifactId ARTIFACT_ID
93
94
-
95
pom {
96
name = POM_NAME
97
description = POM_DESCRIPTION
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex.rxjava2
2
-VERSION_NAME=2.11.0-RC32
+VERSION_NAME=2.11.0-RC33
3
POM_NAME=RxJavaFX
4
POM_PACKAGING=jar
5
POM_DESCRIPTION=RxJava extensions for JavaFX
0 commit comments