Skip to content

Commit ca0e9be

Browse files
Update version numbers from 9.0.0 -> 9.0.0-rc.2
1 parent b794bb6 commit ca0e9be

File tree

16 files changed

+48
-36
lines changed

16 files changed

+48
-36
lines changed

.bumpversion.cfg

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,41 @@
11
[bumpversion]
2-
current_version = 9.0.0
2+
current_version = 9.0.0-rc.2
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55
search = {current_version}
66
replace = {new_version}
7-
87
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>\-rc\.\d+)?
9-
serialize =
10-
{major}.{minor}.{patch}{rc}
11-
{major}.{minor}.{patch}
8+
serialize =
9+
{major}.{minor}.{patch}{rc}
10+
{major}.{minor}.{patch}
1211

1312
[bumpversion:file:gradle.properties]
13+
1414
[bumpversion:file:README.md]
15+
1516
[bumpversion:file:assistant/README.md]
17+
1618
[bumpversion:file:compare-comply/README.md]
19+
1720
[bumpversion:file:discovery/README.md]
21+
1822
[bumpversion:file:language-translator/README.md]
23+
1924
[bumpversion:file:natural-language-classifier/README.md]
25+
2026
[bumpversion:file:natural-language-understanding/README.md]
27+
2128
[bumpversion:file:personality-insights/README.md]
29+
2230
[bumpversion:file:speech-to-text/README.md]
31+
2332
[bumpversion:file:text-to-speech/README.md]
33+
2434
[bumpversion:file:tone-analyzer/README.md]
35+
2536
[bumpversion:file:visual-recognition/README.md]
37+
2638
[bumpversion:file:docker/pom.xml]
27-
[bumpversion:file:examples/build.gradle]
2839

40+
[bumpversion:file:examples/build.gradle]
2941

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>9.0.0</version>
73+
<version>9.0.0-rc.2</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>9.0.0</version>
83+
<version>9.0.0-rc.2</version>
8484
</dependency>
8585
```
8686

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

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

9494
Only Assistant:
9595

9696
```gradle
97-
'com.ibm.watson:assistant:9.0.0'
97+
'com.ibm.watson:assistant:9.0.0-rc.2'
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/v9.0.0/ibm-watson-9.0.0-jar-with-dependencies.jar
463+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.0.0-rc.2/ibm-watson-9.0.0-rc.2-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>9.0.0</version>
11+
<version>9.0.0-rc.2</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

1515
##### Gradle
1616

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

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:9.0.0'
18+
'com.ibm.watson:discovery:9.0.0-rc.2'
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>9.0.0</version>
20+
<version>9.0.0-rc.2</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:9.0.0'
37+
compile 'com.ibm.watson:ibm-watson:9.0.0-rc.2'
3838
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=9.0.0
1+
version=9.0.0-rc.2
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>9.0.0</version>
11+
<version>9.0.0-rc.2</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

1515
##### Gradle
1616

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

2121
## Usage

0 commit comments

Comments
 (0)