summaryrefslogtreecommitdiffstats
path: root/controlloop/common/database/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/database/pom.xml')
-rw-r--r--controlloop/common/database/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml
index a829d9f7b..12f2c8bf4 100644
--- a/controlloop/common/database/pom.xml
+++ b/controlloop/common/database/pom.xml
@@ -3,6 +3,7 @@
drools-applications
================================================================================
Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2020 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,7 +23,7 @@
<parent>
<groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
- <artifactId>common</artifactId>
+ <artifactId>drools-applications-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251