You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/10/02 13:56:31 UTC

[camel-k] branch master updated (23a482e -> 54d99c0)

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

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


    from 23a482e  Merge pull request #145 from apache/vendor-up
     add cc1ba9c  Added Maven Wrapper
     new 54d99c0  Merge pull request #147 from apache/mvnwrapper

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:
 .gitignore                               |   3 +
 .mvn/wrapper/MavenWrapperDownloader.java | 110 ++++++++++++
 .mvn/wrapper/maven-wrapper.jar           | Bin 0 -> 48337 bytes
 .mvn/wrapper/maven-wrapper.properties    |   1 +
 build/Makefile                           |   4 +-
 build/package_maven_artifacts.sh         |   2 +-
 build/set_version.sh                     |   2 +-
 mvnw                                     | 286 +++++++++++++++++++++++++++++++
 mvnw.cmd                                 | 161 +++++++++++++++++
 9 files changed, 565 insertions(+), 4 deletions(-)
 create mode 100755 .mvn/wrapper/MavenWrapperDownloader.java
 create mode 100755 .mvn/wrapper/maven-wrapper.jar
 create mode 100755 .mvn/wrapper/maven-wrapper.properties
 create mode 100755 mvnw
 create mode 100755 mvnw.cmd


[camel-k] 01/01: Merge pull request #147 from apache/mvnwrapper

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 54d99c01f711bf6bf78b693b1431f85f178487e4
Merge: 23a482e cc1ba9c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 2 15:56:18 2018 +0200

    Merge pull request #147 from apache/mvnwrapper
    
    Added Maven Wrapper

 .gitignore                               |   3 +
 .mvn/wrapper/MavenWrapperDownloader.java | 110 ++++++++++++
 .mvn/wrapper/maven-wrapper.jar           | Bin 0 -> 48337 bytes
 .mvn/wrapper/maven-wrapper.properties    |   1 +
 build/Makefile                           |   4 +-
 build/package_maven_artifacts.sh         |   2 +-
 build/set_version.sh                     |   2 +-
 mvnw                                     | 286 +++++++++++++++++++++++++++++++
 mvnw.cmd                                 | 161 +++++++++++++++++
 9 files changed, 565 insertions(+), 4 deletions(-)