File tree Expand file tree Collapse file tree 14 files changed +29
-29
lines changed
natural-language-classifier
natural-language-understanding Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 6.14 .0
2+ current_version = 7.0 .0
33commit = True
44message = Update version numbers from {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ All the services:
6666<dependency >
6767 <groupId >com.ibm.watson</groupId >
6868 <artifactId >ibm-watson</artifactId >
69- <version >6.14 .0</version >
69+ <version >7.0 .0</version >
7070</dependency >
7171```
7272
@@ -76,7 +76,7 @@ Only Discovery:
7676<dependency >
7777 <groupId >com.ibm.watson</groupId >
7878 <artifactId >discovery</artifactId >
79- <version >6.14 .0</version >
79+ <version >7.0 .0</version >
8080</dependency >
8181```
8282
@@ -85,13 +85,13 @@ Only Discovery:
8585All the services:
8686
8787``` gradle
88- 'com.ibm.watson:ibm-watson:6.14 .0'
88+ 'com.ibm.watson:ibm-watson:7.0 .0'
8989```
9090
9191Only Assistant:
9292
9393``` gradle
94- 'com.ibm.watson:assistant:6.14 .0'
94+ 'com.ibm.watson:assistant:7.0 .0'
9595```
9696
9797##### JAR
@@ -401,4 +401,4 @@ We do :sunglasses: http://ibm.github.io/
401401[ ibm-cloud-onboarding ] : http://cloud.ibm.com/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Java
402402
403403
404- [ jar ] : https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-6.14 .0/java-sdk-6.14 .0-jar-with-dependencies.jar
404+ [ jar ] : https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.0 .0/java-sdk-7.0 .0-jar-with-dependencies.jar
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >assistant</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:assistant:6.14 .0'
16+ 'com.ibm.watson:assistant:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >compare-comply</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson.developer_cloud:compare-comply:6.14 .0'
16+ 'com.ibm.watson.developer_cloud:compare-comply:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >discovery</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:discovery:6.14 .0'
16+ 'com.ibm.watson:discovery:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 1- version =6.14 .0
1+ version =7.0 .0
22group =com.ibm.watson
33
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >language-translator</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:language-translator:6.14 .0'
16+ 'com.ibm.watson:language-translator:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >natural-language-classifier</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:natural-language-classifier:6.14 .0'
16+ 'com.ibm.watson:natural-language-classifier:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >natural-language-understanding</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:natural-language-understanding:6.14 .0'
16+ 'com.ibm.watson:natural-language-understanding:7.0 .0'
1717```
1818
1919## Usage
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >com.ibm.watson</groupId >
99 <artifactId >personality-insights</artifactId >
10- <version >6.14 .0</version >
10+ <version >7.0 .0</version >
1111</dependency >
1212```
1313
1414##### Gradle
1515``` gradle
16- 'com.ibm.watson:personality-insights:6.14 .0'
16+ 'com.ibm.watson:personality-insights:7.0 .0'
1717```
1818
1919## Usage
You can’t perform that action at this time.
0 commit comments