diff options
author | jimmydot <jf2512@att.com> | 2017-05-08 11:20:53 -0400 |
---|---|---|
committer | jimmydot <jf2512@att.com> | 2017-05-08 11:20:53 -0400 |
commit | d8d45ec3da247662f53d679f1ba63d99fe2fa81f (patch) | |
tree | e1bda8e76e8af6b39ec72ab842e1838290826561 | |
parent | 97bd252fd1c7ece3acc97b4ab88e58f0cdfc9066 (diff) |
[VID-6] Changed groupid for epsdk
Change-Id: Ibd098f0d4b7cd1689fc846b6ef4a6f82af2c2811
Signed-off-by: jimmydot <jf2512@att.com>
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 246400742..bb264c3e6 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -6,7 +6,7 @@ <!-- This is the Maven project object model (POM) file for the open-source
SDK web app. This is NOT the Portal - but it is developed and supported by
the Portal team. -->
- <groupId>org.openecomp.ecompsdkos</groupId>
+ <groupId>org.openecomp.vid</groupId>
<artifactId>epsdk-app-onap</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>war</packaging>
|