File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,14 @@ publishing {
8989
9090 groupId GROUP
9191 version VERSION_NAME
92+ artifactId ARTIFACT_ID
93+
94+
9295 pom {
9396 name = POM_NAME
9497 description = POM_DESCRIPTION
9598 url = POM_URL
99+
96100 licenses {
97101 license {
98102 name = POM_LICENCE_NAME
@@ -105,6 +109,8 @@ publishing {
105109 id = " thomasnield"
106110 name = " Thomas Nield"
107111 email = " thomasnield@live.com"
112+ organization = " ReactiveX"
113+ organizationUrl = " http://reactivex.io/"
108114 }
109115 }
110116 scm {
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ GROUP=io.reactivex.rxjava2
22VERSION_NAME =2.11.0-RC32
33POM_NAME =RxJavaFX
44POM_PACKAGING =jar
5- POM_DESCRIPTION =RxJavaFX
5+ POM_DESCRIPTION =RxJava extensions for JavaFX
66
7+ ARTIFACT_ID =rxjavafx
78POM_URL =https://github.com/ReactiveX/RxJavaFX
89POM_SCM_URL =https://github.com/ReactiveX/RxJavaFX
910POM_SCM_CONNECTION =scm:git:https://github.com/ReactiveX/RxJavaFX.git
You can’t perform that action at this time.
0 commit comments