You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/11/12 21:01:28 UTC

[incubator-tamaya-extensions] branch master updated (b617211 -> bb9947e)

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

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


    from b617211  Merged
     add 829ad9f  Prepare for next development iteration
     new bb9947e  Merge pull request #40 from apache/PrepareForNextDevIteration

The 1 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:
 distribution/pom.xml                               |  4 +-
 examples/01-resources-example/pom.xml              |  5 +-
 examples/02-resolver-example/pom.xml               |  2 +-
 examples/03-injection-example/pom.xml              |  3 +-
 examples/04-events-example/pom.xml                 |  2 +-
 examples/05-spring-example/pom.xml                 |  2 +-
 examples/06-distributed/pom.xml                    |  2 +-
 examples/pom.xml                                   |  2 +-
 modules/collections/pom.xml                        |  2 +-
 modules/consul/pom.xml                             |  2 +-
 modules/etcd/pom.xml                               |  2 +-
 modules/events/pom.xml                             |  2 +-
 modules/features/pom.xml                           |  2 +-
 modules/filter/pom.xml                             |  2 +-
 modules/formats/base/pom.xml                       |  2 +-
 modules/formats/hjson/pom.xml                      |  2 +-
 modules/formats/hocon/pom.xml                      |  2 +-
 modules/formats/json/pom.xml                       |  2 +-
 modules/formats/pom.xml                            |  2 +-
 modules/formats/yaml/pom.xml                       |  2 +-
 modules/functions/pom.xml                          |  2 +-
 modules/hazelcast/pom.xml                          |  2 +-
 modules/injection/cdi/pom.xml                      |  2 +-
 modules/injection/injection-api/pom.xml            |  2 +-
 modules/injection/pom.xml                          |  2 +-
 modules/injection/standalone/pom.xml               |  2 +-
 modules/jndi/pom.xml                               |  2 +-
 modules/microprofile/pom.xml                       |  2 +-
 modules/mutable-config/pom.xml                     |  2 +-
 modules/optional/pom.xml                           |  2 +-
 modules/osgi/common/pom.xml                        |  2 +-
 modules/osgi/gogo-shell/pom.xml                    |  2 +-
 modules/osgi/injection/pom.xml                     |  2 +-
 modules/osgi/karaf-features/pom.xml                |  2 +-
 .../karaf-features/src/main/features/features.xml  | 90 +++++++++++-----------
 modules/osgi/karaf-shell/pom.xml                   |  2 +-
 modules/osgi/pom.xml                               |  2 +-
 modules/osgi/updater/pom.xml                       |  2 +-
 modules/pom.xml                                    |  2 +-
 modules/resolver/pom.xml                           |  2 +-
 .../apache/tamaya/resolver/ManualSetupTest.java    |  5 --
 modules/resources/pom.xml                          |  2 +-
 modules/spring/pom.xml                             |  2 +-
 pom.xml                                            |  4 +-
 44 files changed, 90 insertions(+), 97 deletions(-)


[incubator-tamaya-extensions] 01/01: Merge pull request #40 from apache/PrepareForNextDevIteration

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bb9947e4045b6db0c47e673ce69d5bd8d1b493b8
Merge: b617211 829ad9f
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Tue Nov 12 22:01:22 2019 +0100

    Merge pull request #40 from apache/PrepareForNextDevIteration
    
    Prepare for next development iteration

 distribution/pom.xml                               |  4 +-
 examples/01-resources-example/pom.xml              |  5 +-
 examples/02-resolver-example/pom.xml               |  2 +-
 examples/03-injection-example/pom.xml              |  3 +-
 examples/04-events-example/pom.xml                 |  2 +-
 examples/05-spring-example/pom.xml                 |  2 +-
 examples/06-distributed/pom.xml                    |  2 +-
 examples/pom.xml                                   |  2 +-
 modules/collections/pom.xml                        |  2 +-
 modules/consul/pom.xml                             |  2 +-
 modules/etcd/pom.xml                               |  2 +-
 modules/events/pom.xml                             |  2 +-
 modules/features/pom.xml                           |  2 +-
 modules/filter/pom.xml                             |  2 +-
 modules/formats/base/pom.xml                       |  2 +-
 modules/formats/hjson/pom.xml                      |  2 +-
 modules/formats/hocon/pom.xml                      |  2 +-
 modules/formats/json/pom.xml                       |  2 +-
 modules/formats/pom.xml                            |  2 +-
 modules/formats/yaml/pom.xml                       |  2 +-
 modules/functions/pom.xml                          |  2 +-
 modules/hazelcast/pom.xml                          |  2 +-
 modules/injection/cdi/pom.xml                      |  2 +-
 modules/injection/injection-api/pom.xml            |  2 +-
 modules/injection/pom.xml                          |  2 +-
 modules/injection/standalone/pom.xml               |  2 +-
 modules/jndi/pom.xml                               |  2 +-
 modules/microprofile/pom.xml                       |  2 +-
 modules/mutable-config/pom.xml                     |  2 +-
 modules/optional/pom.xml                           |  2 +-
 modules/osgi/common/pom.xml                        |  2 +-
 modules/osgi/gogo-shell/pom.xml                    |  2 +-
 modules/osgi/injection/pom.xml                     |  2 +-
 modules/osgi/karaf-features/pom.xml                |  2 +-
 .../karaf-features/src/main/features/features.xml  | 90 +++++++++++-----------
 modules/osgi/karaf-shell/pom.xml                   |  2 +-
 modules/osgi/pom.xml                               |  2 +-
 modules/osgi/updater/pom.xml                       |  2 +-
 modules/pom.xml                                    |  2 +-
 modules/resolver/pom.xml                           |  2 +-
 .../apache/tamaya/resolver/ManualSetupTest.java    |  5 --
 modules/resources/pom.xml                          |  2 +-
 modules/spring/pom.xml                             |  2 +-
 pom.xml                                            |  4 +-
 44 files changed, 90 insertions(+), 97 deletions(-)