This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git


 discard ee5023a  adds Pet entity
 discard e8d5122  adds PetName meta-annotation
 discard 24a242b  organizes imports
     new 8ea0e20  organizes imports
     new 4015031  replaces PetOwner.png
     new 3deb1f8  adds PetName meta-annotation
     new aba92d7  adds Pet entity
     new 2985eae  uses the name of the pet as its title
     new ff0399d  adds Pet.layout.xml
     new 19ae5a7  adds icon .png for Pet
     new 6229e84  adds Pet.columnOrder.txt
     new bdb96f6  adds pets collection to PetOwner
     new ec4fa48  positions 'pets' collection in layout.xml
     new a4c286f  adds .columnOrder.txt for pets collection in PetOwner
     new 30a55d3  adds 'addPet' action
     new 5241f5b  adds 'removePet' action

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ee5023a)
            \
             N -- N -- N   refs/heads/v2 (5241f5b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/petowner/dom/pet/Pet.columnOrder.txt   |   3 ++-
 .../domainapp/modules/petowner/dom/pet/Pet.java    |   7 ++---
 .../modules/petowner/dom/pet/Pet.layout.xml        |   1 -
 .../domainapp/modules/petowner/dom/pet/Pet.png     | Bin 0 -> 1677 bytes
 .../dom/petowner/PetOwner#pets.columnOrder.txt     |   3 ++-
 .../modules/petowner/dom/petowner/PetOwner.java    |  29 ++++++++++++++++++++-
 .../petowner/dom/petowner/PetOwner.layout.xml      |   5 ++++
 .../modules/petowner/dom/petowner/PetOwner.png     | Bin 653 -> 2823 bytes
 8 files changed, 41 insertions(+), 7 deletions(-)
 copy 
module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.columnOrder.txt
 => 
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.columnOrder.txt
 (50%)
 copy 
module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml
 => 
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.layout.xml 
(97%)
 create mode 100644 
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.png
 copy 
module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.columnOrder.txt
 => 
module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner#pets.columnOrder.txt
 (50%)

Reply via email to