Skip to content

Commit 2da017a

Browse files
committed
try again
1 parent 75db432 commit 2da017a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
group = "io.reactivex.rxjava2"
1818
ext.githubProjectName = "RxJavaFX"
1919

20-
version = "2.11.0-RC8"
20+
version = "2.11.0-RC9"
2121

2222
/*
2323
def releaseTag = System.getenv("TRAVIS_TAG");
@@ -162,7 +162,7 @@ if (rootProject.hasProperty("releaseMode")) {
162162
publications = ["mavenJava"]
163163
publish = true
164164
pkg {
165-
repo = "RxJava"
165+
repo = "RxJava/io/reactivex/rxjava2/rxjavafx"
166166
name = "RxJavaFX"
167167
userOrg = "reactivex"
168168
labels = ["rxjava", "reactivex"]

0 commit comments

Comments
 (0)