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-annotations | |
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-annotations')
-rw-r--r-- | aai-annotations/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 6fd1c358..2113c8b9 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ <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-annotations</artifactId> <name>aai-annotations</name> <packaging>jar</packaging> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> |