diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:30:18 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:30:20 -0400 |
commit | 51dd37d5aeaace57ac40410edf19288f41112e88 (patch) | |
tree | 28753d04ec8055f7b2c5d9bbb084799723a711b1 | |
parent | 65185bd54773fc95aa634b617acfa12fb621d9f4 (diff) |
Upversion for Dublin release4.0.0-ONAPdublin
Issue-ID: AAI-2403
Change-Id: I3ca7c607546b2c4c0bfc605dd7cdf06063a0ed09
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
@@ -3,7 +3,7 @@ <groupId>org.onap.aai</groupId> <artifactId>gallifrey</artifactId> <packaging>jar</packaging> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-gallifrey</name> <description/> <scm> 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} |