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 2019/02/21 10:53:19 UTC

[camel-k-runtime] branch master updated (a766574 -> 3c7a71f)

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-runtime.git.


    from a766574  Bump to 0.3.0-SNAPSHOT
     add 0c6007f  Added the JenkinsFile in camel-k-runtime
     add ad5327b  Changed the POM path in JenkinsFile
     add 274d3fd  Added Maven Wrapper
     new 3c7a71f  Merge pull request #3 from apache/jenkins-rework

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:
 .mvn/wrapper/MavenWrapperDownloader.java | 117 ++++++++++++
 .mvn/wrapper/maven-wrapper.jar           | Bin 0 -> 50709 bytes
 .mvn/wrapper/maven-wrapper.properties    |   2 +
 Jenkinsfile                              |  68 +++++++
 mvnw                                     | 305 +++++++++++++++++++++++++++++++
 mvnw.cmd                                 | 172 +++++++++++++++++
 6 files changed, 664 insertions(+)
 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 100644 Jenkinsfile
 create mode 100755 mvnw
 create mode 100755 mvnw.cmd


[camel-k-runtime] 01/01: Merge pull request #3 from apache/jenkins-rework

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-runtime.git

commit 3c7a71ff82f09a6a2e445e2724e7d1cd9014c55e
Merge: a766574 274d3fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 21 11:53:16 2019 +0100

    Merge pull request #3 from apache/jenkins-rework
    
    Jenkins rework

 .mvn/wrapper/MavenWrapperDownloader.java | 117 ++++++++++++
 .mvn/wrapper/maven-wrapper.jar           | Bin 0 -> 50709 bytes
 .mvn/wrapper/maven-wrapper.properties    |   2 +
 Jenkinsfile                              |  68 +++++++
 mvnw                                     | 305 +++++++++++++++++++++++++++++++
 mvnw.cmd                                 | 172 +++++++++++++++++
 6 files changed, 664 insertions(+)