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

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


The following commit(s) were added to refs/heads/main by this push:
     new c7d8ffc  Use quarkus-container-image-docker to build image
     new 7790ef8  Merge pull request #3 from mgubaidullin/image-build
c7d8ffc is described below

commit c7d8ffcb1dc93ed0455c8e2c78eafdf2a256155b
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Jul 9 17:18:09 2021 -0400

    Use quarkus-container-image-docker to build image
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f75f329..59d6a51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-container-image-jib</artifactId>
+            <artifactId>quarkus-container-image-docker</artifactId>
         </dependency>
     </dependencies>
     <build>

Reply via email to