diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-01 21:43:36 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-01 21:44:35 -0400 |
commit | d39e2a4a6dec6590da962e4bd5e783f38a8a435a (patch) | |
tree | 4e08392e945d7e93294bed17e9787b2e7e129062 | |
parent | 0a7f60d58e0f237db5793ec099b471388a68dc7c (diff) |
Upversion prior to release4.0.0-ONAPdublin
Issue-ID: AAI-2403
Change-Id: Ie9bd7383df93978fe05b046ca554b7a890466beb
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. </parent> <groupId>org.onap.aai.data-router</groupId> <artifactId>data-router</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-data-router</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} |