Skip to content

Commit

Permalink
Update version 0.0.15 -> 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent 4c2faf1 commit c4bcd49
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.15
current_version = 0.0.16
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![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)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ibm.cloud/scc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.ibm.cloud/scc)

# IBM Cloud Security & Compliance Center Java SDK Version 0.0.15
# IBM Cloud Security & Compliance Center Java SDK Version 0.0.16
Java client library to interact with various [IBM Cloud Security & Compliance Center](https://cloud.ibm.com/apidocs/security-and-compliance-center).

Disclaimer: this SDK is being released initially as a **pre-release** version.
Expand Down Expand Up @@ -46,9 +46,9 @@ The IBM Cloud Security & Compliance Center Java SDK allows developers to program

Service Name | Imported Class Name
--- | ---
[FindingsApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/findings) | FindingsApi:0.0.15
[NotificationsApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/notifications) | NotificationsApi:0.0.15
[ConfigurationGovernanceApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/configuration-governance) | ConfigurationGovernanceApi:0.0.15
[FindingsApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/findings) | FindingsApi:0.0.16
[NotificationsApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/notifications) | NotificationsApi:0.0.16
[ConfigurationGovernanceApi](https://cloud.ibm.com/apidocs/security-and-compliance-center/configuration-governance) | ConfigurationGovernanceApi:0.0.16

## Prerequisites

Expand All @@ -59,7 +59,7 @@ Service Name | Imported Class Name
* Java 8 or above.

## Installation
The current version of this SDK is: 0.0.15
The current version of this SDK is: 0.0.16

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

Expand All @@ -78,13 +78,13 @@ Here are examples for maven and gradle:
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>findings</artifactId>
<version>0.0.15</version>
<version>0.0.16</version>
</dependency>
```

### Gradle
```gradle
compile 'com.ibm.cloud:findings:0.0.15'
compile 'com.ibm.cloud:findings:0.0.16'
```

## Using the SDK
Expand Down
2 changes: 1 addition & 1 deletion modules/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- >>> Replace this with the parent pom's artifactId -->
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/configuration-governance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- >>> Update this to reflect your parent project's artifact id -->
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/findings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scc</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<url>https://github.ibm.com/CloudEngineering/java-sdk-template</url>

<groupId>com.ibm.cloud</groupId>
<version>0.0.15</version>
<version>0.0.16</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit c4bcd49

Please sign in to comment.