Skip to content

Commit 9f8b14b

Browse files
committed
Merge branch 'master' into rebrand
2 parents f25c756 + c0748a5 commit 9f8b14b

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.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 = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.3](https://github.com/merative/acd-java-sdk/compare/2.0.2...2.0.3) (2023-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Renamed URL Updates ([e79a52a](https://github.com/merative/acd-java-sdk/commit/e79a52a76613834823247a73551b127789d62b60))
7+
18
## [2.0.2](https://github.com/merative/whcs-java-sdk/compare/2.0.1...2.0.2) (2023-04-08)
29

310

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Merative Annotator for Clinical Data Java SDK Version 2.0.2
1+
# Merative Annotator for Clinical Data Java SDK Version 2.0.3
22

33
## Overview
44

@@ -16,7 +16,7 @@ This Java SDK allows developers to programmatically interact with the following
1616
* Java 8 or above.
1717

1818
## Installation
19-
The current version of this SDK is: 2.0.2
19+
The current version of this SDK is: 2.0.3
2020

2121
#### Parent Project (Option 1)
2222
To define a dependency on the parent project `acd-sdk`, use a dependency like these:
@@ -27,14 +27,14 @@ To define a dependency on the parent project `acd-sdk`, use a dependency like th
2727
<dependency>
2828
<groupId>com.merative.acd</groupId>
2929
<artifactId>acd-sdk</artifactId>
30-
<version>2.0.2</version>
30+
<version>2.0.3</version>
3131
</dependency>
3232
```
3333

3434
##### Gradle
3535

3636
```gradle
37-
'com.merative.acd:acd-sdk:2.0.2'
37+
'com.merative.acd:acd-sdk:2.0.3'
3838
```
3939

4040
#### Annotator for Clinical Data Subproject (Option 2)
@@ -46,21 +46,21 @@ To define a dependency on the subproject `annotator-for-clinical-data`, use a de
4646
<dependency>
4747
<groupId>com.merative.acd</groupId>
4848
<artifactId>annotator-for-clinical-data</artifactId>
49-
<version>2.0.2</version>
49+
<version>2.0.3</version>
5050
</dependency>
5151
```
5252

5353
##### Gradle
5454
```gradle
55-
'com.merative.acd:2.0.2'
55+
'com.merative.acd:2.0.3'
5656
```
5757
The artifact ID is listed in the table above.
5858

5959
## Migrating from version 1.x.x
6060

6161
The 2.0 release of the Annotator for Clinical Data Java SDK introduces a Java package name change from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`. For the migration from 1.x.x:
6262

63-
1. Update the Maven dependencies by changing all `acd-sdk` or `annotator-for-clinical-data` dependency version tags to `2.0.2` in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.2`.
63+
1. Update the Maven dependencies by changing all `acd-sdk` or `annotator-for-clinical-data` dependency version tags to `2.0.3` in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.3`.
6464
2. In your application files, update any import declarations from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`.
6565

6666
## Using the SDK

0 commit comments

Comments
 (0)