Fix build issue for data router 75/25575/1
authorsblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 17:17:09 +0000 (12:17 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 17:19:37 +0000 (12:19 -0500)
Some snapshot artifacts were removed from nexus.  Update dependencies so
that we depend on the release version

Issue-ID: AAI-546
Change-Id: I878b889255f6685bb6fa8c1dc81cab31a12e98c0
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d7f129e..f48f5e4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.onap.aai.router-core</groupId>
             <artifactId>router-core</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
 
         <dependency>
         <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.1.0-SNAPSHOT</version>
+                       <version>1.1.0</version>
                </dependency>
 
         <dependency>
             <groupId>org.onap.aai</groupId>
             <artifactId>rest-client</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
 
         <dependency>