aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-07-21 12:13:56 +0000
committerJorge Hernandez <jh1730@att.com>2017-07-31 17:08:52 -0500
commitf43a7e68e22a6be750d34dda6e633682aacec98d (patch)
tree0d588d2ada64e575514f74c1fd1eac0299bf74c5 /pom.xml
parent1fbd3d87bc246e670a236dc0711fb09862f32fd1 (diff)
[POLICY-86] replace openecomp for policy-docker
Change-Id: I4db534a29c73a3cb2d70655ee54c856b83655fb2 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 8115930e..e37a4cb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- ECOMP Policy Engine - Docker files
+ ONAP Policy Engine - Docker files
================================================================================
Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
================================================================================
@@ -24,12 +24,12 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp.policy.docker</groupId>
+ <groupId>org.onap.policy.docker</groupId>
<artifactId>docker</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Policy Engine - Docker build</name>
- <description>OpenECOMP Policy Docker Build</description>
+ <description>ONAP Policy Docker Build</description>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
@@ -41,17 +41,17 @@
<repositories>
<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>
<repository>
<id>ecomp-snapshot</id>
- <name>OpenECOMP Snapshot Repository</name>
+ <name>ONAP Snapshot Repository</name>
<url>${nexusproxy}/${snapshots.path}</url>
</repository>
</repositories>
@@ -59,12 +59,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>
</distributionManagement>
@@ -87,7 +87,7 @@
<overWriteSnapshots>true</overWriteSnapshots>
<artifactItems>
<artifactItem>
- <groupId>org.openecomp.policy.engine</groupId>
+ <groupId>org.onap.policy.engine</groupId>
<artifactId>install</artifactId>
<version>${project.version}</version>
<type>zip</type>
@@ -108,7 +108,7 @@
<overWriteSnapshots>true</overWriteSnapshots>
<artifactItems>
<artifactItem>
- <groupId>org.openecomp.policy.drools-pdp</groupId>
+ <groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>install-drools</artifactId>
<version>${project.version}</version>
<type>zip</type>