Skip to content

Commit c6f168c

Browse files
docs(version): bump version to 5.0.0
1 parent d686009 commit c6f168c

File tree

12 files changed

+39
-28
lines changed

12 files changed

+39
-28
lines changed

.bumpversion.cfg

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
[bumpversion]
2-
current_version = 4.2.1
2+
current_version = 5.0.0
33

44
[bumpversion:file:README.md]
5+
56
[bumpversion:file:conversation/README.md]
7+
68
[bumpversion:file:discovery/README.md]
9+
710
[bumpversion:file:language-translator/README.md]
11+
812
[bumpversion:file:natural-language-classifier/README.md]
13+
914
[bumpversion:file:natural-language-understanding/README.md]
15+
1016
[bumpversion:file:personality-insights/README.md]
17+
1118
[bumpversion:file:speech-to-text/README.md]
19+
1220
[bumpversion:file:text-to-speech/README.md]
21+
1322
[bumpversion:file:tone-analyzer/README.md]
23+
1424
[bumpversion:file:visual-recognition/README.md]
1525
search = {current_version}
1626
replace = {new_version}
27+

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All the services:
4949
<dependency>
5050
<groupId>com.ibm.watson.developer_cloud</groupId>
5151
<artifactId>java-sdk</artifactId>
52-
<version>4.2.1</version>
52+
<version>5.0.0</version>
5353
</dependency>
5454
```
5555

@@ -59,7 +59,7 @@ Only Discovery:
5959
<dependency>
6060
<groupId>com.ibm.watson.developer_cloud</groupId>
6161
<artifactId>discovery</artifactId>
62-
<version>4.2.1</version>
62+
<version>5.0.0</version>
6363
</dependency>
6464
```
6565

@@ -68,13 +68,13 @@ Only Discovery:
6868
All the services:
6969

7070
```gradle
71-
'com.ibm.watson.developer_cloud:java-sdk:4.2.1'
71+
'com.ibm.watson.developer_cloud:java-sdk:5.0.0'
7272
```
7373

7474
Only Conversation:
7575

7676
```gradle
77-
'com.ibm.watson.developer_cloud:conversation:4.2.1'
77+
'com.ibm.watson.developer_cloud:conversation:5.0.0'
7878
```
7979

8080
##### Development Snapshots
@@ -97,7 +97,7 @@ And then reference the snapshot version on your app module gradle
9797
Only Speech to Text:
9898

9999
```gradle
100-
'com.ibm.watson.developer_cloud:speech-to-text:4.2.1-SNAPSHOT'
100+
'com.ibm.watson.developer_cloud:speech-to-text:5.0.0-SNAPSHOT'
101101
```
102102

103103
##### JAR
@@ -244,7 +244,7 @@ Gradle:
244244

245245
```sh
246246
cd java-sdk
247-
gradle jar # build jar file (build/libs/watson-developer-cloud-4.2.1.jar)
247+
gradle jar # build jar file (build/libs/watson-developer-cloud-5.0.0.jar)
248248
gradle test # run tests
249249
gradle check # performs quality checks on source files and generates reports
250250
gradle testReport # run tests and generate the aggregated test report (build/reports/allTests)
@@ -295,4 +295,4 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
295295
[sonatype_snapshots]: https://oss.sonatype.org/content/repositories/snapshots/com/ibm/watson/developer_cloud/
296296
[vcap_services]: https://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES
297297

298-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-4.2.0/java-sdk-4.2.1-jar-with-dependencies.jar
298+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-4.2.0/java-sdk-5.0.0-jar-with-dependencies.jar

conversation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>conversation</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:conversation:4.2.1'
16+
'com.ibm.watson.developer_cloud:conversation:5.0.0'
1717
```
1818

1919
## Usage

discovery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>discovery</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:discovery:4.2.1'
16+
'com.ibm.watson.developer_cloud:discovery:5.0.0'
1717
```
1818

1919
## Usage

language-translator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>language-translator</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:language-translator:4.2.1'
16+
'com.ibm.watson.developer_cloud:language-translator:5.0.0'
1717
```
1818

1919
## Usage

natural-language-classifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>natural-language-classifier</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

natural-language-understanding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>natural-language-understanding</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

personality-insights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>personality-insights</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:personality-insights:4.2.1'
16+
'com.ibm.watson.developer_cloud:personality-insights:5.0.0'
1717
```
1818

1919
## Usage

speech-to-text/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>speech-to-text</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

text-to-speech/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>text-to-speech</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

tone-analyzer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>tone-analyzer</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:tone-analyzer:4.2.1'
16+
'com.ibm.watson.developer_cloud:tone-analyzer:5.0.0'
1717
```
1818

1919
## Usage

visual-recognition/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson.developer_cloud</groupId>
99
<artifactId>visual-recognition</artifactId>
10-
<version>4.2.1</version>
10+
<version>5.0.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:visual-recognition:4.2.1'
16+
'com.ibm.watson.developer_cloud:visual-recognition:5.0.0'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)