aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-07-31 08:47:35 +0000
committerPamela Dragosh <pdragosh@research.att.com>2017-07-31 15:51:10 -0400
commit073cc188efe9abb4c010cf674e34e2cf46ef1c52 (patch)
tree155c23fbdf3a838ecb5f4183fc3bb6b09aac41eb /pom.xml
parent4ca818fdfb9b807562166800a086b413593d6894 (diff)
[POLICY-73] replace openecomp for policy-engine
Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index f57ff264c..b8dd4c74e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,13 +2,13 @@
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.engine</groupId>
+ <groupId>org.onap.policy.engine</groupId>
<artifactId>PolicyEngineSuite</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Policy Engine - Policy Engine Suite</name>
- <description>The ECOMP Policy Engine main pom</description>
+ <description>The ONAP Policy Engine main pom</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -39,36 +39,36 @@
<modules>
<module>PolicyEngineUtils</module>
- <module>ECOMP-XACML</module>
- <module>ECOMP-REST</module>
- <module>ECOMP-ASDC</module>
- <module>ECOMP-ControlloopPolicy</module>
+ <module>ONAP-XACML</module>
+ <module>ONAP-REST</module>
+ <module>ONAP-ASDC</module>
+ <module>ONAP-ControlloopPolicy</module>
<module>PolicyEngineAPI</module>
- <module>ECOMP-PDP</module>
- <module>ECOMP-PDP-REST</module>
- <module>ECOMP-PAP-REST</module>
+ <module>ONAP-PDP</module>
+ <module>ONAP-PDP-REST</module>
+ <module>ONAP-PAP-REST</module>
<module>LogParser</module>
<module>PolicyEngineClient</module>
<module>BRMSGateway</module>
<module>POLICY-SDK-APP</module>
- <module>ECOMP-SDK-APP</module>
+ <module>ONAP-SDK-APP</module>
<module>packages</module>
</modules>
<repositories>
<repository>
<id>ecomp-snapshots</id>
- <name>OpenECOMP Snapshot Repository</name>
+ <name>ONAP Snapshot Repository</name>
<url>${nexusproxy}/${snapshots.path}</url>
</repository>
<repository>
<id>ecomp-releases</id>
- <name>OpenECOMP Release Repository</name>
+ <name>ONAP Release Repository</name>
<url>${nexusproxy}/${releases.path}/</url>
</repository>
<repository>
<id>ecomp-staging</id>
- <name>OpenECOMP Staging Repository</name>
+ <name>ONAP Staging Repository</name>
<url>${nexusproxy}/${staging.path}</url>
</repository>
</repositories>
@@ -76,12 +76,12 @@
<distributionManagement>
<repository>
<id>ecomp-releases</id>
- <name>OpenECOMP Release Repository</name>
+ <name>ONAP Release Repository</name>
<url>${nexusproxy}/${releases.path}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
- <name>OpenECOMP Snapshot Repository</name>
+ <name>ONAP Snapshot Repository</name>
<url>${nexusproxy}/${snapshots.path}</url>
</snapshotRepository>
<site>
@@ -136,7 +136,7 @@
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <serverId>onap-staging</serverId>
</configuration>
</plugin>
<plugin>
@@ -252,7 +252,7 @@
<configuration>
<dumpOnExit>true</dumpOnExit>
<includes>
- <include>org.openecomp.*</include>
+ <include>org.onap.*</include>
</includes>
</configuration>
<executions>