Skip to content

Commit 9e03200

Browse files
Update version numbers from 9.3.1 -> 10.0.0
1 parent 6edc4e1 commit 9e03200

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 9.3.1
2+
current_version = 10.0.0
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55
search = {current_version}

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All the services:
4343
<dependency>
4444
<groupId>com.ibm.watson</groupId>
4545
<artifactId>ibm-watson</artifactId>
46-
<version>9.3.1</version>
46+
<version>10.0.0</version>
4747
</dependency>
4848
```
4949

@@ -53,21 +53,21 @@ Only Discovery:
5353
<dependency>
5454
<groupId>com.ibm.watson</groupId>
5555
<artifactId>discovery</artifactId>
56-
<version>9.3.1</version>
56+
<version>10.0.0</version>
5757
</dependency>
5858
```
5959

6060
##### Gradle
6161
All the services:
6262

6363
```gradle
64-
'com.ibm.watson:ibm-watson:9.3.1'
64+
'com.ibm.watson:ibm-watson:10.0.0'
6565
```
6666

6767
Only Assistant:
6868

6969
```gradle
70-
'com.ibm.watson:assistant:9.3.1'
70+
'com.ibm.watson:assistant:10.0.0'
7171
```
7272

7373
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
@@ -483,7 +483,7 @@ We do :sunglasses: http://ibm.github.io/
483483
## Featured projects
484484
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
485485

486-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.3.1/ibm-watson-9.3.1-jar-with-dependencies.jar
486+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v10.0.0/ibm-watson-10.0.0-jar-with-dependencies.jar
487487

488488
## Contributors ✨
489489

assistant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>assistant</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:9.3.1'
18+
'com.ibm.watson:assistant:10.0.0'
1919
```
2020

2121
## Usage

discovery/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>discovery</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:9.3.1'
18+
'com.ibm.watson:discovery:10.0.0'
1919
```
2020

2121
## Usage

docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.ibm.watson</groupId>
1919
<artifactId>ibm-watson</artifactId>
20-
<version>9.3.1</version>
20+
<version>10.0.0</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

language-translator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>language-translator</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:language-translator:9.3.1'
18+
'com.ibm.watson:language-translator:10.0.0'
1919
```
2020

2121
## Usage

natural-language-understanding/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>natural-language-understanding</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:natural-language-understanding:9.3.1'
18+
'com.ibm.watson:natural-language-understanding:10.0.0'
1919
```
2020

2121
## Usage

speech-to-text/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>speech-to-text</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:speech-to-text:9.3.1'
18+
'com.ibm.watson:speech-to-text:10.0.0'
1919
```
2020

2121
## Usage

text-to-speech/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>text-to-speech</artifactId>
11-
<version>9.3.1</version>
11+
<version>10.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:text-to-speech:9.3.1'
18+
'com.ibm.watson:text-to-speech:10.0.0'
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)