diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-13 23:22:37 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-13 23:22:45 -0800 |
commit | 5f177b19777999b199c5f5e989bcb0da8b5b3f55 (patch) | |
tree | 5aac33f12779d247d40ff6edaab7e59f9036e4ea /pom.xml | |
parent | c8abfaddbfef6b9484c2156ece6fbb104c557e32 (diff) |
Modified SDN-C Artifacts groupIDs
Modified SDN-C Artifacts groupID to reflect new naming convention
Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.sdnc</groupId> + <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> <version>1.0.0</version> </parent> |