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


    from 578a1c7  adds Pet-xxx.png for each species
     new 359bf5c  adds iconname to Pet
     new 451f69a  defines module-visit as module in top level pom.xml
     new d6a18f9  adds pom.xml for visit module itself
     new f10d0a4  updates top-level pom.xml to include new visit module as 
child module
     new 8b1cbf6  adds VisitModule (spring configuration) defining the visit 
module
     new 71dc984  updates application.properties to set up 'visit' DB schema
     new 588bb1d  adds maven dependency from visit module to petowner module
     new 23b809f  adds Spring import  from visit module to petowner module
     new bb28887  adds maven dependency from application module to visit module
     new cc1e5cd  adds spring import from application module to visit module

The 10 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:
 .../java/domainapp/modules/petowner/dom/pet/Pet.java    |  5 +++++
 {module-petowner => module-visit}/pom.xml               |  9 +++++++--
 .../main/java/domainapp/modules/visit/VisitModule.java  | 17 +++++++++--------
 pom.xml                                                 |  6 ++++++
 webapp/pom.xml                                          |  2 +-
 .../domainapp/webapp/application/ApplicationModule.java |  3 ++-
 webapp/src/main/resources/config/application.properties |  2 +-
 7 files changed, 31 insertions(+), 13 deletions(-)
 copy {module-petowner => module-visit}/pom.xml (89%)
 copy module-simple/src/main/java/domainapp/modules/simple/SimpleModule.java => 
module-visit/src/main/java/domainapp/modules/visit/VisitModule.java (80%)

Reply via email to