diff --git a/README.md b/README.md index 4998767..de68592 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://app.travis-ci.com/IBM/event-notifications-java-admin-sdk.svg?branch=main)](https://travis-ci.com/IBM/event-notifications-java-admin-sdk) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -# Java server SDK for IBM Cloud Event Notifications service Version 0.14.0 +# Java server SDK for IBM Cloud Event Notifications service Version 0.19.0 Java client library to interact with various [IBM Cloud Event Notifications Service](https://cloud.ibm.com/apidocs?category=event-notifications). @@ -27,7 +27,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm | Service Name | Artifact Coordinates | | -------------------------------------------------------------------------------- | ---------------------------------------- | -| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.14.0 | +| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.19.0 | ## Prerequisites @@ -40,7 +40,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm ## Installation -The current version of this SDK is: 0.14.0 +The current version of this SDK is: 0.19.0 Each service's artifact coordinates are listed in the table above. @@ -57,14 +57,14 @@ To use the Event Notifications Java SDK, define a dependency that contains the a com.ibm.cloud event-notifications - 0.14.0 + 0.19.0 ``` ### Gradle ```gradle -compile 'com.ibm.cloud:event-notifications:0.14.0' +compile 'com.ibm.cloud:event-notifications:0.19.0' ``` ## Using the SDK