You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2019/11/11 18:45:33 UTC

[incubator-tamaya] branch master updated (b3c2820 -> 0ad4392)

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

anatole pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git.


    from b3c2820  LHF: Remove tab
     add cdb3b16  TAMAYA-165 Ensuring multiple properties in different jars all loaded and ordered the correct way for evaluation.
     add 7b9cd3e  TAMAYA-408 Preparing release.
     add d2d6078  TAMAYA-408 Preparing release.
     add 330a7a4  Added missing license headers.
     add 1d8f6b6  TAMAYA-408 Fixed pom.
     add f9cecfd  TAMAYA-408 Added sha1/md5 checksum generation to dist projects.
     add 0ad4392  TAMAYA-408 Added checksums and updated copyright years in NOTICE.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  16 ++
 NOTICE                                             |   2 +-
 README.md                                          |  19 +-
 buildconfigurations/pom.xml                        |   2 +-
 code/api/bnd.bnd                                   |  16 ++
 code/api/pom.xml                                   |   2 +-
 code/core/bnd.bnd                                  |  16 ++
 code/core/pom.xml                                  |   2 +-
 code/core/src/test/resources/java-security.policy  |  17 +-
 code/pom.xml                                       |   2 +-
 code/spi-support/bnd.bnd                           |  16 ++
 code/spi-support/pom.xml                           |   2 +-
 .../JavaConfigurationPropertySource.java           |   1 +
 distribution/pom.xml                               |  41 ++-
 examples/01-minimal/pom.xml                        |   2 +-
 examples/02-custom-property-source/pom.xml         |   2 +-
 examples/pom.xml                                   |   2 +-
 maturity-model.md                                  |  17 ++
 pom.xml                                            |  22 +-
 readme/ReleaseNotes-0.1-incubating.html            |  13 +
 readme/ReleaseNotes-0.2-incubating.html            |  20 +-
 readme/ReleaseNotes-0.3-incubating.html            |  21 +-
 readme/ReleaseNotes-0.4-incubating.html            | 287 +++++++++++++++++++++
 running-mutation-tests.adoc                        |  16 ++
 24 files changed, 538 insertions(+), 18 deletions(-)
 create mode 100644 readme/ReleaseNotes-0.4-incubating.html