aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apex-pdp-package-full
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-25 17:26:52 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-25 17:32:29 +0100
commitf8959f5c51e6338b62e23ea503eb86d9c65d7c74 (patch)
tree7a8afbbf61f7091c30aadfc1cace70fb6e65bff9 /packages/apex-pdp-package-full
parentdccf9a9e0758be0a926c94bf1599ee625066100d (diff)
Renaming examples in apex-pdp
Renaming the examples as per what the documentation expects them. Otherwise the documents won't work. Change-Id: Ib9e30bf5a4cec0fec981372e1d9f3a0ee5d60f2f Issue-ID: POLICY-861 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'packages/apex-pdp-package-full')
-rw-r--r--packages/apex-pdp-package-full/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml
index 65acfef4d..bb0beee9f 100644
--- a/packages/apex-pdp-package-full/pom.xml
+++ b/packages/apex-pdp-package-full/pom.xml
@@ -177,22 +177,22 @@
<!-- Sample Examples -->
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>aadm</artifactId>
+ <artifactId>examples-aadm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>adaptive</artifactId>
+ <artifactId>examples-adaptive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>myfirstpolicy</artifactId>
+ <artifactId>examples-myfirstpolicy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>pcvs</artifactId>
+ <artifactId>examples-pcvs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -247,7 +247,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>aadm</artifactId>
+ <artifactId>examples-aadm</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -256,7 +256,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>adaptive</artifactId>
+ <artifactId>examples-adaptive</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -265,7 +265,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>myfirstpolicy</artifactId>
+ <artifactId>examples-myfirstpolicy</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -274,7 +274,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>pcvs</artifactId>
+ <artifactId>examples-pcvs</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>