This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 5b81bea use proper maven structure for persistence.xml
5b81bea is described below
commit 5b81bead84f834b283f171d0e29166cda565a8f9
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Jul 23 14:51:31 2020 +0200
use proper maven structure for persistence.xml
---
.../simple/src/main/{java => resources}/META-INF/persistence.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openjpa-examples/simple/src/main/java/META-INF/persistence.xml
b/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
similarity index 99%
rename from openjpa-examples/simple/src/main/java/META-INF/persistence.xml
rename to openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
index 694473e..9a27b9f 100644
--- a/openjpa-examples/simple/src/main/java/META-INF/persistence.xml
+++ b/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+d<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file