This is an automated email from the ASF dual-hosted git repository. solomax 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 5dd74f68f [OPENJPA-2898] typo in orm_3_0.xsd URL is fixed 5dd74f68f is described below commit 5dd74f68fb785424a30b22b6d3165fc382dad456 Author: Maxim Solodovnik <solo...@apache.org> AuthorDate: Thu Jan 16 16:32:42 2025 +0700 [OPENJPA-2898] typo in orm_3_0.xsd URL is fixed --- openjpa-project/src/doc/manual/jpa_overview_meta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/jpa_overview_meta.xml b/openjpa-project/src/doc/manual/jpa_overview_meta.xml index 8e77b0574..3054e9f8e 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_meta.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_meta.xml @@ -722,7 +722,7 @@ The equivalent declarations in XML: <programlisting> <entity-mappings xmlns="https://jakarta.ee/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm https://jakarta.ee/xml/ns/persistence/orm_3_0.xsd" + xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm https://jakarta.ee/xml/ns/persistence/orm/orm_3_0.xsd" version="3.0"> <entity class="org.xyz.PaymentContract" access="FIELD"> <attributes>