This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 7272ad41171e8cf3ec3cc31b3ff14cb0113b19b3 Author: Nikita Timofeev <[email protected]> AuthorDate: Fri Jul 8 19:27:58 2022 +0300 CAY-2747 Update project XML version to 11 - update tests and test projects --- .../org/apache/cayenne/configuration/xml/testConfigMap4.map.xml | 2 +- .../cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cayenne-server/src/test/resources/org/apache/cayenne/configuration/xml/testConfigMap4.map.xml b/cayenne-server/src/test/resources/org/apache/cayenne/configuration/xml/testConfigMap4.map.xml index 6bea1364b..9513b1cb0 100644 --- a/cayenne-server/src/test/resources/org/apache/cayenne/configuration/xml/testConfigMap4.map.xml +++ b/cayenne-server/src/test/resources/org/apache/cayenne/configuration/xml/testConfigMap4.map.xml @@ -226,7 +226,7 @@ <db-attribute-pair source="PAINTING_ID" target="PAINTING_ID"/> </db-relationship> <obj-relationship name="artistArray" source="ArtGroup" target="Artist" collection-type="java.util.Map" lock="true" deleteRule="Cascade" db-relationship-path="artistGroupArray.toArtist"> - <info:property xmlns:info="http://cayenne.apache.org/schema/10/info" name="comment" value="artistGroupArray.toArtist"/> + <info:property xmlns:info="http://cayenne.apache.org/schema/11/info" name="comment" value="artistGroupArray.toArtist"/> </obj-relationship> <obj-relationship name="childGroupsArray" source="ArtGroup" target="ArtGroup" deleteRule="Nullify" db-relationship-path="toChildGroups"/> <obj-relationship name="toParentGroup" source="ArtGroup" target="ArtGroup" deleteRule="Nullify" db-relationship-path="toParentGroup"/> diff --git a/maven-plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml b/maven-plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml index 1ae00164e..c4a3a9bfe 100644 --- a/maven-plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml +++ b/maven-plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml @@ -26,7 +26,7 @@ <obj-entity name="TestEntity" className="pack.TestEntity" dbEntityName="TestEntity"> <embedded-attribute name="embeddedAtr" type="pack.Embeddable"/> <obj-attribute name="testAttr" type="java.lang.String" db-attribute-path="testAttr"> - <info:property xmlns:info="http://cayenne.apache.org/schema/10/info" name="comment" value="comment for test attribute"/> + <info:property xmlns:info="http://cayenne.apache.org/schema/11/info" name="comment" value="comment for test attribute"/> </obj-attribute> </obj-entity> <obj-entity name="TestExcludedEntity" className="pack.TestExcludedEntity" dbEntityName="TestExcludedEntity">
