diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 11:49:34 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 11:49:37 -0400 |
commit | cef8fc776c9f02dcf8aa06bb6d2a661bd8bd50c1 (patch) | |
tree | 010806303d2a896d1b8cf9a7462d4c5212d050a9 | |
parent | cecd2f4528f1ef7e686a6dfd1e3bcd8580641048 (diff) |
Upversion for Dublin release4.0.0-ONAPdublin
Issue-ID: AAI-2403
Change-Id: Icaad8f68c43561caf35ca064d5ec553d61c8da84
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 @@ <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index 668657e..eff345c 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |