Skip to content

Commit 3e9321b

Browse files
Update version numbers from 7.4.1 -> 8.0.0
1 parent 71d728f commit 3e9321b

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 = 7.4.1
2+
current_version = 8.0.0
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ All the services:
6464
<dependency>
6565
<groupId>com.ibm.watson</groupId>
6666
<artifactId>ibm-watson</artifactId>
67-
<version>7.4.1</version>
67+
<version>8.0.0</version>
6868
</dependency>
6969
```
7070

@@ -74,21 +74,21 @@ Only Discovery:
7474
<dependency>
7575
<groupId>com.ibm.watson</groupId>
7676
<artifactId>discovery</artifactId>
77-
<version>7.4.1</version>
77+
<version>8.0.0</version>
7878
</dependency>
7979
```
8080

8181
##### Gradle
8282
All the services:
8383

8484
```gradle
85-
'com.ibm.watson:ibm-watson:7.4.1'
85+
'com.ibm.watson:ibm-watson:8.0.0'
8686
```
8787

8888
Only Assistant:
8989

9090
```gradle
91-
'com.ibm.watson:assistant:7.4.1'
91+
'com.ibm.watson:assistant:8.0.0'
9292
```
9393

9494
##### JAR
@@ -420,7 +420,7 @@ We do :sunglasses: http://ibm.github.io/
420420
## Featured projects
421421
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.
422422

423-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.4.1/ibm-watson-7.4.1-jar-with-dependencies.jar
423+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-8.0.0/ibm-watson-8.0.0-jar-with-dependencies.jar
424424

425425
## Contributors ✨
426426

assistant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>assistant</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:assistant:7.4.1'
16+
'com.ibm.watson:assistant:8.0.0'
1717
```
1818

1919
## Usage

compare-comply/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>compare-comply</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:compare-comply:7.4.1'
16+
'com.ibm.watson.developer_cloud:compare-comply:8.0.0'
1717
```
1818

1919
## Usage

discovery/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>discovery</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:discovery:7.4.1'
16+
'com.ibm.watson:discovery:8.0.0'
1717
```
1818

1919
## 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>7.4.1</version>
20+
<version>8.0.0</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=7.4.1
1+
version=8.0.0
22
group=com.ibm.watson
33

language-translator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>language-translator</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:language-translator:7.4.1'
16+
'com.ibm.watson:language-translator:8.0.0'
1717
```
1818

1919
## Usage

natural-language-classifier/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>natural-language-classifier</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:natural-language-classifier:7.4.1'
16+
'com.ibm.watson:natural-language-classifier:8.0.0'
1717
```
1818

1919
## Usage

natural-language-understanding/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>natural-language-understanding</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:natural-language-understanding:7.4.1'
16+
'com.ibm.watson:natural-language-understanding:8.0.0'
1717
```
1818

1919
## Usage

personality-insights/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>personality-insights</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:personality-insights:7.4.1'
16+
'com.ibm.watson:personality-insights:8.0.0'
1717
```
1818

1919
## Usage

speech-to-text/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>speech-to-text</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:speech-to-text:7.4.1'
16+
'com.ibm.watson:speech-to-text:8.0.0'
1717
```
1818

1919
## Usage

text-to-speech/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>text-to-speech</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:text-to-speech:7.4.1'
16+
'com.ibm.watson:text-to-speech:8.0.0'
1717
```
1818

1919
## Usage

tone-analyzer/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>tone-analyzer</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:tone-analyzer:7.4.1'
16+
'com.ibm.watson:tone-analyzer:8.0.0'
1717
```
1818

1919
## Usage

visual-recognition/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>visual-recognition</artifactId>
10-
<version>7.4.1</version>
10+
<version>8.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:visual-recognition:7.4.1'
16+
'com.ibm.watson:visual-recognition:8.0.0'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)