diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2020-09-30 16:44:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-30 16:44:01 +0000 |
commit | a0ca2c419569fb506def4d4403721e0c028eb445 (patch) | |
tree | 042c5717f7717079e41299210130224fcd250a0d | |
parent | 8975db7549ae818a152a6c55a960e8d2cfa538da (diff) | |
parent | e6d2c0b13b376f44ed52ccf1c5036b25de0e0903 (diff) |
Merge "Release 5.1.2"
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.2-SNAPSHOT</version> <name>clamp</name> diff --git a/version.properties b/version.properties index f00cc8171..ebfbb525c 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |