Skip to content

Commit

Permalink
Update version 1.5.9 -> 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent 9959ade commit 4d76245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.9
current_version = 1.5.10
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Watson Health Cognitive Services Java SDK Version 1.5.9
# IBM Watson Health Cognitive Services Java SDK Version 1.5.10

## Overview

Expand All @@ -16,7 +16,7 @@ The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to pr
* Java 8 or above.

## Installation
The current version of this SDK is: 1.5.9
The current version of this SDK is: 1.5.10

#### WHCS service (Option 1)
To define a dependency on the WHCS service contained in the project, use a dependency like these:
Expand All @@ -27,14 +27,14 @@ To define a dependency on the WHCS service contained in the project, use a depen
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>ibm-whcs-services</artifactId>
<version>1.5.9</version>
<version>1.5.10</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.9'
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.10'
```

#### Annotator for Clinical Data service (Option 2)
Expand All @@ -46,13 +46,13 @@ To define a dependency on the Annotator for Clinical Data service, use a depende
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>annotator-for-clinical-data</artifactId>
<version>1.5.9</version>
<version>1.5.10</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.9'
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.10'
```
The artifact ID is listed in the table above.

Expand Down

0 comments on commit 4d76245

Please sign in to comment.