Skip to content

Commit c1f7da8

Browse files
Update version numbers from 11.0.1 -> 12.0.0
1 parent 5f5c339 commit c1f7da8

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

Diff for: .bumpversion.cfg

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

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All the services:
2121
<dependency>
2222
<groupId>com.ibm.watson</groupId>
2323
<artifactId>ibm-watson</artifactId>
24-
<version>11.0.1</version>
24+
<version>12.0.0</version>
2525
</dependency>
2626
```
2727

@@ -31,21 +31,21 @@ Only Discovery:
3131
<dependency>
3232
<groupId>com.ibm.watson</groupId>
3333
<artifactId>discovery</artifactId>
34-
<version>11.0.1</version>
34+
<version>12.0.0</version>
3535
</dependency>
3636
```
3737

3838
##### Gradle
3939
All the services:
4040

4141
```gradle
42-
'com.ibm.watson:ibm-watson:11.0.1'
42+
'com.ibm.watson:ibm-watson:12.0.0'
4343
```
4444

4545
Only Assistant:
4646

4747
```gradle
48-
'com.ibm.watson:assistant:11.0.1'
48+
'com.ibm.watson:assistant:12.0.0'
4949
```
5050

5151
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).
@@ -474,7 +474,7 @@ We do :sunglasses: http://ibm.github.io/
474474
## Featured projects
475475
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.
476476

477-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v11.0.1/ibm-watson-11.0.1-jar-with-dependencies.jar
477+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v12.0.0/ibm-watson-12.0.0-jar-with-dependencies.jar
478478

479479
## Contributors ✨
480480

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:11.0.1'
18+
'com.ibm.watson:assistant:12.0.0'
1919
```
2020

2121
## Usage

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:11.0.1'
18+
'com.ibm.watson:discovery:12.0.0'
1919
```
2020

2121
## Usage

Diff for: 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>11.0.1</version>
20+
<version>12.0.0</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

Diff for: 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>11.0.1</version>
11+
<version>12.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

0 commit comments

Comments
 (0)