diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 03:46:28 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 09:53:43 -0500 |
commit | dd6d9048332c71716ef24b2cfc8ce93b02139a2a (patch) | |
tree | cd53ad69f40c0d01c5e65d0d41232ddf2be45202 /aai-utils | |
parent | 0f6f35ed623ec836312ff2372d96930ef0d7886a (diff) |
Add v12 api changes for the new release code
Update the pom to use 1.2.0-SNAPSHOT
and add v12 oxm and json and ensure
the esr stuff is properly included
Issue-ID: AAI-514
Change-Id: I96ceb7dbaa6de7650d55a79e2d1b18f5d1815f06
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5b0b2c23..74a39952 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.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>aai-utils</artifactId> <name>aai-utils</name> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> @@ -42,7 +42,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>${project.version}</version> + <version>1.1.0</version> </dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-core --> @@ -55,7 +55,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> |