summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-05 12:17:09 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-05 12:19:37 -0500
commita2806ecce72b0fd9d4776d779e76df3a5d0afcfc (patch)
tree085b3b63275e7ce6aef38ec195483978378f3839
parent0a672e8743e09c3dfa796e9e5e04da539b93901f (diff)
Fix build issue for data router
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>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d7f129e..f48f5e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,12 +95,12 @@
<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>
@@ -123,13 +123,13 @@
<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>