File tree Expand file tree Collapse file tree 2 files changed +3
-32
lines changed Expand file tree Collapse file tree 2 files changed +3
-32
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ repositories {
45
45
}
46
46
47
47
dependencies {
48
- compile ' io.reactivex.rxjava2:rxjava:2.2.2 '
48
+ compile ' io.reactivex.rxjava2:rxjava:2.2.4 '
49
49
compile " org.openjfx:javafx-base:11:${ platform} "
50
50
compile " org.openjfx:javafx-graphics:11:${ platform} "
51
51
compile " org.openjfx:javafx-controls:11:${ platform} "
52
- testCompile ' junit:junit-dep:4.+ '
52
+ testCompile ' junit:junit-dep:4.12 '
53
53
testCompile ' org.mockito:mockito-core:1.8.5'
54
54
}
55
55
@@ -124,35 +124,6 @@ bintray {
124
124
configurations = [' archives' ]
125
125
126
126
publish = true
127
-
128
- pom {
129
- name = POM_NAME
130
- description = POM_DESCRIPTION
131
- licenses {
132
- license {
133
- name = POM_LICENCE_NAME
134
- url = POM_SCM_URL
135
- distribution = POM_LICENCE_DIST
136
- }
137
- }
138
- developers {
139
- developer {
140
- id = " thomasnield"
141
- name = " Thomas Nield"
142
-
143
- }
144
- }
145
- scm {
146
- connection = POM_SCM_CONNECTION
147
- developerConnection = POM_SCM_DEV_CONNECTION
148
- url
= " scm:git:[email protected] :ReactiveX/RxJavaFX.git"
149
- }
150
- issueManagement {
151
- system = " github"
152
- url = " https://github.com/ReactiveX/RxJavaFX/issues"
153
- }
154
- }
155
-
156
127
pkg {
157
128
repo = ' RxJava'
158
129
name = ' RxJavaFX'
Original file line number Diff line number Diff line change 1
1
GROUP =io.reactivex.rxjava2
2
- VERSION_NAME =2.11.0-RC30
2
+ VERSION_NAME =2.11.0-RC31
3
3
POM_NAME =RxJavaFX
4
4
POM_PACKAGING =jar
5
5
POM_DESCRIPTION =RxJavaFX
You can’t perform that action at this time.
0 commit comments