diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-05-13 13:04:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 13:04:07 +0000 |
commit | 566e9e4b12042992d3b2be895477dc6e25e16922 (patch) | |
tree | 109805ad37b3627ba73173d99074ad93b24b3f9c | |
parent | 9033304a8168c5720090f6ab5656a32fa527b963 (diff) | |
parent | f9651fea91f470c100d0b6ed31371b6af4b756fb (diff) |
Merge "Update the version"
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <name>clamp</name> <!-- --> diff --git a/version.properties b/version.properties index 16b9934e3..9ef20f156 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=4 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |