You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:40:14 UTC

[fineract-cn-rhythm] branch develop updated (99ecb73 -> 7f1556f)

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

juhan pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-rhythm.git.


    from 99ecb73  Merge pull request #12 from aasaru/FINCN-175
     new be601d6  upgrade to Gradle 4.10.3
     new 291f349  upgrade gradle wrapper
     new 8e57461  fix component-test build
     new 0e6cb37  set unique port
     new e6d3a95  add shields and link to documentation
     new ba139c3  replace default spring boot banner with application specific start-up banner
     new 1554f8b  exclude logs, banner and target classes from RAT check
     new 7f1556f  Merge pull request #13 from aasaru/gradle_4.10.3

The 102 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:
 README.md                                  |   3 ++-
 api/build.gradle                           |   7 +++----
 build.gradle                               |   8 ++++++++
 component-test/build.gradle                |   8 +++++++-
 gradle/wrapper/gradle-wrapper.jar          | Bin 54212 -> 56177 bytes
 gradle/wrapper/gradle-wrapper.properties   |   3 +--
 gradlew                                    |   6 +++---
 service/build.gradle                       |  21 +++++++++++----------
 service/src/main/resources/application.yml |   2 +-
 service/src/main/resources/banner.txt      |  11 +++++++++++
 shared.gradle                              |  12 +++++-------
 spi/build.gradle                           |   7 +++----
 12 files changed, 55 insertions(+), 33 deletions(-)
 create mode 100644 service/src/main/resources/banner.txt