diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-03-27 12:09:42 -0700 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-03-27 12:09:47 -0700 |
commit | c9383062eae71f4ded8d548b3a9ea086766a6c75 (patch) | |
tree | a58c13ba51088ac5311b59ed456c2ebdb42fdb6c | |
parent | 735b2de6f5ca38a71d2ad076aad706e16ca2662e (diff) |
Bump to version 1.2.1 in prep of releasev1.2.1
Issue-ID: AAI-947
Change-Id: Iec731e5c0fc5976ce1208cb1ba638a235849bae0
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
@@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |