aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-07 13:44:15 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-07 13:46:41 -0500
commit38cf01effed8623c209da42a6be4d35290049bf5 (patch)
treea6c64a443d55bdea1e4b492a07a5dcd03cf6ba01
parent8e272d654c53cfb661fc1c198f4c8177a263b54b (diff)
fix build failure
fix build failure Issue-ID: AAI-546 Change-Id: I6f9fbd075c7d1c67c6a91fe4aecee92f2d14ca97 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 958e7aa..5e528e7 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.1.0</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>