diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2018-02-12 15:42:12 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2018-02-12 15:42:16 -0500 |
commit | 5cc2d9e747d6ed60b1b761b8dfa1b06703d6a348 (patch) | |
tree | 76fc1b6d921b1411dcda8048c5eaede0182251b8 /aai-utils | |
parent | 1554ce7da9c8b86ce11e7d3f53052b659ab2a120 (diff) |
Update the version to 1.2.1-SNAPSHOT
Issue-ID: AAI-493
Change-Id: I03a5288824e74d4965116f24d7bd13817491a937
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 38ac28c8..5d50d7d3 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>aai-utils</artifactId> <name>aai-utils</name> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> @@ -54,7 +54,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> |