diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2018-05-23 14:45:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-23 14:45:25 +0000 |
commit | 3a02d2f37b0d96ef0c1ef22009ad5c3a249fdd19 (patch) | |
tree | aeef0810a76871a0e61dba4106f8fd46391d60bc /aai-schema | |
parent | d10ba074e47e24e1f05e4ee119efc2ca6cc0dea7 (diff) | |
parent | 7925c25859b82cd5232f95168263933fc2d8ef15 (diff) |
Merge "Upversion common for Casablanca"
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 07e2ae95..e4ee3601 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> |