Skip to content

Commit 3f3cbf3

Browse files
Update version numbers from 8.6.3 -> 9.0.0-rc.1
1 parent fcf41e2 commit 3f3cbf3

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.6.3
2+
current_version = 9.0.0-rc.1
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ All the services:
7070
<dependency>
7171
<groupId>com.ibm.watson</groupId>
7272
<artifactId>ibm-watson</artifactId>
73-
<version>8.6.3</version>
73+
<version>9.0.0</version>
7474
</dependency>
7575
```
7676

@@ -80,21 +80,21 @@ Only Discovery:
8080
<dependency>
8181
<groupId>com.ibm.watson</groupId>
8282
<artifactId>discovery</artifactId>
83-
<version>8.6.3</version>
83+
<version>9.0.0</version>
8484
</dependency>
8585
```
8686

8787
##### Gradle
8888
All the services:
8989

9090
```gradle
91-
'com.ibm.watson:ibm-watson:8.6.3'
91+
'com.ibm.watson:ibm-watson:9.0.0'
9292
```
9393

9494
Only Assistant:
9595

9696
```gradle
97-
'com.ibm.watson:assistant:8.6.3'
97+
'com.ibm.watson:assistant:9.0.0'
9898
```
9999

100100
##### JAR
@@ -460,7 +460,7 @@ We do :sunglasses: http://ibm.github.io/
460460
## Featured projects
461461
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.
462462

463-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.6.3/ibm-watson-8.6.3-jar-with-dependencies.jar
463+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.0.0/ibm-watson-9.0.0-jar-with-dependencies.jar
464464

465465
## Contributors ✨
466466

assistant/README.md

Lines changed: 2 additions & 2 deletions
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>8.6.3</version>
11+
<version>9.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:8.6.3'
18+
'com.ibm.watson:assistant:9.0.0'
1919
```
2020

2121
## Usage

compare-comply/README.md

Lines changed: 2 additions & 2 deletions
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>8.6.3</version>
11+
<version>9.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:compare-comply:8.6.3'
18+
'com.ibm.watson:compare-comply:9.0.0'
1919
```
2020

2121
## Usage

discovery/README.md

Lines changed: 2 additions & 2 deletions
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>8.6.3</version>
11+
<version>9.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:8.6.3'
18+
'com.ibm.watson:discovery:9.0.0'
1919
```
2020

2121
## Usage

docker/pom.xml

Lines changed: 1 addition & 1 deletion
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>8.6.3</version>
20+
<version>9.0.0</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ checkstyle {
3434
}
3535

3636
dependencies {
37-
compile 'com.ibm.watson:ibm-watson:8.6.3'
37+
compile 'com.ibm.watson:ibm-watson:9.0.0'
3838
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=8.6.3
1+
version=9.0.0
22
group=com.ibm.watson
33
org.gradle.parallel=true

language-translator/README.md

Lines changed: 2 additions & 2 deletions
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>8.6.3</version>
11+
<version>9.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

natural-language-classifier/README.md

Lines changed: 2 additions & 2 deletions
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>8.6.3</version>
11+
<version>9.0.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:natural-language-classifier:8.6.3'
18+
'com.ibm.watson:natural-language-classifier:9.0.0'
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)