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 <[email protected]> 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>
