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

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


The following commit(s) were added to refs/heads/main by this push:
     new 93443a0  Remove useless docker-java8 profile
93443a0 is described below

commit 93443a0dda1e40c9561cbc34eb9bb6652fcf5fcc
Author: aldettinger <[email protected]>
AuthorDate: Thu Jul 8 09:52:36 2021 +0200

    Remove useless docker-java8 profile
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c12cc3c..6cfa7bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1031,16 +1031,6 @@
         </profile>
 
         <profile>
-            <id>docker-java8</id>
-            <activation>
-                <jdk>1.8</jdk>
-            </activation>
-            <properties>
-                
<quarkus.native.builder-image>quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java8</quarkus.native.builder-image>
-            </properties>
-        </profile>
-
-        <profile>
             <id>apache-snapshots</id>
             <activation>
                 <activeByDefault>false</activeByDefault>

Reply via email to