You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/01/22 14:39:08 UTC

[camel] branch master updated (f6a8108 -> b384e1e)

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

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


    from f6a8108  Fixed CS for Camel-mongodb-gridfs
     new 3307885  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new e7ecb4e  CAMEL-13088: Polished parent/pom.xml
     new 9c5f2a5  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new c1b4f65  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new d6a2f15  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new a901d93  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new 818a744  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new 1d81913  Fixed CS
     new 0c94527  Fixed examples to use Camel Sprint Boot BOM
     new b95fb8d  CAMEL-13088: build system - Automate list of components in parent and apache-camel poms
     new b384e1e  Regen

The 34854 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:
 apache-camel/pom.xml                               | 685 ++++++++++++----
 apache-camel/src/main/descriptors/common-bin.xml   | 129 ++-
 bom/camel-bom/pom.xml                              | 176 ++--
 .../modules/ROOT/pages/cxf-component.adoc          |  97 ++-
 .../hello-camel-grpc-client-kubernetes/pom.xml     |   4 +-
 .../camel-example-spring-boot-rest-jpa/pom.xml     |   4 +-
 parent/pom.xml                                     | 906 +++++++++++----------
 platforms/camel-catalog/pom.xml                    |   4 +-
 .../camel-spring-boot-dependencies/pom.xml         | 186 +++--
 .../maven/packaging/PackageComponentMojo.java      |   2 +-
 .../camel/maven/packaging/PackageJaxbMojo.java     |   4 -
 .../camel/maven/packaging/PackageOtherMojo.java    |   1 -
 .../maven/packaging/PrepareCatalogKarafMojo.java   |   2 +-
 .../maven/packaging/PrepareComponentMojo.java      |   2 +-
 .../maven/packaging/PrepareParentPomMojo.java      | 182 +++++
 .../camel/maven/packaging/PrepareReadmeMojo.java   |   3 +-
 .../maven/packaging/PrepareReleasePomMojo.java     | 207 +++++
 .../maven/packaging/PrepareUserGuideMojo.java      |   2 +-
 .../packaging/SpringBootAutoConfigurationMojo.java |  51 +-
 .../maven/packaging/SpringBootStarterMojo.java     |   2 -
 .../camel/maven/packaging/UpdateReadmeMojo.java    |   1 -
 21 files changed, 1750 insertions(+), 900 deletions(-)
 create mode 100644 tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareParentPomMojo.java
 create mode 100644 tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareReleasePomMojo.java