You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/02/04 16:35:08 UTC

[camel] branch master updated (9b5ae46 -> d82d9d6)

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

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9b5ae46  Fix package maven plugin for camel-core location
     new 7fce553  Move tooling-bundle/camel-bundle-plugin into tooling/
     new d82d9d6  Do not log tests to stdout

The 35242 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:
 components/camel-activemq/pom.xml                  |  6 +++
 .../src/test/resources/log4j2.properties           |  8 ++--
 pom.xml                                            |  3 +-
 tooling-bundle/pom.xml                             | 44 ----------------------
 .../camel-bundle-plugin/pom.xml                    |  2 +-
 .../org/apache/camel/maven/bundle/CamelPlugin.java |  0
 tooling/pom.xml                                    |  1 +
 7 files changed, 13 insertions(+), 51 deletions(-)
 delete mode 100644 tooling-bundle/pom.xml
 rename {tooling-bundle => tooling}/camel-bundle-plugin/pom.xml (97%)
 rename {tooling-bundle => tooling}/camel-bundle-plugin/src/main/java/org/apache/camel/maven/bundle/CamelPlugin.java (100%)