Skip to content

Commit adad4db

Browse files
committed
try to create pom manually
1 parent 1f805ab commit adad4db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ bintray {
128128
pom {
129129
name = POM_NAME
130130
description = POM_DESCRIPTION
131-
url = POM_URL
132131
licenses {
133132
license {
134133
name = POM_LICENCE_NAME

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC29
2+
VERSION_NAME=2.11.0-RC30
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)