Changing groupId to fix jenkins merge issue 63/48963/1
authorwaqas.ikram <waqas.ikram@ericsson.com>
Thu, 24 May 2018 14:31:21 +0000 (15:31 +0100)
committerwaqas.ikram <waqas.ikram@ericsson.com>
Thu, 24 May 2018 14:31:24 +0000 (15:31 +0100)
Change-Id: I84f5c62cb0d0ea4742905d86ffbde5333c8310bc
Issue-ID: POLICY-855
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
model/basic-model/pom.xml
model/pom.xml
model/utilities/pom.xml
pom.xml

index a536af5..cedb576 100644 (file)
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.policy.apex.apex-pdp.model</groupId>
+        <groupId>org.onap.policy.apex-pdp.model</groupId>
         <artifactId>model</artifactId>
         <version>2.0.0-SNAPSHOT</version>
     </parent>
@@ -34,7 +34,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.policy.apex.apex-pdp.model</groupId>
+            <groupId>org.onap.policy.apex-pdp.model</groupId>
             <artifactId>utilities</artifactId>
             <version>${project.version}</version>
         </dependency>
index 7afc8e5..61fd87b 100644 (file)
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.onap.policy.apex.apex-pdp</groupId>
+        <groupId>org.onap.policy.apex-pdp</groupId>
         <artifactId>apex-pdp</artifactId>
         <version>2.0.0-SNAPSHOT</version>
     </parent>
     
-    <groupId>org.onap.policy.apex.apex-pdp.model</groupId>
+    <groupId>org.onap.policy.apex-pdp.model</groupId>
     <artifactId>model</artifactId>
     <packaging>pom</packaging>
 
index d23a7d9..fbf1a21 100644 (file)
@@ -21,7 +21,7 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.onap.policy.apex.apex-pdp.model</groupId>
+        <groupId>org.onap.policy.apex-pdp.model</groupId>
         <artifactId>model</artifactId>
         <version>2.0.0-SNAPSHOT</version>
     </parent>
diff --git a/pom.xml b/pom.xml
index 7f911d9..24ac99f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
         <relativePath />
     </parent>
 
-    <groupId>org.onap.policy.apex.apex-pdp</groupId>
+    <groupId>org.onap.policy.apex-pdp</groupId>
     <artifactId>apex-pdp</artifactId>
     <version>2.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>