This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit f530a92ba7806f8532a13bfd91f0ffabcfb9c108 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 14:29:30 2024 +0100 adds Pet-xxx.png for each species ... and makes Pet.png more generic. --- .../domainapp/modules/petowner/dom/pet/Pet-budgie.png | Bin 0 -> 2324 bytes .../domainapp/modules/petowner/dom/pet/Pet-cat.png | Bin 0 -> 2793 bytes .../modules/petowner/dom/pet/{Pet.png => Pet-dog.png} | Bin .../modules/petowner/dom/pet/Pet-hamster.png | Bin 0 -> 2424 bytes .../java/domainapp/modules/petowner/dom/pet/Pet.png | Bin 1677 -> 1268 bytes 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-budgie.png b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-budgie.png new file mode 100644 index 0000000..242e24c Binary files /dev/null and b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-budgie.png differ diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-cat.png b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-cat.png new file mode 100644 index 0000000..03d4296 Binary files /dev/null and b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-cat.png differ diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-dog.png similarity index 100% copy from module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png copy to module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-dog.png diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-hamster.png b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-hamster.png new file mode 100644 index 0000000..c90b540 Binary files /dev/null and b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-hamster.png differ diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png index 59ba584..628beeb 100644 Binary files a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png and b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png differ
