diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 15:55:41 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 15:57:23 +0100 |
| commit | 65841a8a54814e37ec206a5d2bc88c4738d8fbce (patch) | |
| tree | 28a6ad6aa14c6bcd144bb97e91bd05ef166788ec | |
| parent | cd9d62986882b298948dff96f8bc4d18a086f90d (diff) | |
| download | JCatalog-65841a8a54814e37ec206a5d2bc88c4738d8fbce.tar.gz JCatalog-65841a8a54814e37ec206a5d2bc88c4738d8fbce.zip | |
Update persistence.xml definition to newest version
| -rw-r--r-- | src/META-INF/persistence.xml | 2 |
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> |
