Change pom to refer policy parent
[policy/api.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cbd06e7..0d00e3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
 <!--
   ============LICENSE_START=======================================================
-  ONAP Policy Engine - Drools PDP
+  ONAP Policy API
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>org.onap.oparent</groupId>
-               <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <groupId>org.onap.policy.parent</groupId>
+               <artifactId>integration</artifactId>
+               <version>2.0.0-SNAPSHOT</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.policy.api</groupId>
        <artifactId>api</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>2.0.0-SNAPSHOT</version>
 
        <packaging>pom</packaging>
 
-       <name>Policy - API</name>
+       <name>policy-api</name>
        <description>Code that define our external API.</description>
 
-       <properties>
-       </properties>
-
-       <modules>
-       </modules>
+       <distributionManagement>
+               <site>
+                       <id>ecomp-site</id>
+                       <url>dav:${nexusproxy}${sitePath}</url>
+               </site>
+       </distributionManagement>
 
 </project>