summaryrefslogtreecommitdiffstats
path: root/src/META-INF/persistence.xml
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 15:55:41 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 15:57:23 +0100
commit65841a8a54814e37ec206a5d2bc88c4738d8fbce (patch)
tree28a6ad6aa14c6bcd144bb97e91bd05ef166788ec /src/META-INF/persistence.xml
parentcd9d62986882b298948dff96f8bc4d18a086f90d (diff)
downloadJCatalog-65841a8a54814e37ec206a5d2bc88c4738d8fbce.tar.gz
JCatalog-65841a8a54814e37ec206a5d2bc88c4738d8fbce.zip
Update persistence.xml definition to newest version
Diffstat (limited to 'src/META-INF/persistence.xml')
-rw-r--r--src/META-INF/persistence.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/META-INF/persistence.xml b/src/META-INF/persistence.xml
index fef05c4..49d8518 100644
--- a/src/META-INF/persistence.xml
+++ b/src/META-INF/persistence.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
+<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="catalog">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<exclude-unlisted-classes>false</exclude-unlisted-classes>