summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-05-19 23:28:41 +0300
committersblimkie <steven.blimkie@amdocs.com>2017-05-19 23:30:19 +0300
commitbc571c1aa8a3405ffafa65eb0d9849ba1cf14161 (patch)
tree2489f507ef1f28d6fa5a79fa7695775e7d42d2d0
parent60f7f5e11d7d0d7870a4650956921bd1afa309fd (diff)
CHange groupId and correct dependency version
Change-Id: I74d8f9ab284db0a2f9c8f142731ba895010e6377 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 09f86c3..23cc102 100644
--- 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>