Skip to content

Commit feac97e

Browse files
Update version 2.0.1 -> 2.0.2
1 parent 947f20f commit feac97e

2 files changed

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

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.1
1+
# Merative Annotator for Clinical Data Java SDK Version 2.0.2
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.1
19+
The current version of this SDK is: 2.0.2
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.1</version>
30+
<version>2.0.2</version>
3131
</dependency>
3232
```
3333

3434
##### Gradle
3535

3636
```gradle
37-
'com.merative.acd:acd-sdk:2.0.1'
37+
'com.merative.acd:acd-sdk:2.0.2'
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.1</version>
49+
<version>2.0.2</version>
5050
</dependency>
5151
```
5252

5353
##### Gradle
5454
```gradle
55-
'com.merative.acd:2.0.1'
55+
'com.merative.acd:2.0.2'
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.1` in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.1`.
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`.
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)