From 95bcb6b646891574d0bc26615aef9555baf3fb09 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 24 Oct 2019 20:38:44 +0530 Subject: [PATCH] issue-4836 Use the right version of quarkus-maven-plugin in the native profile --- integration-tests/amazon-lambda/pom.xml | 1 + integration-tests/artemis-core/pom.xml | 1 + integration-tests/artemis-jms/pom.xml | 1 + integration-tests/elytron-security-jdbc/pom.xml | 1 + integration-tests/elytron-security-oauth2/pom.xml | 1 + integration-tests/elytron-security/pom.xml | 1 + integration-tests/flyway/pom.xml | 1 + integration-tests/hibernate-search-elasticsearch/pom.xml | 1 + integration-tests/hibernate-validator/pom.xml | 1 + integration-tests/infinispan-client/pom.xml | 1 + integration-tests/infinispan-embedded/pom.xml | 1 + integration-tests/jgit/pom.xml | 1 + integration-tests/jpa-derby/pom.xml | 1 + integration-tests/jpa-h2/pom.xml | 1 + integration-tests/jpa-mariadb/pom.xml | 1 + integration-tests/jpa-mssql/pom.xml | 1 + integration-tests/jpa-mysql/pom.xml | 1 + integration-tests/jpa-postgresql/pom.xml | 1 + integration-tests/jpa/pom.xml | 1 + integration-tests/jsonb/pom.xml | 1 + integration-tests/kafka/pom.xml | 1 + integration-tests/main/pom.xml | 1 + integration-tests/narayana-stm/pom.xml | 1 + integration-tests/neo4j/pom.xml | 1 + integration-tests/oidc/pom.xml | 2 ++ integration-tests/test-extension/pom.xml | 1 + integration-tests/tika/pom.xml | 1 + integration-tests/vault-app/pom.xml | 1 + 28 files changed, 29 insertions(+) diff --git a/integration-tests/amazon-lambda/pom.xml b/integration-tests/amazon-lambda/pom.xml index 8e26427e7946c..9282acbe209aa 100644 --- a/integration-tests/amazon-lambda/pom.xml +++ b/integration-tests/amazon-lambda/pom.xml @@ -86,6 +86,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/artemis-core/pom.xml b/integration-tests/artemis-core/pom.xml index 61b9c1da659ff..090e5a6237c0e 100644 --- a/integration-tests/artemis-core/pom.xml +++ b/integration-tests/artemis-core/pom.xml @@ -110,6 +110,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/artemis-jms/pom.xml b/integration-tests/artemis-jms/pom.xml index 05b995f4af173..0cb6ab92e36a2 100644 --- a/integration-tests/artemis-jms/pom.xml +++ b/integration-tests/artemis-jms/pom.xml @@ -110,6 +110,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/elytron-security-jdbc/pom.xml b/integration-tests/elytron-security-jdbc/pom.xml index 077a387a0e099..7b8a78e0aa3fa 100644 --- a/integration-tests/elytron-security-jdbc/pom.xml +++ b/integration-tests/elytron-security-jdbc/pom.xml @@ -91,6 +91,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/elytron-security-oauth2/pom.xml b/integration-tests/elytron-security-oauth2/pom.xml index 7ba304c8cf51e..aa6481bdd7af4 100644 --- a/integration-tests/elytron-security-oauth2/pom.xml +++ b/integration-tests/elytron-security-oauth2/pom.xml @@ -102,6 +102,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/elytron-security/pom.xml b/integration-tests/elytron-security/pom.xml index 490ee0441c836..990b517659e33 100644 --- a/integration-tests/elytron-security/pom.xml +++ b/integration-tests/elytron-security/pom.xml @@ -99,6 +99,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/flyway/pom.xml b/integration-tests/flyway/pom.xml index 3bf2bd1e20fc7..c2a3ddaddab1b 100644 --- a/integration-tests/flyway/pom.xml +++ b/integration-tests/flyway/pom.xml @@ -104,6 +104,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/hibernate-search-elasticsearch/pom.xml b/integration-tests/hibernate-search-elasticsearch/pom.xml index d4415e47cac4d..2be65edac0c53 100644 --- a/integration-tests/hibernate-search-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-elasticsearch/pom.xml @@ -171,6 +171,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/hibernate-validator/pom.xml b/integration-tests/hibernate-validator/pom.xml index 4f2ce190a2504..c83116dc8e662 100644 --- a/integration-tests/hibernate-validator/pom.xml +++ b/integration-tests/hibernate-validator/pom.xml @@ -108,6 +108,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/infinispan-client/pom.xml b/integration-tests/infinispan-client/pom.xml index 839dfbb24815e..9fedcd848b150 100644 --- a/integration-tests/infinispan-client/pom.xml +++ b/integration-tests/infinispan-client/pom.xml @@ -155,6 +155,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/infinispan-embedded/pom.xml b/integration-tests/infinispan-embedded/pom.xml index 93e2beef177d1..4a6826aab74ff 100644 --- a/integration-tests/infinispan-embedded/pom.xml +++ b/integration-tests/infinispan-embedded/pom.xml @@ -126,6 +126,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jgit/pom.xml b/integration-tests/jgit/pom.xml index 32ca582097509..5875dbbdd9581 100644 --- a/integration-tests/jgit/pom.xml +++ b/integration-tests/jgit/pom.xml @@ -101,6 +101,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-derby/pom.xml b/integration-tests/jpa-derby/pom.xml index 4310c9ef59d9c..10f426d0137f8 100644 --- a/integration-tests/jpa-derby/pom.xml +++ b/integration-tests/jpa-derby/pom.xml @@ -100,6 +100,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-h2/pom.xml b/integration-tests/jpa-h2/pom.xml index 29708c0eacb42..23eaf40c1d472 100644 --- a/integration-tests/jpa-h2/pom.xml +++ b/integration-tests/jpa-h2/pom.xml @@ -100,6 +100,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml index 184544f2c74b4..94468418d8b14 100644 --- a/integration-tests/jpa-mariadb/pom.xml +++ b/integration-tests/jpa-mariadb/pom.xml @@ -134,6 +134,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml index 5fe619aa63bf5..6c9e42aeb732c 100644 --- a/integration-tests/jpa-mssql/pom.xml +++ b/integration-tests/jpa-mssql/pom.xml @@ -138,6 +138,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-mysql/pom.xml b/integration-tests/jpa-mysql/pom.xml index 02a166b50f13c..5ad99cb1e968a 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -134,6 +134,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml index e2c58b0e6f0f9..d412ae1d36796 100644 --- a/integration-tests/jpa-postgresql/pom.xml +++ b/integration-tests/jpa-postgresql/pom.xml @@ -129,6 +129,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 52ca1d7ed0695..8f58ab9bbf0d3 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -97,6 +97,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/jsonb/pom.xml b/integration-tests/jsonb/pom.xml index 004d6112b5319..962a25b0c7e66 100644 --- a/integration-tests/jsonb/pom.xml +++ b/integration-tests/jsonb/pom.xml @@ -87,6 +87,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 50473c8d2fa42..48849a0d00755 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -123,6 +123,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index 726881036b040..dc876bd17f22e 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -231,6 +231,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/narayana-stm/pom.xml b/integration-tests/narayana-stm/pom.xml index 77f57a5cb2571..7f97ca99cba0f 100644 --- a/integration-tests/narayana-stm/pom.xml +++ b/integration-tests/narayana-stm/pom.xml @@ -60,6 +60,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/neo4j/pom.xml b/integration-tests/neo4j/pom.xml index f5fb59aed4f71..af0945bde4097 100644 --- a/integration-tests/neo4j/pom.xml +++ b/integration-tests/neo4j/pom.xml @@ -159,6 +159,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/oidc/pom.xml b/integration-tests/oidc/pom.xml index f84aae8a48c74..f123eed65d875 100644 --- a/integration-tests/oidc/pom.xml +++ b/integration-tests/oidc/pom.xml @@ -112,6 +112,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} @@ -153,6 +154,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/test-extension/pom.xml b/integration-tests/test-extension/pom.xml index 8d2372f861b3c..bbf42382475c6 100644 --- a/integration-tests/test-extension/pom.xml +++ b/integration-tests/test-extension/pom.xml @@ -92,6 +92,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index f38acee12c3b1..0abe4e95f6469 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -104,6 +104,7 @@ io.quarkus quarkus-maven-plugin + ${project.version} native-image diff --git a/integration-tests/vault-app/pom.xml b/integration-tests/vault-app/pom.xml index 8ea2149f35666..044fd5006cbd5 100644 --- a/integration-tests/vault-app/pom.xml +++ b/integration-tests/vault-app/pom.xml @@ -156,6 +156,7 @@ ${project.groupId} quarkus-maven-plugin + ${project.version} native-image