diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-01 21:32:17 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-05-02 01:58:46 +0000 |
commit | 701abd5bb602cecff91d9a25b72d2802708fa0ab (patch) | |
tree | 6d6d7c92313facd200712f43d133bbf6d016555f | |
parent | ed1ad8dbf7adc7b47216502639650cd0d6aa906b (diff) |
Upversion prior to release4.0.0-ONAPdublin
Issue-ID: AAI-2403
Change-Id: Icf3d9f5b15b23d0cefa083083dae53eba98548a2
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
@@ -31,7 +31,7 @@ <groupId>org.onap.aai</groupId> <artifactId>spike</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-spike</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} |