diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 12:52:18 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 16:07:59 -0400 |
commit | be1db262ffd2d3baf591809583ac20a5ee5bbcf6 (patch) | |
tree | d027eaecd8019f331024268d183299d0fcbf0f4e /aai-core/pom.xml | |
parent | e32b1347fcd1f30d9b36b591fa9ec79f8eb89368 (diff) |
Upversion for release1.5.3
Issue-ID: AAI-2575
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0fc068b045ca06817b49ca985ddf3e39936197cb
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 4d033913..2e5e4927 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>aai-core</artifactId> <name>aai-core</name> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> <packaging>jar</packaging> <properties> <springframework.version>4.3.24.RELEASE</springframework.version> |