Skip to content

Commit 60e2f61

Browse files
committed
ci: Add missing name properties in generated POMs
1 parent 7a125b2 commit 60e2f61

File tree

13 files changed

+13
-9
lines changed

13 files changed

+13
-9
lines changed

.utility/bintray-config.template

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@
55
"issue_tracker_url": "https://github.com/watson-developer-cloud/java-sdk/issues",
66
"subject": "${BINTRAY_REPO_OWNER}",
77
"website_url": "https://github.com/watson-developer-cloud/java-sdk",
8-
"name": "${BINTRAY_PKG_NAME}",
9-
"description": "Java client library to use the IBM Watson APIs",
10-
"url": "https://github.com/watson-developer-cloud/java-sdk",
11-
"licenses": [
12-
{
13-
"name": "The Apache License, Version 2.0",
14-
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
15-
}
16-
]
8+
"name": "${BINTRAY_PKG_NAME}"
179
},
1810

1911
"version": {

assistant/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ task writeNewPom {
7272
doLast {
7373
pom {
7474
project {
75+
name 'IBM Watson Java SDK - Assistant'
7576
packaging 'jar'
7677
description 'Java client library to use the IBM Assistant API'
7778
url 'https://cloud.ibm.com/developer/watson/dashboard'

compare-comply/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ task writeNewPom {
7272
doLast {
7373
pom {
7474
project {
75+
name 'IBM Watson Java SDK - Compare and Comply'
7576
packaging 'jar'
7677
description 'Java client library to use the IBM Compare and Comply API'
7778
url 'https://cloud.ibm.com/developer/watson/dashboard'

discovery/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ task writeNewPom {
7676
doLast {
7777
pom {
7878
project {
79+
name 'IBM Watson Java SDK - Discovery'
7980
packaging 'jar'
8081
description 'Java client library to use the IBM Discovery API'
8182
url 'https://cloud.ibm.com/developer/watson/dashboard'

ibm-watson/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ task writeNewPom {
108108
doLast {
109109
pom {
110110
project {
111+
name 'IBM Watson Java SDK'
111112
packaging 'jar'
112113
description 'Java client library to use the IBM Watson APIs'
113114
url 'https://cloud.ibm.com/developer/watson/dashboard'

language-translator/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ task writeNewPom {
7272
doLast {
7373
pom {
7474
project {
75+
name 'IBM Watson Java SDK - Language Translator'
7576
packaging 'jar'
7677
description 'Java client library to use the IBM Language Translator API'
7778
url 'https://cloud.ibm.com/developer/watson/dashboard'

natural-language-classifier/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ task writeNewPom {
7777
doLast {
7878
pom {
7979
project {
80+
name 'IBM Watson Java SDK - Natural Language Classifier'
8081
packaging 'jar'
8182
description 'Java client library to use the IBM Natural Language Classifier API'
8283
url 'https://cloud.ibm.com/developer/watson/dashboard'

natural-language-understanding/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ task writeNewPom {
7272
doLast {
7373
pom {
7474
project {
75+
name 'IBM Watson Java SDK - Natural Language Understanding'
7576
packaging 'jar'
7677
description 'Java client library to use the IBM Natural Language Understanding API'
7778
url 'https://cloud.ibm.com/developer/watson/dashboard'

personality-insights/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ task writeNewPom {
7272
doLast {
7373
pom {
7474
project {
75+
name 'IBM Watson Java SDK - Personality Insights'
7576
packaging 'jar'
7677
description 'Java client library to use the IBM Personality Insights API'
7778
url 'https://cloud.ibm.com/developer/watson/dashboard'

speech-to-text/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ task writeNewPom {
7777
doLast {
7878
pom {
7979
project {
80+
name 'IBM Watson Java SDK - Speech to Text'
8081
packaging 'jar'
8182
description 'Java client library to use the IBM Speech to Text API'
8283
url 'https://cloud.ibm.com/developer/watson/dashboard'

0 commit comments

Comments
 (0)