Skip to content

Commit 3b5e9c9

Browse files
Update version 1.1.1 -> 1.1.2
1 parent 656978e commit 3b5e9c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.com/IBM/container-registry-java-sdk.svg?branch=main)](https://travis-ci.com/IBM/container-registry-java-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-
# IBM Cloud Container Registry Java SDK Version 1.1.1
4+
# IBM Cloud Container Registry Java SDK Version 1.1.2
55
Java client library to interact with the [IBM Cloud Container Registry API](https://cloud.ibm.com/apidocs/container-registry), and [IBM Cloud Container Registry Vulnerability Advisor API](https://cloud.ibm.com/apidocs/container-registry/va-v4)
66

77

@@ -39,8 +39,8 @@ The IBM Cloud Container Registry Java SDK allows developers to programmatically
3939

4040
Service Name | Artifact Coordinates
4141
--- | ---
42-
[Container Registry image management API](https://cloud.ibm.com/apidocs/container-registry) | com.ibm.cloud:container-registry:1.1.1
43-
[Container Registry Vulnerability Advisor API](https://cloud.ibm.com/apidocs/container-registry/va-v4) | com.ibm.cloud:vulnerability-advisor:1.1.1
42+
[Container Registry image management API](https://cloud.ibm.com/apidocs/container-registry) | com.ibm.cloud:container-registry:1.1.2
43+
[Container Registry Vulnerability Advisor API](https://cloud.ibm.com/apidocs/container-registry/va-v4) | com.ibm.cloud:vulnerability-advisor:1.1.2
4444

4545
## Prerequisites
4646

@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
5151
* Java 8 or above.
5252

5353
## Installation
54-
The current version of this SDK is: 1.1.1
54+
The current version of this SDK is: 1.1.2
5555

5656
Each service's artifact coordinates are listed in the table above.
5757

@@ -70,19 +70,19 @@ Here are examples for maven and gradle:
7070
<dependency>
7171
<groupId>com.ibm.cloud</groupId>
7272
<artifactId>container-registry</artifactId>
73-
<version>1.1.1</version>
73+
<version>1.1.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.ibm.cloud</groupId>
7777
<artifactId>vulnerability-advisor</artifactId>
78-
<version>1.1.1</version>
78+
<version>1.1.2</version>
7979
</dependency>
8080
```
8181

8282
### Gradle
8383
```gradle
84-
'com.ibm.cloud:container-registry:1.1.1'
85-
'com.ibm.cloud:vulnerability-advisor:1.1.1'
84+
'com.ibm.cloud:container-registry:1.1.2'
85+
'com.ibm.cloud:vulnerability-advisor:1.1.2'
8686
```
8787

8888
## Using the SDK

0 commit comments

Comments
 (0)