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 {
89
89
90
90
groupId GROUP
91
91
version VERSION_NAME
92
+ artifactId ARTIFACT_ID
93
+
94
+
92
95
pom {
93
96
name = POM_NAME
94
97
description = POM_DESCRIPTION
95
98
url = POM_URL
99
+
96
100
licenses {
97
101
license {
98
102
name = POM_LICENCE_NAME
@@ -105,6 +109,8 @@ publishing {
105
109
id = " thomasnield"
106
110
name = " Thomas Nield"
107
111
112
+ organization = " ReactiveX"
113
+ organizationUrl = " http://reactivex.io/"
108
114
}
109
115
}
110
116
scm {
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ GROUP=io.reactivex.rxjava2
2
2
VERSION_NAME =2.11.0-RC32
3
3
POM_NAME =RxJavaFX
4
4
POM_PACKAGING =jar
5
- POM_DESCRIPTION =RxJavaFX
5
+ POM_DESCRIPTION =RxJava extensions for JavaFX
6
6
7
+ ARTIFACT_ID =rxjavafx
7
8
POM_URL =https://github.com/ReactiveX/RxJavaFX
8
9
POM_SCM_URL =https://github.com/ReactiveX/RxJavaFX
9
10
POM_SCM_CONNECTION =scm:git:https://github.com/ReactiveX/RxJavaFX.git
You can’t perform that action at this time.
0 commit comments