aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applications/guard/pom.xml2
-rw-r--r--applications/match/pom.xml2
-rw-r--r--applications/monitoring/pom.xml2
-rw-r--r--applications/naming/pom.xml2
-rw-r--r--applications/native/pom.xml2
-rw-r--r--applications/optimization/pom.xml2
-rw-r--r--main/pom.xml12
7 files changed, 12 insertions, 12 deletions
diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml
index 3669f317..326f0a96 100644
--- a/applications/guard/pom.xml
+++ b/applications/guard/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>guard</artifactId>
+ <artifactId>xacml-guard</artifactId>
<name>${project.artifactId}</name>
<description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.</description>
diff --git a/applications/match/pom.xml b/applications/match/pom.xml
index d4d72013..e1908aaf 100644
--- a/applications/match/pom.xml
+++ b/applications/match/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>match</artifactId>
+ <artifactId>xacml-match</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains the Match applications.</description>
diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml
index 5d878bb5..e334da4d 100644
--- a/applications/monitoring/pom.xml
+++ b/applications/monitoring/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>monitoring</artifactId>
+ <artifactId>xacml-monitoring</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains applications that implement policy-types for XACML PDP.</description>
diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml
index f89bc8ad..31f0146a 100644
--- a/applications/naming/pom.xml
+++ b/applications/naming/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>naming</artifactId>
+ <artifactId>xacml-naming</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains the SDNC naming applications.</description>
diff --git a/applications/native/pom.xml b/applications/native/pom.xml
index 1a409e3e..7c44d995 100644
--- a/applications/native/pom.xml
+++ b/applications/native/pom.xml
@@ -6,7 +6,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>native</artifactId>
+ <artifactId>xacml-native</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains the xacml application that evaluates native policies and requests.</description>
diff --git a/applications/optimization/pom.xml b/applications/optimization/pom.xml
index f2587cce..0bbab7a7 100644
--- a/applications/optimization/pom.xml
+++ b/applications/optimization/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>optimization</artifactId>
+ <artifactId>xacml-optimization</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains applications that implement policy-types for XACML PDP.</description>
diff --git a/main/pom.xml b/main/pom.xml
index 3bf3ad98..b1d21130 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -70,32 +70,32 @@
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>monitoring</artifactId>
+ <artifactId>xacml-monitoring</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>guard</artifactId>
+ <artifactId>xacml-guard</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>optimization</artifactId>
+ <artifactId>xacml-optimization</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>naming</artifactId>
+ <artifactId>xacml-naming</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>native</artifactId>
+ <artifactId>xacml-native</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
- <artifactId>match</artifactId>
+ <artifactId>xacml-match</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>