aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2019-03-12 10:25:56 -0400
committersblimkie <steven.blimkie@amdocs.com>2019-03-12 10:25:56 -0400
commit169fd796a700963543eb1335e90018d035ee05f1 (patch)
treeb7c90f4c7c159edd0f7174ef42a3b2d155bbd223
parent9296c447784848703e043b7ac3d32b4385d03d0f (diff)
Spike to use released version of aai-common
Change-Id: Idfbdef09a5c778676ffea3ee515f912153c00242 Issue-ID: AAI-2215 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c843321..424f8e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@
<properties>
<docker.location>${basedir}/target</docker.location>
<event.client.version>1.4.0-SNAPSHOT</event.client.version>
- <version.aai-schema>1.4.1-SNAPSHOT</version.aai-schema>
- <version.aai-schema-ingest>1.4.1-SNAPSHOT</version.aai-schema-ingest>
+ <version.aai-schema>1.0.0</version.aai-schema>
+ <version.aai-schema-ingest>1.4.1</version.aai-schema-ingest>
</properties>
<dependencyManagement>
@@ -84,7 +84,7 @@
<!-- MODEL -->
<dependency>
- <groupId>org.onap.aai.aai-common</groupId>
+ <groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
<version>${version.aai-schema}</version>
</dependency>
@@ -311,7 +311,7 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.onap.aai.aai-common</groupId>
+ <groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
<version>${version.aai-schema}</version>
<type>jar</type>