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/11/10 09:58:08 UTC

[camel-k-runtime] branch cruft created (now a5fe973)

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

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


      at a5fe973  Remove docker-maven-plugin in pom.xml which is not in use

This branch includes the following new commits:

     new a5fe973  Remove docker-maven-plugin in pom.xml which is not in use

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.



[camel-k-runtime] 01/01: Remove docker-maven-plugin in pom.xml which is not in use

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

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

commit a5fe97362dda1f38835f419b0b5f085680e84d82
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 10 10:33:19 2019 +0100

    Remove docker-maven-plugin in pom.xml which is not in use
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa429b9..a03edfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,6 @@
         <maven-source-plugin.version>3.1.0</maven-source-plugin.version>
         <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
         <jandex-maven-plugin.version>1.0.6</jandex-maven-plugin.version>
-        <docker-maven-plugin.version>0.3.0</docker-maven-plugin.version>
         <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
     </properties>