Remove references to MariaDB from resource files
[policy/api.git] / main / src / main / resources / META-INF / persistence.xml
index d744e0d..aabe0f1 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019-2020 Nordix Foundation.
    Modifications Copyright (C) 2021 AT&T Intellectual Property.
-   Modification Copyright 2021. Nordix Foundation.
+   Modification Copyright 2022 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
     xmlns="http://java.sun.com/xml/ns/persistence"
     version="2.0">
     <persistence-unit
-        name="PolicyMariaDb"
+        name="PolicyDb"
         transaction-type="RESOURCE_LOCAL">
         <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>