aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-02-20 16:22:24 -0500
committersblimkie <steven.blimkie@amdocs.com>2018-02-20 16:23:53 -0500
commit91ca7d73d42445945a0078f93635fd2fb6c10503 (patch)
tree0df6a3d0c9ddfe107a690744502bfa59cf95206e /pom.xml
parent620debc0558babef78fbd71fcafab4559abc57d3 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4397be5..0f50c7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>