Skip to content

Commit

Permalink
Update version 1.0.13 -> 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 27, 2020
1 parent 6257393 commit 728634b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 = 1.0.13
current_version = 1.0.14
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://api.travis-ci.org/ibm-cloud-security/security-advisor-sdk-java.svg?branch=master)](https://travis-ci.org/github/ibm-cloud-security/security-advisor-sdk-java)
[![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)

# IBM Cloud Security Advisor Java SDK Version 1.0.13
# IBM Cloud Security Advisor Java SDK Version 1.0.14
readme updated again
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>securityadvisor</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>1.0.13</version>
<version>1.0.14</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/notifications_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>com.ibm.cloud.securityadvisor</groupId>
<artifactId>notifications_api</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion modules/notifications_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>securityadvisor</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>1.0.13</version>
<version>1.0.14</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.com/ibm-cloud-security/security-advisor-sdk-java </url>

<groupId>com.ibm.cloud</groupId>
<version>1.0.13</version>
<version>1.0.14</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 728634b

Please sign in to comment.