Gizmo to use released version of aai-common 51/81951/1
authorsblimkie <steven.blimkie@amdocs.com>
Mon, 11 Mar 2019 15:19:33 +0000 (11:19 -0400)
committersblimkie <steven.blimkie@amdocs.com>
Mon, 11 Mar 2019 15:19:33 +0000 (11:19 -0400)
Change-Id: I7b18b5ebcf0aba93b76c55c4a8cfe02969863815
Issue-ID: AAI-2214
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 846b39d..2410001 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,10 @@ limitations under the License.
 
     <properties>
         <docker.location>${basedir}/target</docker.location>
-        <version.org.onap.aai.aai-common>1.4.1-SNAPSHOT</version.org.onap.aai.aai-common>
+        <version.org.onap.aai.aai-schema-ingest>1.4.1</version.org.onap.aai.aai-schema-ingest>
+        <version.org.onap.aai.aai-schema>1.4.0</version.org.onap.aai.aai-schema>
+        <version.org.onap.aai.aai-utils>1.4.0</version.org.onap.aai.aai-utils>
+        <version.org.onap.aai.aai-auth>1.4.0</version.org.onap.aai.aai-auth>        
         <event.client.version>1.3.1</event.client.version>
     </properties>
 
@@ -130,12 +133,12 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>${version.org.onap.aai.aai-common}</version>
+            <version>${version.org.onap.aai.aai-schema}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema-ingest</artifactId>
-            <version>${version.org.onap.aai.aai-common}</version>
+            <version>${version.org.onap.aai.aai-schema-ingest}</version>
             <exclusions>
                 <exclusion>
                   <groupId>org.powermock</groupId>
@@ -146,12 +149,12 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-utils</artifactId>
-            <version>${version.org.onap.aai.aai-common}</version>
+            <version>${version.org.onap.aai.aai-utils}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-auth</artifactId>
-            <version>${version.org.onap.aai.aai-common}</version>
+            <version>${version.org.onap.aai.aai-auth}</version>
         </dependency>
 
         <!-- ONAP EVENT CLIENT -->
@@ -527,7 +530,7 @@ limitations under the License.
                                 <artifactItem>
                                     <groupId>org.onap.aai.aai-common</groupId>
                                     <artifactId>aai-schema</artifactId>
-                                    <version>${version.org.onap.aai.aai-common}</version>
+                                    <version>${version.org.onap.aai.aai-schema}</version>
                                     <type>jar</type>
                                     <includes>onap/**/</includes>
                                     <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>