Spike to use released version of aai-common 35/82035/1
authorsblimkie <steven.blimkie@amdocs.com>
Tue, 12 Mar 2019 14:25:56 +0000 (10:25 -0400)
committersblimkie <steven.blimkie@amdocs.com>
Tue, 12 Mar 2019 14:25:56 +0000 (10:25 -0400)
Change-Id: Idfbdef09a5c778676ffea3ee515f912153c00242
Issue-ID: AAI-2215
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c843321..424f8e1 100644 (file)
--- 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>
                         <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>