Prepared for the addition of a second persistence-unit
[jpa-converters] / src / test / resources / META-INF / persistence.xml
index 75ee68d..1de7f0a 100644 (file)
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     version="1.0">
 
-  <persistence-unit name="test">
+  <persistence-unit name="annotated">
     <class>de.juplo.jpa.converters.OffsetDateTime</class>
     <class>de.juplo.jpa.converters.ZonedDateTime</class>
     <properties>