diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-11-01 16:28:01 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-11-01 16:28:01 -0400 |
commit | 5c6a90b19ec70fad9025029f4b5bcb4f4fc3427a (patch) | |
tree | 641dbe53f7391e8ae4e732905ff3bc6db1e98b39 | |
parent | 12789faff8b2073bc95ba350a701812edaaf64d8 (diff) |
upversion to 1.3.13.0.0-ONAP1.3.1
Change-Id: Ie89f5f5be2d2adace8cce1a6a0c25b1ecfc9a1ab
Issue-ID: AAI-1817
Signed-off-by: sblimkie <steven.blimkie@amdocs.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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <name>aai-spike</name> <properties> diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |