diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-02-20 16:22:24 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-02-20 16:23:53 -0500 |
commit | 91ca7d73d42445945a0078f93635fd2fb6c10503 (patch) | |
tree | 0df6a3d0c9ddfe107a690744502bfa59cf95206e /pom.xml | |
parent | 620debc0558babef78fbd71fcafab4559abc57d3 (diff) |
Gizmo to use latest schema
Update Gizmo to use the latest version of the aai-schema and
aai relationships
Change-Id: I2a8b408b2e55f1bd13ee8800a0d78bdf2c59ecb8
Issue-ID: AAI-482
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> @@ -109,7 +109,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> |