CHange groupId and correct dependency version 87/4387/1
authorsblimkie <steven.blimkie@amdocs.com>
Fri, 19 May 2017 20:28:41 +0000 (23:28 +0300)
committersblimkie <steven.blimkie@amdocs.com>
Fri, 19 May 2017 20:30:19 +0000 (23:30 +0300)
Change-Id: I74d8f9ab284db0a2f9c8f142731ba895010e6377
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 09f86c3..23cc102 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,9 @@
                <groupId>com.att.ajsc</groupId>
                <version>2.0.0</version>
        </parent>
-       <groupId>org.openecomp.aai</groupId>
+       <groupId>org.onap.aai.data-router</groupId>
        <artifactId>data-router</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <properties>
                <module.ajsc.namespace.name>data-router</module.ajsc.namespace.name>
@@ -58,9 +58,9 @@
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp</groupId>
+                       <groupId>org.onap.aai.router-core</groupId>
                        <artifactId>router-core</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                       <version>1.1.0-SNAPSHOT</version>
                </dependency>
 
                <dependency>
@@ -89,7 +89,7 @@
                 <dependency>
                         <groupId>org.openecomp.aai</groupId>
                         <artifactId>rest-client</artifactId>
-                        <version>1.0.0-SNAPSHOT</version>
+                        <version>1.1.0</version>
                 </dependency>
 
                <dependency>