Skip to content

Commit b134e47

Browse files
Update version numbers from 9.1.0 -> 9.1.1
1 parent c7576f7 commit b134e47

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 9.1.0
2+
current_version = 9.1.1
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
@@ -79,7 +79,7 @@ All the services:
7979
<dependency>
8080
<groupId>com.ibm.watson</groupId>
8181
<artifactId>ibm-watson</artifactId>
82-
<version>9.1.0</version>
82+
<version>9.1.1</version>
8383
</dependency>
8484
```
8585

@@ -89,21 +89,21 @@ Only Discovery:
8989
<dependency>
9090
<groupId>com.ibm.watson</groupId>
9191
<artifactId>discovery</artifactId>
92-
<version>9.1.0</version>
92+
<version>9.1.1</version>
9393
</dependency>
9494
```
9595

9696
##### Gradle
9797
All the services:
9898

9999
```gradle
100-
'com.ibm.watson:ibm-watson:9.1.0'
100+
'com.ibm.watson:ibm-watson:9.1.1'
101101
```
102102

103103
Only Assistant:
104104

105105
```gradle
106-
'com.ibm.watson:assistant:9.1.0'
106+
'com.ibm.watson:assistant:9.1.1'
107107
```
108108

109109
##### JAR
@@ -473,7 +473,7 @@ We do :sunglasses: http://ibm.github.io/
473473
## Featured projects
474474
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.
475475

476-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.1.0/ibm-watson-9.1.0-jar-with-dependencies.jar
476+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.1.1/ibm-watson-9.1.1-jar-with-dependencies.jar
477477

478478
## Contributors ✨
479479

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.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:9.1.0'
18+
'com.ibm.watson:assistant:9.1.1'
1919
```
2020

2121
## Usage

compare-comply/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>compare-comply</artifactId>
11-
<version>9.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:compare-comply:9.1.0'
18+
'com.ibm.watson:compare-comply:9.1.1'
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.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:9.1.0'
18+
'com.ibm.watson:discovery:9.1.1'
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.1.0</version>
20+
<version>9.1.1</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

examples/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ checkstyle {
3434
}
3535

3636
dependencies {
37-
compile 'com.ibm.watson:ibm-watson:9.1.0'
37+
compile 'com.ibm.watson:ibm-watson:9.1.1'
3838
}

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.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

natural-language-classifier/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-classifier</artifactId>
11-
<version>9.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

1515
##### Gradle
1616

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

2121
## Usage

personality-insights/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>personality-insights</artifactId>
11-
<version>9.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:personality-insights:9.1.0'
18+
'com.ibm.watson:personality-insights:9.1.1'
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.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

1515
##### Gradle
1616

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

2121
## Usage

tone-analyzer/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>tone-analyzer</artifactId>
11-
<version>9.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:tone-analyzer:9.1.0'
18+
'com.ibm.watson:tone-analyzer:9.1.1'
1919
```
2020

2121
## Usage

visual-recognition/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>visual-recognition</artifactId>
11-
<version>9.1.0</version>
11+
<version>9.1.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:visual-recognition:9.1.0'
18+
'com.ibm.watson:visual-recognition:9.1.1'
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)