diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-26 17:08:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 17:08:31 +0000 |
commit | a2550a75f9308ec2b00f93523373f079057701fe (patch) | |
tree | f2eb8643fc1b8817b9673297913cb90e999d3bd6 /models-errors/pom.xml | |
parent | 2c5a396554a34cddc2f43d98c72665d5b1496f85 (diff) | |
parent | 35c6f2df3df2de7f54f717c2167f7b170494cdc9 (diff) |
Merge "Add ErrorResponse to policy framework exceptions"
Diffstat (limited to 'models-errors/pom.xml')
-rw-r--r-- | models-errors/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-errors/pom.xml b/models-errors/pom.xml index ab998537e..4e297868e 100644 --- a/models-errors/pom.xml +++ b/models-errors/pom.xml @@ -27,7 +27,7 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <artifactId>models-errors</artifactId> + <artifactId>policy-models-errors</artifactId> <name>${project.artifactId}</name> <description>The models for Policy API's to return Error/warning message details.</description> |