11[ ![ 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 )
22[ ![ 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 )
33
4- # Java server SDK for IBM Cloud Event Notifications service Version 0.0.4
4+ # Java server SDK for IBM Cloud Event Notifications service Version 0.1.0
55Java client library to interact with various [ IBM Cloud Event Notifications Service] ( https://cloud.ibm.com/apidocs?category=event-notifications ) .
66
77Disclaimer: this SDK is being released initially as a ** pre-release** version.
@@ -29,7 +29,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm
2929
3030Service Name | Artifact Coordinates
3131--- | ---
32- [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.0.4
32+ [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.1.0
3333
3434## Prerequisites
3535
@@ -41,7 +41,7 @@ Service Name | Artifact Coordinates
4141* Java 8 or above.
4242
4343## Installation
44- The current version of this SDK is: 0.0.4
44+ The current version of this SDK is: 0.1.0
4545
4646Each service's artifact coordinates are listed in the table above.
4747
@@ -59,13 +59,13 @@ To use the Event Notifications Java SDK, define a dependency that contains the a
5959<dependency >
6060 <groupId >com.ibm.cloud</groupId >
6161 <artifactId >event-notifications</artifactId >
62- <version >0.0.4 </version >
62+ <version >0.1.0 </version >
6363</dependency >
6464```
6565
6666### Gradle
6767``` gradle
68- compile 'com.ibm.cloud:event-notifications:0.0.4 '
68+ compile 'com.ibm.cloud:event-notifications:0.1.0 '
6969```
7070
7171## Using the SDK
0 commit comments