diff options
author | Dan Timoney <dtimoney@att.com> | 2024-03-06 18:49:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-03-06 18:49:03 +0000 |
commit | 1aa028a9a78f6cf1aa243a8bcab1310a40d8826d (patch) | |
tree | 4f6cb41c4a8e511e46dcd6a9ffe1b66207299a8d /a1-policy-management | |
parent | 1e37e1962d459a532767d082bd6cb48464e5b4e5 (diff) | |
parent | 3e02f637311a0b1665e5959d5969008b06394732 (diff) |
Merge "Updating API doc files"
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 33a64226..c6e749c6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -4,6 +4,7 @@ ~ ONAP : ccsdk oran ~ ================================================================================ ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. 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. @@ -360,7 +361,7 @@ <appName>ONAP CCSDK A1 Policy Management Service</appName> <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl> <licenseInfo>Copyright (C) 2020-2023 Nordix Foundation. Licensed - under the Apache License.</licenseInfo> + under the Apache License, and Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> </configOptions> </configuration> @@ -408,7 +409,7 @@ </goals> <configuration> <outputDirectory>${project.basedir}/../docs/offeredapis/swagger</outputDirectory> - <verbose>true</verbose> + <overwrite>true</overwrite> <resources> <resource> <directory>${project.basedir}/api</directory> |