diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:33:22 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:33:24 -0400 |
commit | 786f2bd8636c9b9ddd661aaffe3bceac6e041739 (patch) | |
tree | c750e5fbc190ab33e989d50f244f34e1d0892700 | |
parent | e88f4b89dee85737f3e136ca589e5fb26decc32a (diff) |
Upversion for Dublin release4.0.0-ONAPdublin
Issue-ID: AAI-2403
Change-Id: Ia58036bd5a6e79699ed9530fa87340d24a5044b1
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
@@ -26,7 +26,7 @@ <groupId>org.onap.aai</groupId> <artifactId>sparky-fe</artifactId> <packaging>war</packaging> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-sparky-fe</name> <url>http://maven.apache.org</url> diff --git a/version.properties b/version.properties index 66827fd..e653a66 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=4 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} |