[POLICY-72] replace openecomp for drools-pdp
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 91ebb24..8529f9d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine - Drools PDP
+  ONAP Policy Engine - Drools PDP
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
   ================================================================================
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.openecomp.policy.drools-pdp</groupId>
+       <groupId>org.onap.policy.drools-pdp</groupId>
        <artifactId>drools-pdp</artifactId>
        <version>1.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Policy Engine - Drools PDP</name>
 
-       <description>The ECOMP Policy Engine drools-based PDP Project</description>
+       <description>The ONAP Policy Engine drools-based PDP Project</description>
 
        <properties>
                <maven.compiler.source>1.8</maven.compiler.source>
 
        <repositories>
                <repository>
-                       <id>ecomp-snapshots</id>
-                       <name>OpenECOMP Snapshot Repository</name>
+                       <id>onap-snapshots</id>
+                       <name>ONAP Snapshot Repository</name>
                        <url>${nexusproxy}/${snapshots.path}</url>
                </repository>
                <repository>
-                       <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
+                       <id>onap-releases</id>
+                       <name>ONAP Release Repository</name>
                        <url>${nexusproxy}/${releases.path}</url>
                </repository>
                <repository>
-                       <id>ecomp-staging</id>
-                       <name>OpenECOMP Staging Repository</name>
+                       <id>onap-staging</id>
+                       <name>ONAP Staging Repository</name>
                        <url>${nexusproxy}/${staging.path}</url>
                </repository>
        </repositories>
 
        <distributionManagement>
                <repository>
-                       <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
+                       <id>onap-releases</id>
+                       <name>ONAP Release Repository</name>
                        <url>${nexusproxy}/${releases.path}</url>
                </repository>
                <snapshotRepository>
-                       <id>ecomp-snapshots</id>
-                       <name>OpenECOMP Snapshot Repository</name>
+                       <id>onap-snapshots</id>
+                       <name>ONAP Snapshot Repository</name>
                        <url>${nexusproxy}/${snapshots.path}</url>
                </snapshotRepository>
                <site>
-                       <id>ecomp-site</id>
+                       <id>onap-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>
                </site>
        </distributionManagement>
                                <configuration>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
                                        <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
+                                       <serverId>onap-staging</serverId>
                                </configuration>
                        </plugin>
                        <plugin>
                                        <configuration>
                                                <dumpOnExit>true</dumpOnExit>
                                                <includes>
-                                                       <include>org.openecomp.*</include>
+                                                       <include>org.onap.*</include>
                                                </includes>
                                        </configuration>
                                        <executions>