Skip to content

Commit 117d43f

Browse files
Update version 0.1.5 -> 1.0.0
1 parent fb128e7 commit 117d43f

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 1.0.0
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

66
[bumpversion:file:README.md]
77
search = {current_version}
88
replace = {new_version}
9-

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 0.1.5
4+
# IBM Cloud Container Registry Java SDK Version 1.0.0
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)
66

77
Disclaimer: this SDK is being released initially as a **pre-release** version.
@@ -41,8 +41,8 @@ The IBM Cloud Container Registry Java SDK allows developers to programmatically
4141

4242
Service Name | Artifact Coordinates
4343
--- | ---
44-
[Container Registry image management API](https://cloud.ibm.com/apidocs/container-registry) | com.ibm.cloud:container-registry:0.1.5
45-
[Container Registry Vulnerability Advisor API](https://cloud.ibm.com/apidocs/container-registry/va) | com.ibm.cloud:vulnerability-advisor:0.1.5
44+
[Container Registry image management API](https://cloud.ibm.com/apidocs/container-registry) | com.ibm.cloud:container-registry:1.0.0
45+
[Container Registry Vulnerability Advisor API](https://cloud.ibm.com/apidocs/container-registry/va) | com.ibm.cloud:vulnerability-advisor:1.0.0
4646

4747
## Prerequisites
4848

@@ -53,7 +53,7 @@ Service Name | Artifact Coordinates
5353
* Java 8 or above.
5454

5555
## Installation
56-
The current version of this SDK is: 0.1.5
56+
The current version of this SDK is: 1.0.0
5757

5858
Each service's artifact coordinates are listed in the table above.
5959

@@ -72,19 +72,19 @@ Here are examples for maven and gradle:
7272
<dependency>
7373
<groupId>com.ibm.cloud</groupId>
7474
<artifactId>container-registry</artifactId>
75-
<version>0.1.5</version>
75+
<version>1.0.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.ibm.cloud</groupId>
7979
<artifactId>vulnerability-advisor</artifactId>
80-
<version>0.1.5</version>
80+
<version>1.0.0</version>
8181
</dependency>
8282
```
8383

8484
### Gradle
8585
```gradle
86-
'com.ibm.cloud:container-registry:0.1.5'
87-
'com.ibm.cloud:vulnerability-advisor:0.1.5'
86+
'com.ibm.cloud:container-registry:1.0.0'
87+
'com.ibm.cloud:vulnerability-advisor:1.0.0'
8888
```
8989

9090
## Using the SDK

0 commit comments

Comments
 (0)