diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-22 16:48:11 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-22 16:48:22 -0400 |
commit | 307406796f8070d662b4a837182bba4de6836afa (patch) | |
tree | b7e4ab77cc81d027dd5d80b9ef87e1db35836613 | |
parent | c815a8a992026e4e1f7e2753c7a4b28972ed9af0 (diff) |
Bump to version 1.2.1 in the master branchv1.2.12.0.0-ONAPbeijing2.0.0-ONAP
Issue-ID: AAI-1155
Change-Id: I66c58cd069561583ce237c0293091e75304a0610
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 988792c..057975c 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |