Skip to content

Commit f6401b2

Browse files
Update version numbers from 10.1.0 -> 11.0.0
1 parent d8dd3fb commit f6401b2

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 = 10.1.0
2+
current_version = 11.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
@@ -23,7 +23,7 @@ All the services:
2323
<dependency>
2424
<groupId>com.ibm.watson</groupId>
2525
<artifactId>ibm-watson</artifactId>
26-
<version>10.1.0</version>
26+
<version>11.0.0</version>
2727
</dependency>
2828
```
2929

@@ -33,21 +33,21 @@ Only Discovery:
3333
<dependency>
3434
<groupId>com.ibm.watson</groupId>
3535
<artifactId>discovery</artifactId>
36-
<version>10.1.0</version>
36+
<version>11.0.0</version>
3737
</dependency>
3838
```
3939

4040
##### Gradle
4141
All the services:
4242

4343
```gradle
44-
'com.ibm.watson:ibm-watson:10.1.0'
44+
'com.ibm.watson:ibm-watson:11.0.0'
4545
```
4646

4747
Only Assistant:
4848

4949
```gradle
50-
'com.ibm.watson:assistant:10.1.0'
50+
'com.ibm.watson:assistant:11.0.0'
5151
```
5252

5353
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).
@@ -463,7 +463,7 @@ We do :sunglasses: http://ibm.github.io/
463463
## Featured projects
464464
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.
465465

466-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v10.1.0/ibm-watson-10.1.0-jar-with-dependencies.jar
466+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v11.0.0/ibm-watson-11.0.0-jar-with-dependencies.jar
467467

468468
## Contributors ✨
469469

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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:10.1.0'
18+
'com.ibm.watson:assistant:11.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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:10.1.0'
18+
'com.ibm.watson:discovery:11.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>10.1.0</version>
20+
<version>11.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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:language-translator:10.1.0'
18+
'com.ibm.watson:language-translator:11.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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:natural-language-understanding:10.1.0'
18+
'com.ibm.watson:natural-language-understanding:11.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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:speech-to-text:10.1.0'
18+
'com.ibm.watson:speech-to-text:11.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>10.1.0</version>
11+
<version>11.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

0 commit comments

Comments
 (0)