Skip to content

Commit 6e5fbf0

Browse files
authored
Merge pull request #977 from watson-developer-cloud/codegen-updates
Release v6.4.0
2 parents a063022 + 43dd1e3 commit 6e5fbf0

File tree

53 files changed

+3029
-720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3029
-720
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 6.3.0
2+
current_version = 6.4.0
33
commit = True
4+
message = docs: Update version numbers from {current_version} -> {new_version}
45

56
[bumpversion:file:README.md]
67

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ All the services:
6060
<dependency>
6161
<groupId>com.ibm.watson.developer_cloud</groupId>
6262
<artifactId>java-sdk</artifactId>
63-
<version>6.3.1</version>
63+
<version>6.4.0</version>
6464
</dependency>
6565
```
6666

@@ -70,7 +70,7 @@ Only Discovery:
7070
<dependency>
7171
<groupId>com.ibm.watson.developer_cloud</groupId>
7272
<artifactId>discovery</artifactId>
73-
<version>6.3.1</version>
73+
<version>6.4.0</version>
7474
</dependency>
7575
```
7676

@@ -79,13 +79,13 @@ Only Discovery:
7979
All the services:
8080

8181
```gradle
82-
'com.ibm.watson.developer_cloud:java-sdk:6.3.1'
82+
'com.ibm.watson.developer_cloud:java-sdk:6.4.0'
8383
```
8484

8585
Only Assistant:
8686

8787
```gradle
88-
'com.ibm.watson.developer_cloud:assistant:6.3.1'
88+
'com.ibm.watson.developer_cloud:assistant:6.4.0'
8989
```
9090

9191
##### Development snapshots
@@ -108,7 +108,7 @@ And then reference the snapshot version on your app module gradle
108108
Only Speech to Text:
109109

110110
```gradle
111-
'com.ibm.watson.developer_cloud:speech-to-text:6.3.1-SNAPSHOT'
111+
'com.ibm.watson.developer_cloud:speech-to-text:6.4.1-SNAPSHOT'
112112
```
113113

114114
##### JAR
@@ -143,10 +143,9 @@ Watson services are migrating to token-based Identity and Access Management (IAM
143143
### Getting credentials
144144
To find out which authentication to use, view the service credentials. You find the service credentials for authentication the same way for all Watson services:
145145

146-
1. Go to the IBM Cloud **[Dashboard][watson-dashboard]** page.
147-
1. Either click an existing Watson service instance or click **Create**.
148-
1. Click **Show** to view your service credentials.
149-
1. Copy the `url` and either `apikey` or `username` and `password`.
146+
1. Go to the IBM Cloud [Dashboard](https://console.bluemix.net/dashboard/apps?category=ai) page.
147+
1. Either click an existing Watson service instance or click [**Create resource > AI**](https://console.bluemix.net/catalog/?category=ai) and create a service instance.
148+
1. Copy the `url` and either `apikey` or `username` and `password`. Click **Show** if the credentials are masked.
150149

151150
In your code, you can use these values in the service constructor or with a method call after instantiating your service.
152151

@@ -376,7 +375,7 @@ Gradle:
376375

377376
```sh
378377
cd java-sdk
379-
gradle jar # build jar file (build/libs/watson-developer-cloud-6.3.1.jar)
378+
gradle jar # build jar file (build/libs/watson-developer-cloud-6.4.0.jar)
380379
gradle test # run tests
381380
gradle check # performs quality checks on source files and generates reports
382381
gradle testReport # run tests and generate the aggregated test report (build/reports/allTests)
@@ -420,7 +419,6 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
420419

421420
[wdc]: https://www.ibm.com/watson/developer/
422421
[ibm_cloud]: https://console.bluemix.net
423-
[watson-dashboard]: https://console.bluemix.net/dashboard/apps?category=watson
424422
[Gradle]: http://www.gradle.org/
425423
[OkHttp]: http://square.github.io/okhttp/
426424
[gson]: https://github.com/google/gson
@@ -430,4 +428,4 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
430428
[ibm-cloud-onboarding]: http://console.bluemix.net/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Java
431429

432430

433-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-6.3.0/java-sdk-6.3.1-jar-with-dependencies.jar
431+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-6.4.0/java-sdk-6.4.0-jar-with-dependencies.jar

assistant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>assistant</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:assistant:6.3.0'
16+
'com.ibm.watson.developer_cloud:assistant:6.4.0'
1717
```
1818

1919
## Usage

conversation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>conversation</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:conversation:6.3.0'
16+
'com.ibm.watson.developer_cloud:conversation:6.4.0'
1717
```
1818

1919
## Usage

discovery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>discovery</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:discovery:6.3.0'
16+
'com.ibm.watson.developer_cloud:discovery:6.4.0'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)