diff options
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | rootpom/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sdnc-core</artifactId> - <name>SDN-C Core Components</name> + <name>sdnc-core</name> <url>https://wiki.openecomp.org</url> <description>The SDN-C core components contains the SLI, dblib and root pom</description> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 3a7a757..f2a90e0 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -124,7 +124,7 @@ </dependencyManagement> - <name>SDNC Root</name> + <name>sdnc-core</name> <url>http://wiki.onap.org</url> <description>Root POM to be used for all SDNC projects</description> |