diff --git a/bom/deployment/pom.xml b/bom/deployment/pom.xml index 1b9f44cc2eada..eba184bcdc727 100644 --- a/bom/deployment/pom.xml +++ b/bom/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../pom.xml 4.0.0 diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index c29efb995a8e1..cdfac04dd89a6 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../pom.xml 4.0.0 diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 6744e08a882b5..68110996825b0 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -5,7 +5,7 @@ quarkus-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/core/builder/pom.xml b/core/builder/pom.xml index a77ce90a1307a..c675b1bb170a2 100644 --- a/core/builder/pom.xml +++ b/core/builder/pom.xml @@ -10,7 +10,7 @@ io.quarkus quarkus-build-parent - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/core/creator/pom.xml b/core/creator/pom.xml index edf8aed7bd2f3..c5dc04c70f90a 100644 --- a/core/creator/pom.xml +++ b/core/creator/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml index 1ff41a1677fad..8d10ac21bc6cc 100644 --- a/core/deployment/pom.xml +++ b/core/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-core-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/core/devmode/pom.xml b/core/devmode/pom.xml index 13db264232759..bbfaa48629f4f 100644 --- a/core/devmode/pom.xml +++ b/core/devmode/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index ae8a9896c860a..89e1b5e41f56f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml 4.0.0 diff --git a/core/processor/pom.xml b/core/processor/pom.xml index a34356dc69aa7..b4bf902cf4b04 100644 --- a/core/processor/pom.xml +++ b/core/processor/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-core-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 5dd0cff829c7f..d8d4b40880f1b 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-core-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/core/test-extension/deployment/pom.xml b/core/test-extension/deployment/pom.xml index b43203d8ac8ca..05b8e84b6f1f3 100644 --- a/core/test-extension/deployment/pom.xml +++ b/core/test-extension/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-test-extension-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/core/test-extension/pom.xml b/core/test-extension/pom.xml index a657ea36f5d66..ad6b56a3d50a8 100644 --- a/core/test-extension/pom.xml +++ b/core/test-extension/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-core-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/core/test-extension/runtime/pom.xml b/core/test-extension/runtime/pom.xml index 208261cf59b6e..b4c9d924991e3 100644 --- a/core/test-extension/runtime/pom.xml +++ b/core/test-extension/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-test-extension-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/devtools/aesh/pom.xml b/devtools/aesh/pom.xml index d819ca7be44f1..d91c5a7c835e0 100644 --- a/devtools/aesh/pom.xml +++ b/devtools/aesh/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/devtools/bom-descriptor-json/pom.xml b/devtools/bom-descriptor-json/pom.xml index 3cdf6b548c7b2..49687b86d5dad 100644 --- a/devtools/bom-descriptor-json/pom.xml +++ b/devtools/bom-descriptor-json/pom.xml @@ -5,7 +5,7 @@ quarkus-devtools-all io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/devtools/gradle/gradle.properties b/devtools/gradle/gradle.properties index a70146c0ed233..da28454288b2c 100644 --- a/devtools/gradle/gradle.properties +++ b/devtools/gradle/gradle.properties @@ -1 +1 @@ -version = 999-SNAPSHOT \ No newline at end of file +version = 1.0.0.CR2 \ No newline at end of file diff --git a/devtools/gradle/pom.xml b/devtools/gradle/pom.xml index 0e6b7630d1ced..f33c2696942ce 100644 --- a/devtools/gradle/pom.xml +++ b/devtools/gradle/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-build-parent - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/devtools/maven/pom.xml b/devtools/maven/pom.xml index 557c564b843e2..4af56e01cb70e 100644 --- a/devtools/maven/pom.xml +++ b/devtools/maven/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/devtools/platform-descriptor-json-plugin/pom.xml b/devtools/platform-descriptor-json-plugin/pom.xml index d27120c05dacf..6b6115f3afb3f 100644 --- a/devtools/platform-descriptor-json-plugin/pom.xml +++ b/devtools/platform-descriptor-json-plugin/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/devtools/platform-descriptor-json/pom.xml b/devtools/platform-descriptor-json/pom.xml index 66d65a028a558..05533884f1478 100644 --- a/devtools/platform-descriptor-json/pom.xml +++ b/devtools/platform-descriptor-json/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-devtools-all - 999-SNAPSHOT + 1.0.0.CR2 quarkus-platform-descriptor-json diff --git a/devtools/pom.xml b/devtools/pom.xml index 229552a0fd42f..ce74492138e7c 100644 --- a/devtools/pom.xml +++ b/devtools/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml diff --git a/devtools/reflection-agent/pom.xml b/devtools/reflection-agent/pom.xml index 441889f563096..5b61399832bef 100644 --- a/devtools/reflection-agent/pom.xml +++ b/devtools/reflection-agent/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-devtools-all - 999-SNAPSHOT + 1.0.0.CR2 quarkus-devtools-reflection-agent diff --git a/docs/pom.xml b/docs/pom.xml index cc265d4af1ef0..0183f673788c6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-build-parent - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml diff --git a/extensions/agroal/deployment/pom.xml b/extensions/agroal/deployment/pom.xml index 03167b34a1efd..412fe18693a6b 100644 --- a/extensions/agroal/deployment/pom.xml +++ b/extensions/agroal/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-agroal-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/agroal/pom.xml b/extensions/agroal/pom.xml index 47b4f6984e30d..04f0cfa5212a5 100644 --- a/extensions/agroal/pom.xml +++ b/extensions/agroal/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/agroal/runtime/pom.xml b/extensions/agroal/runtime/pom.xml index 3600282874ecd..c8592f4cba0dc 100644 --- a/extensions/agroal/runtime/pom.xml +++ b/extensions/agroal/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-agroal-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/amazon-dynamodb/deployment/pom.xml b/extensions/amazon-dynamodb/deployment/pom.xml index f7e84adbc119d..0facf75d3f03e 100644 --- a/extensions/amazon-dynamodb/deployment/pom.xml +++ b/extensions/amazon-dynamodb/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-dynamodb-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/amazon-dynamodb/pom.xml b/extensions/amazon-dynamodb/pom.xml index 503fe86a7cd5d..f0b293d40bc98 100644 --- a/extensions/amazon-dynamodb/pom.xml +++ b/extensions/amazon-dynamodb/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/amazon-dynamodb/runtime/pom.xml b/extensions/amazon-dynamodb/runtime/pom.xml index 916fbc0317585..6251b90977785 100644 --- a/extensions/amazon-dynamodb/runtime/pom.xml +++ b/extensions/amazon-dynamodb/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-dynamodb-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/amazon-lambda-http/deployment/pom.xml b/extensions/amazon-lambda-http/deployment/pom.xml index 511d6393b3c67..aa1af4773e1fc 100644 --- a/extensions/amazon-lambda-http/deployment/pom.xml +++ b/extensions/amazon-lambda-http/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-lambda-http-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/amazon-lambda-http/maven-archetype/pom.xml b/extensions/amazon-lambda-http/maven-archetype/pom.xml index 674bd13dd27e9..d4f0a2eb18b5c 100644 --- a/extensions/amazon-lambda-http/maven-archetype/pom.xml +++ b/extensions/amazon-lambda-http/maven-archetype/pom.xml @@ -5,7 +5,7 @@ quarkus-amazon-lambda-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/amazon-lambda-http/pom.xml b/extensions/amazon-lambda-http/pom.xml index c49840d021c39..3a27c58826848 100644 --- a/extensions/amazon-lambda-http/pom.xml +++ b/extensions/amazon-lambda-http/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/amazon-lambda-http/runtime/pom.xml b/extensions/amazon-lambda-http/runtime/pom.xml index 42509a4a966ae..1cc3208a2cf02 100644 --- a/extensions/amazon-lambda-http/runtime/pom.xml +++ b/extensions/amazon-lambda-http/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-lambda-http-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/amazon-lambda/deployment/pom.xml b/extensions/amazon-lambda/deployment/pom.xml index 94f7ae0cf1344..02ae6f5544a50 100644 --- a/extensions/amazon-lambda/deployment/pom.xml +++ b/extensions/amazon-lambda/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-lambda-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/amazon-lambda/maven-archetype/pom.xml b/extensions/amazon-lambda/maven-archetype/pom.xml index 2f9d454bdf47a..02c6ebdd23448 100644 --- a/extensions/amazon-lambda/maven-archetype/pom.xml +++ b/extensions/amazon-lambda/maven-archetype/pom.xml @@ -5,7 +5,7 @@ quarkus-amazon-lambda-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/pom.xml b/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/pom.xml index e7999a71838c9..38f331e5c3850 100644 --- a/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/pom.xml +++ b/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/pom.xml @@ -10,7 +10,7 @@ UTF-8 2.22.0 true - 999-SNAPSHOT + 1.0.0.CR2 3.8.1 1.8 UTF-8 diff --git a/extensions/amazon-lambda/pom.xml b/extensions/amazon-lambda/pom.xml index eaecf4305f979..969af7a687d8a 100644 --- a/extensions/amazon-lambda/pom.xml +++ b/extensions/amazon-lambda/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/amazon-lambda/runtime/pom.xml b/extensions/amazon-lambda/runtime/pom.xml index 5f50b8330de25..bad94a22d8753 100644 --- a/extensions/amazon-lambda/runtime/pom.xml +++ b/extensions/amazon-lambda/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-amazon-lambda-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/arc/deployment/pom.xml b/extensions/arc/deployment/pom.xml index 53fc74664d7e2..ca7d4cfd9a049 100644 --- a/extensions/arc/deployment/pom.xml +++ b/extensions/arc/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-arc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/arc/pom.xml b/extensions/arc/pom.xml index c4f0708fb8b7f..c678fa35d3cda 100644 --- a/extensions/arc/pom.xml +++ b/extensions/arc/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/arc/runtime/pom.xml b/extensions/arc/runtime/pom.xml index 8f0d2a3bc607d..c87ef10ff3f55 100644 --- a/extensions/arc/runtime/pom.xml +++ b/extensions/arc/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-arc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/artemis-core/deployment/pom.xml b/extensions/artemis-core/deployment/pom.xml index b5212a74ca088..f1631b9b27d8d 100644 --- a/extensions/artemis-core/deployment/pom.xml +++ b/extensions/artemis-core/deployment/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-artemis-core-parent - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/artemis-core/pom.xml b/extensions/artemis-core/pom.xml index 6136f616664b2..93ffd91b95921 100644 --- a/extensions/artemis-core/pom.xml +++ b/extensions/artemis-core/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/artemis-core/runtime/pom.xml b/extensions/artemis-core/runtime/pom.xml index 2471ba5700fe6..4ee426cab053f 100644 --- a/extensions/artemis-core/runtime/pom.xml +++ b/extensions/artemis-core/runtime/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-artemis-core-parent - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/artemis-jms/deployment/pom.xml b/extensions/artemis-jms/deployment/pom.xml index 039f864fb8cce..0086fae8602d3 100644 --- a/extensions/artemis-jms/deployment/pom.xml +++ b/extensions/artemis-jms/deployment/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-artemis-jms-parent - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/artemis-jms/pom.xml b/extensions/artemis-jms/pom.xml index 73b6fa958f5d1..c11d3535234c8 100644 --- a/extensions/artemis-jms/pom.xml +++ b/extensions/artemis-jms/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/artemis-jms/runtime/pom.xml b/extensions/artemis-jms/runtime/pom.xml index 341f917c1f9bb..ddbf94031d4e1 100644 --- a/extensions/artemis-jms/runtime/pom.xml +++ b/extensions/artemis-jms/runtime/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-artemis-jms-parent - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/azure-functions-http/deployment/pom.xml b/extensions/azure-functions-http/deployment/pom.xml index bf6846299c1ce..1d677ed07f64e 100644 --- a/extensions/azure-functions-http/deployment/pom.xml +++ b/extensions/azure-functions-http/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-azure-functions-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/azure-functions-http/maven-archetype/pom.xml b/extensions/azure-functions-http/maven-archetype/pom.xml index b2f009ed69dd7..5afeea663748d 100644 --- a/extensions/azure-functions-http/maven-archetype/pom.xml +++ b/extensions/azure-functions-http/maven-archetype/pom.xml @@ -5,7 +5,7 @@ quarkus-azure-functions-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/azure-functions-http/maven-archetype/src/main/resources/archetype-resources/pom.xml b/extensions/azure-functions-http/maven-archetype/src/main/resources/archetype-resources/pom.xml index 84dd798410fa3..04d67e10655a8 100644 --- a/extensions/azure-functions-http/maven-archetype/src/main/resources/archetype-resources/pom.xml +++ b/extensions/azure-functions-http/maven-archetype/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ 2.22.0 1.8 1.8 - 999-SNAPSHOT + 1.0.0.CR2 1.3.2 ${appName} ${appRegion} diff --git a/extensions/azure-functions-http/pom.xml b/extensions/azure-functions-http/pom.xml index 8a2842a3288b1..acbc611c30337 100644 --- a/extensions/azure-functions-http/pom.xml +++ b/extensions/azure-functions-http/pom.xml @@ -21,7 +21,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/azure-functions-http/runtime/pom.xml b/extensions/azure-functions-http/runtime/pom.xml index da4ad843166eb..a02232aebe4ca 100644 --- a/extensions/azure-functions-http/runtime/pom.xml +++ b/extensions/azure-functions-http/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-azure-functions-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml index cc8dcc6e1ca5e..7a2230406ba95 100644 --- a/extensions/caffeine/deployment/pom.xml +++ b/extensions/caffeine/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-caffeine-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml index 9c308239e0512..e0ee143a45c70 100644 --- a/extensions/caffeine/pom.xml +++ b/extensions/caffeine/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml index 2246644b68522..60cc140711130 100644 --- a/extensions/caffeine/runtime/pom.xml +++ b/extensions/caffeine/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-caffeine-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/elasticsearch-rest-client/deployment/pom.xml b/extensions/elasticsearch-rest-client/deployment/pom.xml index 85a3dd27bcb66..f3234732f1fec 100644 --- a/extensions/elasticsearch-rest-client/deployment/pom.xml +++ b/extensions/elasticsearch-rest-client/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-elasticsearch-rest-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elasticsearch-rest-client/pom.xml b/extensions/elasticsearch-rest-client/pom.xml index 6fecd9de4e686..b718767eba09f 100644 --- a/extensions/elasticsearch-rest-client/pom.xml +++ b/extensions/elasticsearch-rest-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/elasticsearch-rest-client/runtime/pom.xml b/extensions/elasticsearch-rest-client/runtime/pom.xml index 3f269656070bf..74af2b6bba82d 100644 --- a/extensions/elasticsearch-rest-client/runtime/pom.xml +++ b/extensions/elasticsearch-rest-client/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-elasticsearch-rest-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security-jdbc/deployment/pom.xml b/extensions/elytron-security-jdbc/deployment/pom.xml index 44278fd2fb329..2f416331f1703 100644 --- a/extensions/elytron-security-jdbc/deployment/pom.xml +++ b/extensions/elytron-security-jdbc/deployment/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-elytron-security-jdbc-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/elytron-security-jdbc/pom.xml b/extensions/elytron-security-jdbc/pom.xml index f96385bc3c2c8..0af82700ec294 100644 --- a/extensions/elytron-security-jdbc/pom.xml +++ b/extensions/elytron-security-jdbc/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-extensions-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/elytron-security-jdbc/runtime/pom.xml b/extensions/elytron-security-jdbc/runtime/pom.xml index 4f9c6c78ddf9b..0b7ca3d441779 100644 --- a/extensions/elytron-security-jdbc/runtime/pom.xml +++ b/extensions/elytron-security-jdbc/runtime/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-elytron-security-jdbc-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/extensions/elytron-security-oauth2/deployment/pom.xml b/extensions/elytron-security-oauth2/deployment/pom.xml index 37cb8e61390de..937f0f02845b1 100644 --- a/extensions/elytron-security-oauth2/deployment/pom.xml +++ b/extensions/elytron-security-oauth2/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-oauth2-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security-oauth2/pom.xml b/extensions/elytron-security-oauth2/pom.xml index bef01c1c3b282..1879d5c1ef966 100644 --- a/extensions/elytron-security-oauth2/pom.xml +++ b/extensions/elytron-security-oauth2/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/elytron-security-oauth2/runtime/pom.xml b/extensions/elytron-security-oauth2/runtime/pom.xml index 8676e3e2a6c0f..32d2349cd7a95 100644 --- a/extensions/elytron-security-oauth2/runtime/pom.xml +++ b/extensions/elytron-security-oauth2/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-oauth2-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security-properties-file/deployment/pom.xml b/extensions/elytron-security-properties-file/deployment/pom.xml index 09aeb5cc99c78..def0d0dccbc75 100644 --- a/extensions/elytron-security-properties-file/deployment/pom.xml +++ b/extensions/elytron-security-properties-file/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-properties-file-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security-properties-file/pom.xml b/extensions/elytron-security-properties-file/pom.xml index 6dd904ef22c77..bb540b79c6c25 100644 --- a/extensions/elytron-security-properties-file/pom.xml +++ b/extensions/elytron-security-properties-file/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/elytron-security-properties-file/runtime/pom.xml b/extensions/elytron-security-properties-file/runtime/pom.xml index 0cbc3141c4543..ad21ba949eb6b 100644 --- a/extensions/elytron-security-properties-file/runtime/pom.xml +++ b/extensions/elytron-security-properties-file/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-properties-file-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security/deployment/pom.xml b/extensions/elytron-security/deployment/pom.xml index d493cac344445..0db5405c8e18d 100644 --- a/extensions/elytron-security/deployment/pom.xml +++ b/extensions/elytron-security/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/elytron-security/pom.xml b/extensions/elytron-security/pom.xml index d321f8bb4a270..1cf3536a63d76 100644 --- a/extensions/elytron-security/pom.xml +++ b/extensions/elytron-security/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/elytron-security/runtime/pom.xml b/extensions/elytron-security/runtime/pom.xml index 71aec8628e7e6..2c387032c72b2 100644 --- a/extensions/elytron-security/runtime/pom.xml +++ b/extensions/elytron-security/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-elytron-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/flyway/deployment/pom.xml b/extensions/flyway/deployment/pom.xml index 91cd181b47599..0b01cc7f0df1e 100644 --- a/extensions/flyway/deployment/pom.xml +++ b/extensions/flyway/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-flyway-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/flyway/pom.xml b/extensions/flyway/pom.xml index a17086ab33233..5cd2e77f37faf 100644 --- a/extensions/flyway/pom.xml +++ b/extensions/flyway/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/flyway/runtime/pom.xml b/extensions/flyway/runtime/pom.xml index f1804ae019a7f..8e70d857913ab 100644 --- a/extensions/flyway/runtime/pom.xml +++ b/extensions/flyway/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-flyway-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/hibernate-orm/deployment/pom.xml b/extensions/hibernate-orm/deployment/pom.xml index 5b6294a216614..24583c87a6465 100644 --- a/extensions/hibernate-orm/deployment/pom.xml +++ b/extensions/hibernate-orm/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-orm-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/hibernate-orm/pom.xml b/extensions/hibernate-orm/pom.xml index b16510865df97..833c99bbe6ab2 100644 --- a/extensions/hibernate-orm/pom.xml +++ b/extensions/hibernate-orm/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/hibernate-orm/runtime/pom.xml b/extensions/hibernate-orm/runtime/pom.xml index 491c0406cd599..3a22fe7f02775 100644 --- a/extensions/hibernate-orm/runtime/pom.xml +++ b/extensions/hibernate-orm/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-orm-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/hibernate-search-elasticsearch/deployment/pom.xml b/extensions/hibernate-search-elasticsearch/deployment/pom.xml index e39d3d43c1164..d9fe8881337fc 100644 --- a/extensions/hibernate-search-elasticsearch/deployment/pom.xml +++ b/extensions/hibernate-search-elasticsearch/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-search-elasticsearch-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/hibernate-search-elasticsearch/pom.xml b/extensions/hibernate-search-elasticsearch/pom.xml index f4a6c64ba845c..7fad8deb8a668 100644 --- a/extensions/hibernate-search-elasticsearch/pom.xml +++ b/extensions/hibernate-search-elasticsearch/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/hibernate-search-elasticsearch/runtime/pom.xml b/extensions/hibernate-search-elasticsearch/runtime/pom.xml index 56449247de528..86342f4e2a11b 100644 --- a/extensions/hibernate-search-elasticsearch/runtime/pom.xml +++ b/extensions/hibernate-search-elasticsearch/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-search-elasticsearch-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/hibernate-validator/deployment/pom.xml b/extensions/hibernate-validator/deployment/pom.xml index 31861e0f2485a..eef25a7a5784e 100644 --- a/extensions/hibernate-validator/deployment/pom.xml +++ b/extensions/hibernate-validator/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-validator-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/hibernate-validator/pom.xml b/extensions/hibernate-validator/pom.xml index ac09fbf8bcd04..72cc19f31b73a 100644 --- a/extensions/hibernate-validator/pom.xml +++ b/extensions/hibernate-validator/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/hibernate-validator/runtime/pom.xml b/extensions/hibernate-validator/runtime/pom.xml index 7183ba22ea317..4d7a0d4a7c7d4 100644 --- a/extensions/hibernate-validator/runtime/pom.xml +++ b/extensions/hibernate-validator/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-validator-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/infinispan-client/deployment/pom.xml b/extensions/infinispan-client/deployment/pom.xml index 40c9a1d095e9d..9b6d82cceabaa 100644 --- a/extensions/infinispan-client/deployment/pom.xml +++ b/extensions/infinispan-client/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-infinispan-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/infinispan-client/pom.xml b/extensions/infinispan-client/pom.xml index d71ee32a176df..1ab2bfa811840 100644 --- a/extensions/infinispan-client/pom.xml +++ b/extensions/infinispan-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/infinispan-client/runtime/pom.xml b/extensions/infinispan-client/runtime/pom.xml index a1f9138c2e6b9..fc267539ab9dd 100644 --- a/extensions/infinispan-client/runtime/pom.xml +++ b/extensions/infinispan-client/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-infinispan-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/infinispan-embedded/deployment/pom.xml b/extensions/infinispan-embedded/deployment/pom.xml index 53843a1b853a7..30743277613b6 100644 --- a/extensions/infinispan-embedded/deployment/pom.xml +++ b/extensions/infinispan-embedded/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-infinispan-embedded-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/infinispan-embedded/pom.xml b/extensions/infinispan-embedded/pom.xml index 927d89751d97b..a41b5860fc701 100644 --- a/extensions/infinispan-embedded/pom.xml +++ b/extensions/infinispan-embedded/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/infinispan-embedded/runtime/pom.xml b/extensions/infinispan-embedded/runtime/pom.xml index 3b10ece87523f..5765add2d3f47 100644 --- a/extensions/infinispan-embedded/runtime/pom.xml +++ b/extensions/infinispan-embedded/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-infinispan-embedded-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml index 71b42d61fc563..97c82dfcf0738 100644 --- a/extensions/jackson/deployment/pom.xml +++ b/extensions/jackson/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml index df156d398e755..a9b8bb3ffd3e2 100644 --- a/extensions/jackson/pom.xml +++ b/extensions/jackson/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml index 066622a4efa50..bd8465847843f 100644 --- a/extensions/jackson/runtime/pom.xml +++ b/extensions/jackson/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jackson/spi/pom.xml b/extensions/jackson/spi/pom.xml index af8ebcfb45281..35809353e3d14 100644 --- a/extensions/jackson/spi/pom.xml +++ b/extensions/jackson/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jaeger/deployment/pom.xml b/extensions/jaeger/deployment/pom.xml index 490cba3c58af1..69d0b5610f5dc 100644 --- a/extensions/jaeger/deployment/pom.xml +++ b/extensions/jaeger/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jaeger-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jaeger/pom.xml b/extensions/jaeger/pom.xml index 5a380a4eb89a1..6c41dcf6f6471 100644 --- a/extensions/jaeger/pom.xml +++ b/extensions/jaeger/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jaeger/runtime/pom.xml b/extensions/jaeger/runtime/pom.xml index 552f9fc3751f7..007c7d045c4fe 100644 --- a/extensions/jaeger/runtime/pom.xml +++ b/extensions/jaeger/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jaeger-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml index edc16f42d3eff..f806dcf138dd2 100644 --- a/extensions/jaxb/deployment/pom.xml +++ b/extensions/jaxb/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jaxb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml index 12968c9dc2735..070aabddda3ef 100644 --- a/extensions/jaxb/pom.xml +++ b/extensions/jaxb/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml index 3d91533a1042d..7265e8651f318 100644 --- a/extensions/jaxb/runtime/pom.xml +++ b/extensions/jaxb/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jaxb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jdbc/jdbc-derby/deployment/pom.xml b/extensions/jdbc/jdbc-derby/deployment/pom.xml index a61c08f105b2f..f64e715cfb6ce 100644 --- a/extensions/jdbc/jdbc-derby/deployment/pom.xml +++ b/extensions/jdbc/jdbc-derby/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-derby-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-derby/pom.xml b/extensions/jdbc/jdbc-derby/pom.xml index 4d010d9fb4e46..7a5a4476d0ec9 100644 --- a/extensions/jdbc/jdbc-derby/pom.xml +++ b/extensions/jdbc/jdbc-derby/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-derby/runtime/pom.xml b/extensions/jdbc/jdbc-derby/runtime/pom.xml index bab7a00fb7012..9037cb9e4d14d 100644 --- a/extensions/jdbc/jdbc-derby/runtime/pom.xml +++ b/extensions/jdbc/jdbc-derby/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-derby-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-h2/deployment/pom.xml b/extensions/jdbc/jdbc-h2/deployment/pom.xml index a1c6e5e37df31..d045b643e290c 100644 --- a/extensions/jdbc/jdbc-h2/deployment/pom.xml +++ b/extensions/jdbc/jdbc-h2/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-h2-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-h2/pom.xml b/extensions/jdbc/jdbc-h2/pom.xml index fea07d31a2616..a23f3c9ddb91c 100644 --- a/extensions/jdbc/jdbc-h2/pom.xml +++ b/extensions/jdbc/jdbc-h2/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-h2/runtime/pom.xml b/extensions/jdbc/jdbc-h2/runtime/pom.xml index ef7f584445901..7637552d6edc8 100644 --- a/extensions/jdbc/jdbc-h2/runtime/pom.xml +++ b/extensions/jdbc/jdbc-h2/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-h2-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mariadb/deployment/pom.xml b/extensions/jdbc/jdbc-mariadb/deployment/pom.xml index 15078f6ccca40..a6c7b2af3a020 100644 --- a/extensions/jdbc/jdbc-mariadb/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mariadb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mariadb/pom.xml b/extensions/jdbc/jdbc-mariadb/pom.xml index 201396f91be06..1e48f86696776 100644 --- a/extensions/jdbc/jdbc-mariadb/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mariadb/runtime/pom.xml b/extensions/jdbc/jdbc-mariadb/runtime/pom.xml index 9e37c30953be4..80fae9029cf49 100644 --- a/extensions/jdbc/jdbc-mariadb/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mariadb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mssql/deployment/pom.xml b/extensions/jdbc/jdbc-mssql/deployment/pom.xml index 1a41e6803c7d8..575d893256964 100644 --- a/extensions/jdbc/jdbc-mssql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mssql/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mssql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mssql/pom.xml b/extensions/jdbc/jdbc-mssql/pom.xml index 0a564b2f86d92..368bf409f468b 100644 --- a/extensions/jdbc/jdbc-mssql/pom.xml +++ b/extensions/jdbc/jdbc-mssql/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mssql/runtime/pom.xml b/extensions/jdbc/jdbc-mssql/runtime/pom.xml index 59239e66d20ba..a7751ff7970ff 100644 --- a/extensions/jdbc/jdbc-mssql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mssql/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mssql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mysql/deployment/pom.xml b/extensions/jdbc/jdbc-mysql/deployment/pom.xml index e2743d5d7384b..38746b1e59882 100644 --- a/extensions/jdbc/jdbc-mysql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mysql/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mysql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 @@ -20,7 +20,7 @@ io.quarkus quarkus-jdbc-mysql - 999-SNAPSHOT + 1.0.0.CR2 diff --git a/extensions/jdbc/jdbc-mysql/pom.xml b/extensions/jdbc/jdbc-mysql/pom.xml index 1e62583e0c177..378175fd73924 100644 --- a/extensions/jdbc/jdbc-mysql/pom.xml +++ b/extensions/jdbc/jdbc-mysql/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-mysql/runtime/pom.xml b/extensions/jdbc/jdbc-mysql/runtime/pom.xml index 6f01b9ed12158..932b37b88a77d 100644 --- a/extensions/jdbc/jdbc-mysql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mysql/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-mysql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-postgresql/deployment/pom.xml b/extensions/jdbc/jdbc-postgresql/deployment/pom.xml index dc5d288c6382a..35727371a446d 100644 --- a/extensions/jdbc/jdbc-postgresql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-postgresql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-postgresql/pom.xml b/extensions/jdbc/jdbc-postgresql/pom.xml index 1487ac5c582f9..08663f6298000 100644 --- a/extensions/jdbc/jdbc-postgresql/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/jdbc-postgresql/runtime/pom.xml b/extensions/jdbc/jdbc-postgresql/runtime/pom.xml index 30660ebf35a2a..a020e4ef9d6fc 100644 --- a/extensions/jdbc/jdbc-postgresql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jdbc-postgresql-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index 86ca9386fb276..5f7059499b3ea 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jgit/deployment/pom.xml b/extensions/jgit/deployment/pom.xml index 718cadd3e92ab..eb79e5f61c92b 100644 --- a/extensions/jgit/deployment/pom.xml +++ b/extensions/jgit/deployment/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-jgit-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/jgit/pom.xml b/extensions/jgit/pom.xml index dde5a5fbfa113..6c01ca4a8afab 100644 --- a/extensions/jgit/pom.xml +++ b/extensions/jgit/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/jgit/runtime/pom.xml b/extensions/jgit/runtime/pom.xml index 620dff6e6e1f5..184976bdbb075 100644 --- a/extensions/jgit/runtime/pom.xml +++ b/extensions/jgit/runtime/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-jgit-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml index 7b858fe14cbb8..7c1b68656ffba 100644 --- a/extensions/jsonb/deployment/pom.xml +++ b/extensions/jsonb/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jsonb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml index 49a00ce8370f1..88d6ad1876138 100644 --- a/extensions/jsonb/pom.xml +++ b/extensions/jsonb/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml index d204020dab250..cf3cfafe4882e 100644 --- a/extensions/jsonb/runtime/pom.xml +++ b/extensions/jsonb/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jsonb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jsonb/spi/pom.xml b/extensions/jsonb/spi/pom.xml index 92a33aa21c500..4d1e53c927a03 100644 --- a/extensions/jsonb/spi/pom.xml +++ b/extensions/jsonb/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-jsonb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/jsonp/deployment/pom.xml b/extensions/jsonp/deployment/pom.xml index e36f70a9ba179..0a9baa17ab641 100644 --- a/extensions/jsonp/deployment/pom.xml +++ b/extensions/jsonp/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-jsonp-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/jsonp/pom.xml b/extensions/jsonp/pom.xml index 7674aac523727..8cb7164359c87 100644 --- a/extensions/jsonp/pom.xml +++ b/extensions/jsonp/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/jsonp/runtime/pom.xml b/extensions/jsonp/runtime/pom.xml index 74de7c3df5270..4f94a900a8a5b 100644 --- a/extensions/jsonp/runtime/pom.xml +++ b/extensions/jsonp/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-jsonp-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/kafka-client/deployment/pom.xml b/extensions/kafka-client/deployment/pom.xml index 51ca51ab83dfc..e3b46fc7a1f83 100644 --- a/extensions/kafka-client/deployment/pom.xml +++ b/extensions/kafka-client/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-kafka-client-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-kafka-client-deployment diff --git a/extensions/kafka-client/pom.xml b/extensions/kafka-client/pom.xml index e7b50f2d26624..129e02ac1cbfb 100644 --- a/extensions/kafka-client/pom.xml +++ b/extensions/kafka-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/kafka-client/runtime/pom.xml b/extensions/kafka-client/runtime/pom.xml index 08e2a0fa2e26b..6382ec9fb593d 100644 --- a/extensions/kafka-client/runtime/pom.xml +++ b/extensions/kafka-client/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-kafka-client-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-kafka-client diff --git a/extensions/kafka-streams/deployment/pom.xml b/extensions/kafka-streams/deployment/pom.xml index 45c7e1e03d8a9..3d320c4d59e4e 100644 --- a/extensions/kafka-streams/deployment/pom.xml +++ b/extensions/kafka-streams/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-kafka-streams-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/kafka-streams/pom.xml b/extensions/kafka-streams/pom.xml index 5231530da6bfa..17cbd889f21f1 100644 --- a/extensions/kafka-streams/pom.xml +++ b/extensions/kafka-streams/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/kafka-streams/runtime/pom.xml b/extensions/kafka-streams/runtime/pom.xml index df683d160a149..06ffcc18a0d5b 100644 --- a/extensions/kafka-streams/runtime/pom.xml +++ b/extensions/kafka-streams/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-kafka-streams-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/keycloak-authorization/deployment/pom.xml b/extensions/keycloak-authorization/deployment/pom.xml index 36d599c3cc177..30a659a2c6b65 100644 --- a/extensions/keycloak-authorization/deployment/pom.xml +++ b/extensions/keycloak-authorization/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-keycloak-authorization-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/keycloak-authorization/pom.xml b/extensions/keycloak-authorization/pom.xml index 87072259bc863..bb095c54326f9 100644 --- a/extensions/keycloak-authorization/pom.xml +++ b/extensions/keycloak-authorization/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/keycloak-authorization/runtime/pom.xml b/extensions/keycloak-authorization/runtime/pom.xml index 40d6b9a752a60..7b0a8017f1fc6 100644 --- a/extensions/keycloak-authorization/runtime/pom.xml +++ b/extensions/keycloak-authorization/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-keycloak-authorization-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/kogito/deployment/pom.xml b/extensions/kogito/deployment/pom.xml index 7b0dc3f5b78f5..94e9edbcd0489 100644 --- a/extensions/kogito/deployment/pom.xml +++ b/extensions/kogito/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-kogito-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/kogito/pom.xml b/extensions/kogito/pom.xml index c58203f56b688..e4b110477deca 100644 --- a/extensions/kogito/pom.xml +++ b/extensions/kogito/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/kogito/runtime/pom.xml b/extensions/kogito/runtime/pom.xml index 94b728a08ec44..7002b9c304ba6 100644 --- a/extensions/kogito/runtime/pom.xml +++ b/extensions/kogito/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-kogito-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml index 5eda3361dc307..0fa94ef68f80f 100644 --- a/extensions/kotlin/deployment/pom.xml +++ b/extensions/kotlin/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-kotlin-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml index f7dd4f53d308a..861e90983b7f3 100644 --- a/extensions/kotlin/pom.xml +++ b/extensions/kotlin/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml index c7e3d9118f366..e0ba53d6c7ea6 100644 --- a/extensions/kotlin/runtime/pom.xml +++ b/extensions/kotlin/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-kotlin-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-kotlin diff --git a/extensions/kubernetes-client/deployment/pom.xml b/extensions/kubernetes-client/deployment/pom.xml index d326d9a1d2805..d27de1ef1f0dc 100644 --- a/extensions/kubernetes-client/deployment/pom.xml +++ b/extensions/kubernetes-client/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-kubernetes-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/kubernetes-client/pom.xml b/extensions/kubernetes-client/pom.xml index b1758dcf79cb5..4e4539e5303ee 100644 --- a/extensions/kubernetes-client/pom.xml +++ b/extensions/kubernetes-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/kubernetes-client/runtime/pom.xml b/extensions/kubernetes-client/runtime/pom.xml index bc22cb63ae6e7..de480471cd962 100644 --- a/extensions/kubernetes-client/runtime/pom.xml +++ b/extensions/kubernetes-client/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-kubernetes-client-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-kubernetes-client diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml index 0cd60a15935c3..b7df8ae197f7c 100644 --- a/extensions/kubernetes/deployment/pom.xml +++ b/extensions/kubernetes/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-kubernetes-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml index e81d6c685bc42..6df365d4ca3dc 100644 --- a/extensions/kubernetes/pom.xml +++ b/extensions/kubernetes/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml index dda1be964bce5..2697584e29a3e 100644 --- a/extensions/kubernetes/runtime/pom.xml +++ b/extensions/kubernetes/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-kubernetes-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-kubernetes diff --git a/extensions/kubernetes/spi/pom.xml b/extensions/kubernetes/spi/pom.xml index 621c65564a9cc..906b9c09d1767 100644 --- a/extensions/kubernetes/spi/pom.xml +++ b/extensions/kubernetes/spi/pom.xml @@ -4,7 +4,7 @@ quarkus-kubernetes-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/mailer/deployment/pom.xml b/extensions/mailer/deployment/pom.xml index e96876f17fd84..63a853d15c303 100644 --- a/extensions/mailer/deployment/pom.xml +++ b/extensions/mailer/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-mailer-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/mailer/pom.xml b/extensions/mailer/pom.xml index 8de49c17f036c..cda82fbe7dde5 100644 --- a/extensions/mailer/pom.xml +++ b/extensions/mailer/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/mailer/runtime/pom.xml b/extensions/mailer/runtime/pom.xml index d156dddc2210c..cc22e65374187 100644 --- a/extensions/mailer/runtime/pom.xml +++ b/extensions/mailer/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-mailer-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/mongodb-client/deployment/pom.xml b/extensions/mongodb-client/deployment/pom.xml index 2b8116cc131ee..3fe0b4ac6a91c 100644 --- a/extensions/mongodb-client/deployment/pom.xml +++ b/extensions/mongodb-client/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-mongodb-client-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-mongodb-client-deployment diff --git a/extensions/mongodb-client/pom.xml b/extensions/mongodb-client/pom.xml index e88210a9c5d2c..306dd9a4c1ef7 100644 --- a/extensions/mongodb-client/pom.xml +++ b/extensions/mongodb-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/mongodb-client/runtime/pom.xml b/extensions/mongodb-client/runtime/pom.xml index 43e6567abf057..18e7c978b4c1e 100644 --- a/extensions/mongodb-client/runtime/pom.xml +++ b/extensions/mongodb-client/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-mongodb-client-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-mongodb-client diff --git a/extensions/narayana-jta/deployment/pom.xml b/extensions/narayana-jta/deployment/pom.xml index 1346085f34917..f5b35e1e6ce3e 100644 --- a/extensions/narayana-jta/deployment/pom.xml +++ b/extensions/narayana-jta/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-narayana-jta-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/narayana-jta/pom.xml b/extensions/narayana-jta/pom.xml index 542cec5b810d7..df7fb05961906 100644 --- a/extensions/narayana-jta/pom.xml +++ b/extensions/narayana-jta/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/narayana-jta/runtime/pom.xml b/extensions/narayana-jta/runtime/pom.xml index cfe45f6a03c73..eb0d0a4bbcc4c 100644 --- a/extensions/narayana-jta/runtime/pom.xml +++ b/extensions/narayana-jta/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-narayana-jta-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/narayana-stm/deployment/pom.xml b/extensions/narayana-stm/deployment/pom.xml index 134fe3cf1705c..242bba13d7e71 100644 --- a/extensions/narayana-stm/deployment/pom.xml +++ b/extensions/narayana-stm/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-narayana-stm-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/narayana-stm/pom.xml b/extensions/narayana-stm/pom.xml index 096da3a9c540e..86ab3307cbe79 100644 --- a/extensions/narayana-stm/pom.xml +++ b/extensions/narayana-stm/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/narayana-stm/runtime/pom.xml b/extensions/narayana-stm/runtime/pom.xml index 0c02b3932bff3..459956408ed2d 100644 --- a/extensions/narayana-stm/runtime/pom.xml +++ b/extensions/narayana-stm/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-narayana-stm-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 .. 4.0.0 diff --git a/extensions/neo4j/deployment/pom.xml b/extensions/neo4j/deployment/pom.xml index de4f2d59f5af3..38d7976f5707d 100644 --- a/extensions/neo4j/deployment/pom.xml +++ b/extensions/neo4j/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-neo4j-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/neo4j/pom.xml b/extensions/neo4j/pom.xml index 9b0d13574fa5f..a872f1e511d80 100644 --- a/extensions/neo4j/pom.xml +++ b/extensions/neo4j/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/neo4j/runtime/pom.xml b/extensions/neo4j/runtime/pom.xml index a9fde15ef64ef..b516a059b9586 100644 --- a/extensions/neo4j/runtime/pom.xml +++ b/extensions/neo4j/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-neo4j-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml index cf218597a7825..cfd992f91102f 100644 --- a/extensions/netty/deployment/pom.xml +++ b/extensions/netty/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-netty-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml index 95c392513ecb7..4a2c90f5cb77e 100644 --- a/extensions/netty/pom.xml +++ b/extensions/netty/pom.xml @@ -6,7 +6,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml index e84ebb0050580..a66405e80859d 100644 --- a/extensions/netty/runtime/pom.xml +++ b/extensions/netty/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-netty-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/oidc/deployment/pom.xml b/extensions/oidc/deployment/pom.xml index 5b60135623d8c..4cae7fabf4889 100644 --- a/extensions/oidc/deployment/pom.xml +++ b/extensions/oidc/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-oidc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/oidc/pom.xml b/extensions/oidc/pom.xml index 437673ff3471f..80dbc82a61595 100644 --- a/extensions/oidc/pom.xml +++ b/extensions/oidc/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/oidc/runtime/pom.xml b/extensions/oidc/runtime/pom.xml index e04b0f125131e..423119221d4b7 100644 --- a/extensions/oidc/runtime/pom.xml +++ b/extensions/oidc/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-oidc-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/hibernate-orm-panache/deployment/pom.xml b/extensions/panache/hibernate-orm-panache/deployment/pom.xml index a20ac63d604d3..ac1e8c1189ddb 100644 --- a/extensions/panache/hibernate-orm-panache/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-panache/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-hibernate-orm-panache-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/hibernate-orm-panache/pom.xml b/extensions/panache/hibernate-orm-panache/pom.xml index c6114f9eb19d6..fd190957e93c6 100644 --- a/extensions/panache/hibernate-orm-panache/pom.xml +++ b/extensions/panache/hibernate-orm-panache/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml 4.0.0 diff --git a/extensions/panache/hibernate-orm-panache/runtime/pom.xml b/extensions/panache/hibernate-orm-panache/runtime/pom.xml index 0fd7465040166..916fbc9f11e93 100644 --- a/extensions/panache/hibernate-orm-panache/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-panache/runtime/pom.xml @@ -4,7 +4,7 @@ quarkus-hibernate-orm-panache-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/mongodb-panache/deployment/pom.xml b/extensions/panache/mongodb-panache/deployment/pom.xml index dc1e4c4f632f6..2814b2c0f93f8 100644 --- a/extensions/panache/mongodb-panache/deployment/pom.xml +++ b/extensions/panache/mongodb-panache/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-mongodb-panache-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/mongodb-panache/pom.xml b/extensions/panache/mongodb-panache/pom.xml index c10a0f718e2fb..19f8ce17631ae 100644 --- a/extensions/panache/mongodb-panache/pom.xml +++ b/extensions/panache/mongodb-panache/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml 4.0.0 diff --git a/extensions/panache/mongodb-panache/runtime/pom.xml b/extensions/panache/mongodb-panache/runtime/pom.xml index 1efc566d6e9e8..ebeb38d63a27a 100644 --- a/extensions/panache/mongodb-panache/runtime/pom.xml +++ b/extensions/panache/mongodb-panache/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-mongodb-panache-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/panache-common/deployment/pom.xml b/extensions/panache/panache-common/deployment/pom.xml index 526fe669d7ccf..145dd0f253e94 100644 --- a/extensions/panache/panache-common/deployment/pom.xml +++ b/extensions/panache/panache-common/deployment/pom.xml @@ -4,7 +4,7 @@ quarkus-panache-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/panache-common/pom.xml b/extensions/panache/panache-common/pom.xml index dd2879dde6094..d6e804f2ecf05 100644 --- a/extensions/panache/panache-common/pom.xml +++ b/extensions/panache/panache-common/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml 4.0.0 diff --git a/extensions/panache/panache-common/runtime/pom.xml b/extensions/panache/panache-common/runtime/pom.xml index c2b212bdd2fd1..7e38111a17c7a 100644 --- a/extensions/panache/panache-common/runtime/pom.xml +++ b/extensions/panache/panache-common/runtime/pom.xml @@ -4,7 +4,7 @@ quarkus-panache-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/panache/panacheql/pom.xml b/extensions/panache/panacheql/pom.xml index b4d2c3be902f5..3689df45d5b9f 100644 --- a/extensions/panache/panacheql/pom.xml +++ b/extensions/panache/panacheql/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml 4.0.0 diff --git a/extensions/panache/pom.xml b/extensions/panache/pom.xml index b783128ac96b4..025545499ff40 100644 --- a/extensions/panache/pom.xml +++ b/extensions/panache/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 67f7e53d52ed9..48ee2e297673b 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml 4.0.0 diff --git a/extensions/reactive-mysql-client/deployment/pom.xml b/extensions/reactive-mysql-client/deployment/pom.xml index 7cc1e4a204669..81a503bca9939 100644 --- a/extensions/reactive-mysql-client/deployment/pom.xml +++ b/extensions/reactive-mysql-client/deployment/pom.xml @@ -23,7 +23,7 @@ io.quarkus quarkus-reactive-mysql-client-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/reactive-mysql-client/pom.xml b/extensions/reactive-mysql-client/pom.xml index a74193d48f5e3..b4d304b04d91e 100644 --- a/extensions/reactive-mysql-client/pom.xml +++ b/extensions/reactive-mysql-client/pom.xml @@ -23,7 +23,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/reactive-mysql-client/runtime/pom.xml b/extensions/reactive-mysql-client/runtime/pom.xml index bf2be5c3284ba..318b905c865ba 100644 --- a/extensions/reactive-mysql-client/runtime/pom.xml +++ b/extensions/reactive-mysql-client/runtime/pom.xml @@ -23,7 +23,7 @@ io.quarkus quarkus-reactive-mysql-client-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/reactive-pg-client/deployment/pom.xml b/extensions/reactive-pg-client/deployment/pom.xml index 2952748f83cd6..ae80ddba7e89b 100644 --- a/extensions/reactive-pg-client/deployment/pom.xml +++ b/extensions/reactive-pg-client/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-reactive-pg-client-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/reactive-pg-client/pom.xml b/extensions/reactive-pg-client/pom.xml index e90b3974b0d3b..5d972735e69a8 100644 --- a/extensions/reactive-pg-client/pom.xml +++ b/extensions/reactive-pg-client/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/reactive-pg-client/runtime/pom.xml b/extensions/reactive-pg-client/runtime/pom.xml index 967a87c9100af..efa479886fdc3 100644 --- a/extensions/reactive-pg-client/runtime/pom.xml +++ b/extensions/reactive-pg-client/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-reactive-pg-client-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/reactive-streams-operators/pom.xml b/extensions/reactive-streams-operators/pom.xml index 9437a26db5b34..1208531944ff9 100644 --- a/extensions/reactive-streams-operators/pom.xml +++ b/extensions/reactive-streams-operators/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml index 604054bdf32f3..5e201daf481bc 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-reactive-streams-operators-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml index 4cf762e8bb71e..48803397cada6 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml 4.0.0 diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml index ed6545af21bcb..63f503fded12d 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-reactive-streams-operators-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml index e557102493ca2..2206591eb76fc 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-type-converters-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-type-converters-deployment diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml index eb90341d1ea15..2fe4defe6b2fc 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml @@ -7,7 +7,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../../build-parent/pom.xml diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml index 79cb30a02ef1b..05f6f85ed72c6 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-type-converters-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-type-converters diff --git a/extensions/rest-client/deployment/pom.xml b/extensions/rest-client/deployment/pom.xml index ccd3bde9aa6ff..af8092303d3a4 100644 --- a/extensions/rest-client/deployment/pom.xml +++ b/extensions/rest-client/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-rest-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/rest-client/pom.xml b/extensions/rest-client/pom.xml index dae231a4d4040..94a530c527896 100644 --- a/extensions/rest-client/pom.xml +++ b/extensions/rest-client/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/rest-client/runtime/pom.xml b/extensions/rest-client/runtime/pom.xml index e7cd65dde329e..a4300e59df98d 100644 --- a/extensions/rest-client/runtime/pom.xml +++ b/extensions/rest-client/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-rest-client-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-common/deployment/pom.xml b/extensions/resteasy-common/deployment/pom.xml index 7f04f1644cfac..015c10c56b14e 100644 --- a/extensions/resteasy-common/deployment/pom.xml +++ b/extensions/resteasy-common/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-common/pom.xml b/extensions/resteasy-common/pom.xml index 6005c0e254b92..019e3e67a18d5 100644 --- a/extensions/resteasy-common/pom.xml +++ b/extensions/resteasy-common/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy-common/runtime/pom.xml b/extensions/resteasy-common/runtime/pom.xml index 12fdcd0bda0ce..ac07c5654e6bf 100644 --- a/extensions/resteasy-common/runtime/pom.xml +++ b/extensions/resteasy-common/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-common/spi/pom.xml b/extensions/resteasy-common/spi/pom.xml index fc0ce101024c4..72a8f831f3af5 100644 --- a/extensions/resteasy-common/spi/pom.xml +++ b/extensions/resteasy-common/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jackson/deployment/pom.xml b/extensions/resteasy-jackson/deployment/pom.xml index 689259d981d48..2ef2b1d02a510 100644 --- a/extensions/resteasy-jackson/deployment/pom.xml +++ b/extensions/resteasy-jackson/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jackson/pom.xml b/extensions/resteasy-jackson/pom.xml index 767f69cc4df9d..a3e104a75053c 100644 --- a/extensions/resteasy-jackson/pom.xml +++ b/extensions/resteasy-jackson/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy-jackson/runtime/pom.xml b/extensions/resteasy-jackson/runtime/pom.xml index 666820a2896b9..d3113210658e7 100644 --- a/extensions/resteasy-jackson/runtime/pom.xml +++ b/extensions/resteasy-jackson/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jaxb/deployment/pom.xml b/extensions/resteasy-jaxb/deployment/pom.xml index 2a48eef42de50..602f310b9c494 100644 --- a/extensions/resteasy-jaxb/deployment/pom.xml +++ b/extensions/resteasy-jaxb/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jaxb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jaxb/pom.xml b/extensions/resteasy-jaxb/pom.xml index e16a4a32d8e05..373b21c1befcf 100644 --- a/extensions/resteasy-jaxb/pom.xml +++ b/extensions/resteasy-jaxb/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy-jaxb/runtime/pom.xml b/extensions/resteasy-jaxb/runtime/pom.xml index fe20a62a032dc..7a032c9f15edf 100644 --- a/extensions/resteasy-jaxb/runtime/pom.xml +++ b/extensions/resteasy-jaxb/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jaxb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jsonb/deployment/pom.xml b/extensions/resteasy-jsonb/deployment/pom.xml index ec997bbc2bea6..323284f41737e 100644 --- a/extensions/resteasy-jsonb/deployment/pom.xml +++ b/extensions/resteasy-jsonb/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jsonb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-jsonb/pom.xml b/extensions/resteasy-jsonb/pom.xml index 35cca798cdd0c..37bca0ddbf924 100644 --- a/extensions/resteasy-jsonb/pom.xml +++ b/extensions/resteasy-jsonb/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy-jsonb/runtime/pom.xml b/extensions/resteasy-jsonb/runtime/pom.xml index 9d78b15ea239c..d597b3ab613cd 100644 --- a/extensions/resteasy-jsonb/runtime/pom.xml +++ b/extensions/resteasy-jsonb/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-jsonb-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-server-common/deployment/pom.xml b/extensions/resteasy-server-common/deployment/pom.xml index eb4ca6cfdfbe2..27affb4fb2e21 100644 --- a/extensions/resteasy-server-common/deployment/pom.xml +++ b/extensions/resteasy-server-common/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-server-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-server-common/pom.xml b/extensions/resteasy-server-common/pom.xml index ddb76b9b0ae15..654834ca89344 100644 --- a/extensions/resteasy-server-common/pom.xml +++ b/extensions/resteasy-server-common/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy-server-common/runtime/pom.xml b/extensions/resteasy-server-common/runtime/pom.xml index 52d2928537f57..9f216afa03c28 100644 --- a/extensions/resteasy-server-common/runtime/pom.xml +++ b/extensions/resteasy-server-common/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-server-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy-server-common/spi/pom.xml b/extensions/resteasy-server-common/spi/pom.xml index 4911f00f3c538..b62c8d2cedfb4 100644 --- a/extensions/resteasy-server-common/spi/pom.xml +++ b/extensions/resteasy-server-common/spi/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-resteasy-server-common-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-resteasy-server-common-spi diff --git a/extensions/resteasy/deployment/pom.xml b/extensions/resteasy/deployment/pom.xml index 0c1f1e66a00da..1e952a6dc7f32 100644 --- a/extensions/resteasy/deployment/pom.xml +++ b/extensions/resteasy/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/resteasy/pom.xml b/extensions/resteasy/pom.xml index 05d24dee59732..2d6ed3902357f 100644 --- a/extensions/resteasy/pom.xml +++ b/extensions/resteasy/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/resteasy/runtime/pom.xml b/extensions/resteasy/runtime/pom.xml index 352842f462cb3..38282ca5eed24 100644 --- a/extensions/resteasy/runtime/pom.xml +++ b/extensions/resteasy/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-resteasy-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/scala/deployment/pom.xml b/extensions/scala/deployment/pom.xml index 960847e8873bf..47d89e1fa4c90 100644 --- a/extensions/scala/deployment/pom.xml +++ b/extensions/scala/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-scala-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/scala/pom.xml b/extensions/scala/pom.xml index 07b756383e053..56e5d11af1fd3 100644 --- a/extensions/scala/pom.xml +++ b/extensions/scala/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/scala/runtime/pom.xml b/extensions/scala/runtime/pom.xml index ddc0f1cd26e4c..1750ca96458ea 100644 --- a/extensions/scala/runtime/pom.xml +++ b/extensions/scala/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-scala-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-scala diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml index 4e590f87ca140..7f90f3433d03d 100644 --- a/extensions/scheduler/deployment/pom.xml +++ b/extensions/scheduler/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-scheduler-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml index fb8625d4589da..e99fb1cc85f6d 100644 --- a/extensions/scheduler/pom.xml +++ b/extensions/scheduler/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml index b3b20851c9ce0..3f48282da0476 100644 --- a/extensions/scheduler/runtime/pom.xml +++ b/extensions/scheduler/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-scheduler-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/security/deployment/pom.xml b/extensions/security/deployment/pom.xml index d5df328298f10..df71813c1d670 100644 --- a/extensions/security/deployment/pom.xml +++ b/extensions/security/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/security/pom.xml b/extensions/security/pom.xml index 05c9a784ea81e..0ac027c5cb142 100644 --- a/extensions/security/pom.xml +++ b/extensions/security/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/security/runtime/pom.xml b/extensions/security/runtime/pom.xml index 40136711a0b3e..c8049909f3c57 100644 --- a/extensions/security/runtime/pom.xml +++ b/extensions/security/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/security/spi/pom.xml b/extensions/security/spi/pom.xml index c642ed855957d..0bb0c3191b4d2 100644 --- a/extensions/security/spi/pom.xml +++ b/extensions/security/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/security/test-utils/pom.xml b/extensions/security/test-utils/pom.xml index 69a75d63a60c6..dea7db9e4285c 100644 --- a/extensions/security/test-utils/pom.xml +++ b/extensions/security/test-utils/pom.xml @@ -5,7 +5,7 @@ quarkus-security-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-context-propagation/deployment/pom.xml b/extensions/smallrye-context-propagation/deployment/pom.xml index 6d37b5f64c332..56be2100e4b07 100644 --- a/extensions/smallrye-context-propagation/deployment/pom.xml +++ b/extensions/smallrye-context-propagation/deployment/pom.xml @@ -4,7 +4,7 @@ quarkus-smallrye-context-propagation-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-context-propagation/pom.xml b/extensions/smallrye-context-propagation/pom.xml index c58aab34b3a60..42061144a44b9 100644 --- a/extensions/smallrye-context-propagation/pom.xml +++ b/extensions/smallrye-context-propagation/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-context-propagation/runtime/pom.xml b/extensions/smallrye-context-propagation/runtime/pom.xml index 1eea0784b42e0..9603463932e84 100644 --- a/extensions/smallrye-context-propagation/runtime/pom.xml +++ b/extensions/smallrye-context-propagation/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-context-propagation-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-fault-tolerance/deployment/pom.xml b/extensions/smallrye-fault-tolerance/deployment/pom.xml index e79ca9096eee8..6de847b8b7c3e 100644 --- a/extensions/smallrye-fault-tolerance/deployment/pom.xml +++ b/extensions/smallrye-fault-tolerance/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-fault-tolerance-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-fault-tolerance/pom.xml b/extensions/smallrye-fault-tolerance/pom.xml index 04cf5441f381a..33c899cf09747 100644 --- a/extensions/smallrye-fault-tolerance/pom.xml +++ b/extensions/smallrye-fault-tolerance/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-fault-tolerance/runtime/pom.xml b/extensions/smallrye-fault-tolerance/runtime/pom.xml index 8061e423b4576..75fad40037ba4 100644 --- a/extensions/smallrye-fault-tolerance/runtime/pom.xml +++ b/extensions/smallrye-fault-tolerance/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-fault-tolerance-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-health/deployment/pom.xml b/extensions/smallrye-health/deployment/pom.xml index f5afc20475ce5..f3b74c928fa46 100644 --- a/extensions/smallrye-health/deployment/pom.xml +++ b/extensions/smallrye-health/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-health-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-health/pom.xml b/extensions/smallrye-health/pom.xml index eef727c499cd9..46346eabf5584 100644 --- a/extensions/smallrye-health/pom.xml +++ b/extensions/smallrye-health/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-health/runtime/pom.xml b/extensions/smallrye-health/runtime/pom.xml index adeb2c9699b10..5d5c99088c580 100644 --- a/extensions/smallrye-health/runtime/pom.xml +++ b/extensions/smallrye-health/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-health-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-health/spi/pom.xml b/extensions/smallrye-health/spi/pom.xml index 7ea0252b34e6c..d4be1d6af1aec 100644 --- a/extensions/smallrye-health/spi/pom.xml +++ b/extensions/smallrye-health/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-health-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-jwt/deployment/pom.xml b/extensions/smallrye-jwt/deployment/pom.xml index e1e822600674c..cbb93c577db90 100644 --- a/extensions/smallrye-jwt/deployment/pom.xml +++ b/extensions/smallrye-jwt/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-jwt-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-jwt/pom.xml b/extensions/smallrye-jwt/pom.xml index 9353874592802..73cda86625324 100644 --- a/extensions/smallrye-jwt/pom.xml +++ b/extensions/smallrye-jwt/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-jwt/runtime/pom.xml b/extensions/smallrye-jwt/runtime/pom.xml index a101b8b63f60a..41d71c88b84af 100644 --- a/extensions/smallrye-jwt/runtime/pom.xml +++ b/extensions/smallrye-jwt/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-jwt-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-metrics/deployment/pom.xml b/extensions/smallrye-metrics/deployment/pom.xml index 882e931391bd6..e30a692a8710f 100644 --- a/extensions/smallrye-metrics/deployment/pom.xml +++ b/extensions/smallrye-metrics/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-metrics-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-metrics/pom.xml b/extensions/smallrye-metrics/pom.xml index 09b808a71ddfc..fde5275ded92e 100644 --- a/extensions/smallrye-metrics/pom.xml +++ b/extensions/smallrye-metrics/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-metrics/runtime/pom.xml b/extensions/smallrye-metrics/runtime/pom.xml index 615b179dd0a27..dd942f0562b11 100644 --- a/extensions/smallrye-metrics/runtime/pom.xml +++ b/extensions/smallrye-metrics/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-metrics-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-openapi-common/deployment/pom.xml b/extensions/smallrye-openapi-common/deployment/pom.xml index d678fa7c572b7..684d7fc18a6d8 100644 --- a/extensions/smallrye-openapi-common/deployment/pom.xml +++ b/extensions/smallrye-openapi-common/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-openapi-common-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-openapi-common/pom.xml b/extensions/smallrye-openapi-common/pom.xml index a7f8a2d52120e..fdac6553bc239 100644 --- a/extensions/smallrye-openapi-common/pom.xml +++ b/extensions/smallrye-openapi-common/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-openapi/deployment/pom.xml b/extensions/smallrye-openapi/deployment/pom.xml index e329ba47a65cf..5952e2f0ca336 100644 --- a/extensions/smallrye-openapi/deployment/pom.xml +++ b/extensions/smallrye-openapi/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-openapi-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-openapi/pom.xml b/extensions/smallrye-openapi/pom.xml index f49b798247ca3..bd129ed9eed75 100644 --- a/extensions/smallrye-openapi/pom.xml +++ b/extensions/smallrye-openapi/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-openapi/runtime/pom.xml b/extensions/smallrye-openapi/runtime/pom.xml index ce899bad670bf..1c17905b83c69 100644 --- a/extensions/smallrye-openapi/runtime/pom.xml +++ b/extensions/smallrye-openapi/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-openapi-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-opentracing/deployment/pom.xml b/extensions/smallrye-opentracing/deployment/pom.xml index 704196b321f8e..3e9cd8af6f44a 100644 --- a/extensions/smallrye-opentracing/deployment/pom.xml +++ b/extensions/smallrye-opentracing/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-opentracing-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-opentracing/pom.xml b/extensions/smallrye-opentracing/pom.xml index 97b1025357d86..e7beea07340af 100644 --- a/extensions/smallrye-opentracing/pom.xml +++ b/extensions/smallrye-opentracing/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/smallrye-opentracing/runtime/pom.xml b/extensions/smallrye-opentracing/runtime/pom.xml index 3b4b099c8491b..f304f903713ff 100644 --- a/extensions/smallrye-opentracing/runtime/pom.xml +++ b/extensions/smallrye-opentracing/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-opentracing-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml b/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml index 6617208ae41c6..935c9f17f1b42 100644 --- a/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-amqp-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-amqp-deployment diff --git a/extensions/smallrye-reactive-messaging-amqp/pom.xml b/extensions/smallrye-reactive-messaging-amqp/pom.xml index 3f896bde6b1ed..c88e661dbe2ad 100644 --- a/extensions/smallrye-reactive-messaging-amqp/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml b/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml index 5ce1596f590f0..91c32a1382c11 100644 --- a/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-amqp-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-amqp diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml b/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml index 6e1936dfb6ce0..7c1d869aabb50 100644 --- a/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-kafka-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-kafka-deployment diff --git a/extensions/smallrye-reactive-messaging-kafka/pom.xml b/extensions/smallrye-reactive-messaging-kafka/pom.xml index 2c3967f8eee84..5b59a92ebb6bc 100644 --- a/extensions/smallrye-reactive-messaging-kafka/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml b/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml index 4144091a790e7..049ee4b260e21 100644 --- a/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-kafka-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-kafka diff --git a/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml index 7d3a984905113..958dd7c785054 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-mqtt-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-mqtt-deployment diff --git a/extensions/smallrye-reactive-messaging-mqtt/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/pom.xml index 8cd21f85308e6..a41a6bffd7953 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml index fc6ca58cc3dc4..1ae661bce07a8 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-smallrye-reactive-messaging-mqtt-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-smallrye-reactive-messaging-mqtt diff --git a/extensions/smallrye-reactive-messaging/deployment/pom.xml b/extensions/smallrye-reactive-messaging/deployment/pom.xml index 540e291bc2b23..0e7c90bee3480 100644 --- a/extensions/smallrye-reactive-messaging/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-reactive-messaging-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml index 0a7dd67b4bcfb..b02cbd55a3e2f 100644 --- a/extensions/smallrye-reactive-messaging/pom.xml +++ b/extensions/smallrye-reactive-messaging/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml diff --git a/extensions/smallrye-reactive-messaging/runtime/pom.xml b/extensions/smallrye-reactive-messaging/runtime/pom.xml index 6ebcfe391c8e4..32a6849106177 100644 --- a/extensions/smallrye-reactive-messaging/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-smallrye-reactive-messaging-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/spring-data-jpa/deployment/pom.xml b/extensions/spring-data-jpa/deployment/pom.xml index 704f6f327293a..1bec1480c3ead 100644 --- a/extensions/spring-data-jpa/deployment/pom.xml +++ b/extensions/spring-data-jpa/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-data-jpa-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/spring-data-jpa/pom.xml b/extensions/spring-data-jpa/pom.xml index 9f7ffab282f2a..fe2f00d2c20d4 100644 --- a/extensions/spring-data-jpa/pom.xml +++ b/extensions/spring-data-jpa/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/spring-data-jpa/runtime/pom.xml b/extensions/spring-data-jpa/runtime/pom.xml index b173e294d930d..34ea31f67d406 100644 --- a/extensions/spring-data-jpa/runtime/pom.xml +++ b/extensions/spring-data-jpa/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-data-jpa-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/spring-di/deployment/pom.xml b/extensions/spring-di/deployment/pom.xml index a5f6966f91df9..d1aca1b59f9e8 100644 --- a/extensions/spring-di/deployment/pom.xml +++ b/extensions/spring-di/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-di-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/spring-di/pom.xml b/extensions/spring-di/pom.xml index b0e9d4fab6e23..3bb29a18a9092 100644 --- a/extensions/spring-di/pom.xml +++ b/extensions/spring-di/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/spring-di/runtime/pom.xml b/extensions/spring-di/runtime/pom.xml index 12e53d4b6db92..38826f1bcda55 100644 --- a/extensions/spring-di/runtime/pom.xml +++ b/extensions/spring-di/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-di-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/spring-web/deployment/pom.xml b/extensions/spring-web/deployment/pom.xml index 79a0db4778bf6..314a2de9ec421 100644 --- a/extensions/spring-web/deployment/pom.xml +++ b/extensions/spring-web/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-web-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/spring-web/pom.xml b/extensions/spring-web/pom.xml index c53964e905d80..2e752c18bccc7 100644 --- a/extensions/spring-web/pom.xml +++ b/extensions/spring-web/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/spring-web/runtime/pom.xml b/extensions/spring-web/runtime/pom.xml index ccf85040288a3..1dfaa08e35ead 100644 --- a/extensions/spring-web/runtime/pom.xml +++ b/extensions/spring-web/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-spring-web-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/extensions/swagger-ui/deployment/pom.xml b/extensions/swagger-ui/deployment/pom.xml index 4274e7b968088..353d6b6e543fc 100644 --- a/extensions/swagger-ui/deployment/pom.xml +++ b/extensions/swagger-ui/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-swagger-ui-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/swagger-ui/pom.xml b/extensions/swagger-ui/pom.xml index 90abfcf33b60c..b191f26f51934 100644 --- a/extensions/swagger-ui/pom.xml +++ b/extensions/swagger-ui/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/swagger-ui/runtime/pom.xml b/extensions/swagger-ui/runtime/pom.xml index f35276c66894a..2cf098eae9e38 100644 --- a/extensions/swagger-ui/runtime/pom.xml +++ b/extensions/swagger-ui/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-swagger-ui-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml index 67b9532939771..7d8b1088b4ace 100644 --- a/extensions/tika/deployment/pom.xml +++ b/extensions/tika/deployment/pom.xml @@ -4,7 +4,7 @@ quarkus-tika-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml index 6df77ea5976a6..26e75b105fa0f 100644 --- a/extensions/tika/pom.xml +++ b/extensions/tika/pom.xml @@ -21,7 +21,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml index 3add5452064bc..723e53a43dc26 100644 --- a/extensions/tika/runtime/pom.xml +++ b/extensions/tika/runtime/pom.xml @@ -4,7 +4,7 @@ quarkus-tika-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/undertow-websockets/deployment/pom.xml b/extensions/undertow-websockets/deployment/pom.xml index df5c0a559bb9a..ef789d0d18dcf 100644 --- a/extensions/undertow-websockets/deployment/pom.xml +++ b/extensions/undertow-websockets/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-undertow-websockets-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/undertow-websockets/pom.xml b/extensions/undertow-websockets/pom.xml index 2f24d50e342a4..dcf109f12d329 100644 --- a/extensions/undertow-websockets/pom.xml +++ b/extensions/undertow-websockets/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/undertow-websockets/runtime/pom.xml b/extensions/undertow-websockets/runtime/pom.xml index e4e727a4a4330..3417877a7871f 100644 --- a/extensions/undertow-websockets/runtime/pom.xml +++ b/extensions/undertow-websockets/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-undertow-websockets-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/undertow/deployment/pom.xml b/extensions/undertow/deployment/pom.xml index fed663380177c..ded45248a5758 100644 --- a/extensions/undertow/deployment/pom.xml +++ b/extensions/undertow/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/undertow/pom.xml b/extensions/undertow/pom.xml index 4b20f1e116e53..f456618bf0340 100644 --- a/extensions/undertow/pom.xml +++ b/extensions/undertow/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/undertow/runtime/pom.xml b/extensions/undertow/runtime/pom.xml index 6465349bedb6c..d988fcc00e4d6 100644 --- a/extensions/undertow/runtime/pom.xml +++ b/extensions/undertow/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/undertow/spi/pom.xml b/extensions/undertow/spi/pom.xml index aecde17352060..9573d89363d7f 100644 --- a/extensions/undertow/spi/pom.xml +++ b/extensions/undertow/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/extensions/vault/deployment/pom.xml b/extensions/vault/deployment/pom.xml index 6ca399e10fc05..94ed81ddc3c9c 100644 --- a/extensions/vault/deployment/pom.xml +++ b/extensions/vault/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-vault-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vault/pom.xml b/extensions/vault/pom.xml index 42adde1b849d5..afcd247115ba5 100644 --- a/extensions/vault/pom.xml +++ b/extensions/vault/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/vault/runtime/pom.xml b/extensions/vault/runtime/pom.xml index 3a110b32c7434..52cd9547d699a 100644 --- a/extensions/vault/runtime/pom.xml +++ b/extensions/vault/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-vault-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vault/spi/pom.xml b/extensions/vault/spi/pom.xml index 308feab0beb67..e9ddbee7bd58b 100644 --- a/extensions/vault/spi/pom.xml +++ b/extensions/vault/spi/pom.xml @@ -5,7 +5,7 @@ quarkus-agroal-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../agroal 4.0.0 diff --git a/extensions/vertx-core/deployment/pom.xml b/extensions/vertx-core/deployment/pom.xml index f9ab88db1bb33..a4b6d685fb22d 100644 --- a/extensions/vertx-core/deployment/pom.xml +++ b/extensions/vertx-core/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-core-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx-core/pom.xml b/extensions/vertx-core/pom.xml index 2ab97a2c48cad..7c8a115a2b013 100644 --- a/extensions/vertx-core/pom.xml +++ b/extensions/vertx-core/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/vertx-core/runtime/pom.xml b/extensions/vertx-core/runtime/pom.xml index ceaf0211ebc63..9f414258a9a54 100644 --- a/extensions/vertx-core/runtime/pom.xml +++ b/extensions/vertx-core/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-core-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml index 8a8706610b793..69ebb4571a2ce 100644 --- a/extensions/vertx-http/deployment/pom.xml +++ b/extensions/vertx-http/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml index 4a13209903596..72256a43bdf99 100644 --- a/extensions/vertx-http/pom.xml +++ b/extensions/vertx-http/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml index c7090901dd49e..58d3f1b4ee072 100644 --- a/extensions/vertx-http/runtime/pom.xml +++ b/extensions/vertx-http/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-http-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx-web/deployment/pom.xml b/extensions/vertx-web/deployment/pom.xml index 5b8f3735f2fcf..38f09197d11e5 100644 --- a/extensions/vertx-web/deployment/pom.xml +++ b/extensions/vertx-web/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-web-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx-web/pom.xml b/extensions/vertx-web/pom.xml index 7f1634349eeff..40895e781dd20 100644 --- a/extensions/vertx-web/pom.xml +++ b/extensions/vertx-web/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/vertx-web/runtime/pom.xml b/extensions/vertx-web/runtime/pom.xml index fa73502c14c20..17902c293131f 100644 --- a/extensions/vertx-web/runtime/pom.xml +++ b/extensions/vertx-web/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-web-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml index 4e35c9dc4fe1b..a60e64baead77 100644 --- a/extensions/vertx/deployment/pom.xml +++ b/extensions/vertx/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml index de795aa5d2937..b8afcdd8afd0a 100644 --- a/extensions/vertx/pom.xml +++ b/extensions/vertx/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../../build-parent/pom.xml 4.0.0 diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml index b86c2cb88766d..806415d46dc9e 100644 --- a/extensions/vertx/runtime/pom.xml +++ b/extensions/vertx/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-vertx-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index 4636cb682a0c1..3352f6bb78c5c 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -13,7 +13,7 @@ arc-parent ArC - Parent pom pom - 999-SNAPSHOT + 1.0.0.CR2 diff --git a/independent-projects/arc/processor/pom.xml b/independent-projects/arc/processor/pom.xml index 26351bf63488b..1151f7bb06020 100644 --- a/independent-projects/arc/processor/pom.xml +++ b/independent-projects/arc/processor/pom.xml @@ -7,7 +7,7 @@ io.quarkus.arc arc-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/independent-projects/arc/runtime/pom.xml b/independent-projects/arc/runtime/pom.xml index e84cf7ddfd081..2961d774ea0d4 100644 --- a/independent-projects/arc/runtime/pom.xml +++ b/independent-projects/arc/runtime/pom.xml @@ -7,7 +7,7 @@ io.quarkus.arc arc-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/independent-projects/arc/tests/pom.xml b/independent-projects/arc/tests/pom.xml index 324039183101e..98f6307b1db23 100644 --- a/independent-projects/arc/tests/pom.xml +++ b/independent-projects/arc/tests/pom.xml @@ -7,7 +7,7 @@ io.quarkus.arc arc-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/independent-projects/bootstrap/core/pom.xml b/independent-projects/bootstrap/core/pom.xml index 7d8b0a3605e51..4d9947bfb8ff2 100644 --- a/independent-projects/bootstrap/core/pom.xml +++ b/independent-projects/bootstrap/core/pom.xml @@ -5,7 +5,7 @@ quarkus-bootstrap-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/independent-projects/bootstrap/maven-plugin/pom.xml b/independent-projects/bootstrap/maven-plugin/pom.xml index 9b131603223e9..49407cf7a1c51 100644 --- a/independent-projects/bootstrap/maven-plugin/pom.xml +++ b/independent-projects/bootstrap/maven-plugin/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-bootstrap-parent - 999-SNAPSHOT + 1.0.0.CR2 ../ quarkus-bootstrap-maven-plugin diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index ddec6a0609690..506ece9552f3e 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -11,7 +11,7 @@ quarkus-bootstrap-parent Quarkus - Bootstrap - Parent pom - 999-SNAPSHOT + 1.0.0.CR2 Apache License, Version 2.0 diff --git a/independent-projects/tools/common/pom.xml b/independent-projects/tools/common/pom.xml index 99846903870af..255193c53f149 100644 --- a/independent-projects/tools/common/pom.xml +++ b/independent-projects/tools/common/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-tools-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-devtools-common diff --git a/independent-projects/tools/platform-descriptor-api/pom.xml b/independent-projects/tools/platform-descriptor-api/pom.xml index 5d6d0bd227b43..63736ec47612d 100644 --- a/independent-projects/tools/platform-descriptor-api/pom.xml +++ b/independent-projects/tools/platform-descriptor-api/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-tools-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-platform-descriptor-api diff --git a/independent-projects/tools/platform-descriptor-resolver-json/pom.xml b/independent-projects/tools/platform-descriptor-resolver-json/pom.xml index 14d95d8841698..0d0156ca3c8dd 100644 --- a/independent-projects/tools/platform-descriptor-resolver-json/pom.xml +++ b/independent-projects/tools/platform-descriptor-resolver-json/pom.xml @@ -5,7 +5,7 @@ quarkus-tools-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/independent-projects/tools/pom.xml b/independent-projects/tools/pom.xml index ca6d81059ae8d..6c20863d931b2 100644 --- a/independent-projects/tools/pom.xml +++ b/independent-projects/tools/pom.xml @@ -11,7 +11,7 @@ quarkus-tools-parent Quarkus - Dev tools - Parent pom - 999-SNAPSHOT + 1.0.0.CR2 Apache License, Version 2.0 @@ -48,7 +48,7 @@ 3.5.4 3.0.0 1.6.8 - 999-SNAPSHOT + 1.0.0.CR2 3.0.0.Beta1 diff --git a/integration-tests/amazon-dynamodb/pom.xml b/integration-tests/amazon-dynamodb/pom.xml index 51f0a5da3f347..220bd4df8f64f 100644 --- a/integration-tests/amazon-dynamodb/pom.xml +++ b/integration-tests/amazon-dynamodb/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/amazon-lambda-http-resteasy/pom.xml b/integration-tests/amazon-lambda-http-resteasy/pom.xml index ab618e48d1ff6..094cdf541073d 100644 --- a/integration-tests/amazon-lambda-http-resteasy/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/amazon-lambda-http/pom.xml b/integration-tests/amazon-lambda-http/pom.xml index 640f7b8dff641..660211ca0acc2 100644 --- a/integration-tests/amazon-lambda-http/pom.xml +++ b/integration-tests/amazon-lambda-http/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/amazon-lambda/pom.xml b/integration-tests/amazon-lambda/pom.xml index 9282acbe209aa..94d5f9de3dbd2 100644 --- a/integration-tests/amazon-lambda/pom.xml +++ b/integration-tests/amazon-lambda/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/artemis-core/pom.xml b/integration-tests/artemis-core/pom.xml index da1a42e3fecad..2d071a1fecfd3 100644 --- a/integration-tests/artemis-core/pom.xml +++ b/integration-tests/artemis-core/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/integration-tests/artemis-jms/pom.xml b/integration-tests/artemis-jms/pom.xml index 80a3f7ca3ef8d..246a534c3301f 100644 --- a/integration-tests/artemis-jms/pom.xml +++ b/integration-tests/artemis-jms/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/integration-tests/class-transformer/deployment/pom.xml b/integration-tests/class-transformer/deployment/pom.xml index 6fc8ad7eb3203..2894d2d7cd2b5 100644 --- a/integration-tests/class-transformer/deployment/pom.xml +++ b/integration-tests/class-transformer/deployment/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-test-class-transformer-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/class-transformer/pom.xml b/integration-tests/class-transformer/pom.xml index 60b13af2764bf..b22013b3ca381 100644 --- a/integration-tests/class-transformer/pom.xml +++ b/integration-tests/class-transformer/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/class-transformer/runtime/pom.xml b/integration-tests/class-transformer/runtime/pom.xml index df981afe02748..d3e61ff294749 100644 --- a/integration-tests/class-transformer/runtime/pom.xml +++ b/integration-tests/class-transformer/runtime/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-test-class-transformer-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/common-jpa-entities/pom.xml b/integration-tests/common-jpa-entities/pom.xml index 389cd3160f1bb..127a71fa63da3 100644 --- a/integration-tests/common-jpa-entities/pom.xml +++ b/integration-tests/common-jpa-entities/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/elytron-resteasy/pom.xml b/integration-tests/elytron-resteasy/pom.xml index 86c42a9db1504..9af24d64b4412 100644 --- a/integration-tests/elytron-resteasy/pom.xml +++ b/integration-tests/elytron-resteasy/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/elytron-security-jdbc/pom.xml b/integration-tests/elytron-security-jdbc/pom.xml index 7b8a78e0aa3fa..2c7dde0f28e91 100644 --- a/integration-tests/elytron-security-jdbc/pom.xml +++ b/integration-tests/elytron-security-jdbc/pom.xml @@ -6,7 +6,7 @@ io.quarkus quarkus-integration-tests-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/integration-tests/elytron-security-oauth2/pom.xml b/integration-tests/elytron-security-oauth2/pom.xml index 34d887bb3b624..421f63fac2744 100644 --- a/integration-tests/elytron-security-oauth2/pom.xml +++ b/integration-tests/elytron-security-oauth2/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/elytron-security/pom.xml b/integration-tests/elytron-security/pom.xml index 892920ca7d7a0..23895ccf53e4a 100644 --- a/integration-tests/elytron-security/pom.xml +++ b/integration-tests/elytron-security/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/elytron-undertow/pom.xml b/integration-tests/elytron-undertow/pom.xml index 3e3eaccc681ce..fe4b7f4d0d102 100644 --- a/integration-tests/elytron-undertow/pom.xml +++ b/integration-tests/elytron-undertow/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/flyway/pom.xml b/integration-tests/flyway/pom.xml index c2a3ddaddab1b..a926466902f63 100644 --- a/integration-tests/flyway/pom.xml +++ b/integration-tests/flyway/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/hibernate-orm-panache/pom.xml b/integration-tests/hibernate-orm-panache/pom.xml index c71ab4cb7154a..19aa14d97f2fc 100644 --- a/integration-tests/hibernate-orm-panache/pom.xml +++ b/integration-tests/hibernate-orm-panache/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/hibernate-search-elasticsearch/pom.xml b/integration-tests/hibernate-search-elasticsearch/pom.xml index c607395b7cd09..9679ca8200edf 100644 --- a/integration-tests/hibernate-search-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-elasticsearch/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/hibernate-validator/pom.xml b/integration-tests/hibernate-validator/pom.xml index 780f306fd868e..28b611c57c638 100644 --- a/integration-tests/hibernate-validator/pom.xml +++ b/integration-tests/hibernate-validator/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/infinispan-cache-jpa/pom.xml b/integration-tests/infinispan-cache-jpa/pom.xml index 1b4cd3ab0f320..363c1ff131ede 100644 --- a/integration-tests/infinispan-cache-jpa/pom.xml +++ b/integration-tests/infinispan-cache-jpa/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/infinispan-client/pom.xml b/integration-tests/infinispan-client/pom.xml index 352a66616e642..f9758175072f2 100644 --- a/integration-tests/infinispan-client/pom.xml +++ b/integration-tests/infinispan-client/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/infinispan-embedded/pom.xml b/integration-tests/infinispan-embedded/pom.xml index 4a6826aab74ff..11bad100d73d7 100644 --- a/integration-tests/infinispan-embedded/pom.xml +++ b/integration-tests/infinispan-embedded/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jackson/model/pom.xml b/integration-tests/jackson/model/pom.xml index a41b4a609f544..5e29057446f89 100644 --- a/integration-tests/jackson/model/pom.xml +++ b/integration-tests/jackson/model/pom.xml @@ -10,7 +10,7 @@ quarkus-integration-test-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-jackson-model diff --git a/integration-tests/jackson/pom.xml b/integration-tests/jackson/pom.xml index 9ef944831065e..e87a08888e2ab 100644 --- a/integration-tests/jackson/pom.xml +++ b/integration-tests/jackson/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/jackson/service/pom.xml b/integration-tests/jackson/service/pom.xml index 7f9c0191e531b..5ac711df0e4ed 100644 --- a/integration-tests/jackson/service/pom.xml +++ b/integration-tests/jackson/service/pom.xml @@ -8,7 +8,7 @@ quarkus-integration-test-jackson-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-jackson-service diff --git a/integration-tests/jgit/pom.xml b/integration-tests/jgit/pom.xml index c36749b1791e5..9f3fe6345fc91 100644 --- a/integration-tests/jgit/pom.xml +++ b/integration-tests/jgit/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ quarkus-integration-test-jgit diff --git a/integration-tests/jpa-derby/pom.xml b/integration-tests/jpa-derby/pom.xml index 10f426d0137f8..ff672b51b1ffd 100644 --- a/integration-tests/jpa-derby/pom.xml +++ b/integration-tests/jpa-derby/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-h2/pom.xml b/integration-tests/jpa-h2/pom.xml index 23eaf40c1d472..deea7ef29ab6b 100644 --- a/integration-tests/jpa-h2/pom.xml +++ b/integration-tests/jpa-h2/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml index 8c3eb78e8778f..880ffe7bb02a7 100644 --- a/integration-tests/jpa-mariadb/pom.xml +++ b/integration-tests/jpa-mariadb/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml index 6c9e42aeb732c..7d529889a7430 100644 --- a/integration-tests/jpa-mssql/pom.xml +++ b/integration-tests/jpa-mssql/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-mysql/pom.xml b/integration-tests/jpa-mysql/pom.xml index 6d747ecaefd67..c1f3a77a07128 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml index f9a9a9ab2d07e..016d3ab54d5ec 100644 --- a/integration-tests/jpa-postgresql/pom.xml +++ b/integration-tests/jpa-postgresql/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jpa-without-entity/pom.xml b/integration-tests/jpa-without-entity/pom.xml index daaaacf861b4c..5abbf72b9420c 100644 --- a/integration-tests/jpa-without-entity/pom.xml +++ b/integration-tests/jpa-without-entity/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 8f58ab9bbf0d3..2fd368cbc2d8e 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/jsonb/pom.xml b/integration-tests/jsonb/pom.xml index 0c2a2cba3ba3a..59f46a6739322 100644 --- a/integration-tests/jsonb/pom.xml +++ b/integration-tests/jsonb/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 73b2db11473d4..7bfed91b16af0 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/keycloak-authorization/pom.xml b/integration-tests/keycloak-authorization/pom.xml index 76014dfccd2ac..9b3a8081e807a 100644 --- a/integration-tests/keycloak-authorization/pom.xml +++ b/integration-tests/keycloak-authorization/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/kogito-maven/pom.xml b/integration-tests/kogito-maven/pom.xml index 9f6ee86794de0..31d5d7db8f716 100644 --- a/integration-tests/kogito-maven/pom.xml +++ b/integration-tests/kogito-maven/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/kogito/pom.xml b/integration-tests/kogito/pom.xml index e53234da0021f..f677104b0af9e 100644 --- a/integration-tests/kogito/pom.xml +++ b/integration-tests/kogito/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml index 774bf6691db07..f9693e93b6e7e 100644 --- a/integration-tests/kotlin/pom.xml +++ b/integration-tests/kotlin/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/kubernetes-client/pom.xml b/integration-tests/kubernetes-client/pom.xml index 7d41f0e5b492c..5f8a79bd501d1 100644 --- a/integration-tests/kubernetes-client/pom.xml +++ b/integration-tests/kubernetes-client/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index cd527784b2052..4d189bdbb45a2 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-integration-tests-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-kubernetes Quarkus - Integration Tests - Kubernetes extension diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index 1cb2f3a6cddcd..c765704eb8637 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/maven/pom.xml b/integration-tests/maven/pom.xml index 485434ed4ead8..12ad4561015bd 100644 --- a/integration-tests/maven/pom.xml +++ b/integration-tests/maven/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-integration-tests-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-maven diff --git a/integration-tests/mongodb-client/pom.xml b/integration-tests/mongodb-client/pom.xml index b1d762e164575..501c5af7adf92 100644 --- a/integration-tests/mongodb-client/pom.xml +++ b/integration-tests/mongodb-client/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-integration-tests-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-mongodb-client diff --git a/integration-tests/mongodb-panache/pom.xml b/integration-tests/mongodb-panache/pom.xml index 367ea74f5172d..47f2ec5ac551e 100755 --- a/integration-tests/mongodb-panache/pom.xml +++ b/integration-tests/mongodb-panache/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-integration-tests-parent - 999-SNAPSHOT + 1.0.0.CR2 quarkus-integration-test-mongodb-panache diff --git a/integration-tests/narayana-jta/pom.xml b/integration-tests/narayana-jta/pom.xml index 6e48d66d871e6..f48a7728ff8b2 100644 --- a/integration-tests/narayana-jta/pom.xml +++ b/integration-tests/narayana-jta/pom.xml @@ -4,7 +4,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/narayana-stm/pom.xml b/integration-tests/narayana-stm/pom.xml index 7f97ca99cba0f..a2f3b917b4bb5 100644 --- a/integration-tests/narayana-stm/pom.xml +++ b/integration-tests/narayana-stm/pom.xml @@ -4,7 +4,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/neo4j/pom.xml b/integration-tests/neo4j/pom.xml index af0945bde4097..b227405fb00be 100644 --- a/integration-tests/neo4j/pom.xml +++ b/integration-tests/neo4j/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/oidc-code-flow/pom.xml b/integration-tests/oidc-code-flow/pom.xml index 06bf52a0dfb67..52aeb01a1904e 100644 --- a/integration-tests/oidc-code-flow/pom.xml +++ b/integration-tests/oidc-code-flow/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/oidc/pom.xml b/integration-tests/oidc/pom.xml index b27ce1870a00a..0f04660412cdc 100644 --- a/integration-tests/oidc/pom.xml +++ b/integration-tests/oidc/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9064d3a6eff96..2c37fded5e8dd 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml 4.0.0 diff --git a/integration-tests/reactive-mysql-client/pom.xml b/integration-tests/reactive-mysql-client/pom.xml index 8d5f4bcd27c3d..370f064e6fa6f 100644 --- a/integration-tests/reactive-mysql-client/pom.xml +++ b/integration-tests/reactive-mysql-client/pom.xml @@ -23,7 +23,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/reactive-pg-client/pom.xml b/integration-tests/reactive-pg-client/pom.xml index c006259e1c436..eff0c660f3ad7 100644 --- a/integration-tests/reactive-pg-client/pom.xml +++ b/integration-tests/reactive-pg-client/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/resteasy-jackson/pom.xml b/integration-tests/resteasy-jackson/pom.xml index 1ef8ae0a010a3..3d78e4ae8edcf 100644 --- a/integration-tests/resteasy-jackson/pom.xml +++ b/integration-tests/resteasy-jackson/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/scala/pom.xml b/integration-tests/scala/pom.xml index 13a53f324f993..0a892894f365c 100644 --- a/integration-tests/scala/pom.xml +++ b/integration-tests/scala/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/shared-library/pom.xml b/integration-tests/shared-library/pom.xml index dfb80f6764429..debb95dcfaf00 100644 --- a/integration-tests/shared-library/pom.xml +++ b/integration-tests/shared-library/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/spring-data-jpa/pom.xml b/integration-tests/spring-data-jpa/pom.xml index bc4ddfcb7f0c4..3165ea65f6323 100644 --- a/integration-tests/spring-data-jpa/pom.xml +++ b/integration-tests/spring-data-jpa/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/spring-di/pom.xml b/integration-tests/spring-di/pom.xml index f0f47cdf255c1..40fb437f13fdd 100644 --- a/integration-tests/spring-di/pom.xml +++ b/integration-tests/spring-di/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/spring-web/pom.xml b/integration-tests/spring-web/pom.xml index 7895299e8b8f1..82355275b4249 100644 --- a/integration-tests/spring-web/pom.xml +++ b/integration-tests/spring-web/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/test-extension/pom.xml b/integration-tests/test-extension/pom.xml index 1ef0f36bb2b0c..e616d695fd435 100644 --- a/integration-tests/test-extension/pom.xml +++ b/integration-tests/test-extension/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index 0abe4e95f6469..da2798b7b20e3 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -4,7 +4,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/vault-agroal/pom.xml b/integration-tests/vault-agroal/pom.xml index fc03ff62c9813..ad7ab94666932 100644 --- a/integration-tests/vault-agroal/pom.xml +++ b/integration-tests/vault-agroal/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/vault-app/pom.xml b/integration-tests/vault-app/pom.xml index 1882ce4c3713d..42f39ce09d26f 100644 --- a/integration-tests/vault-app/pom.xml +++ b/integration-tests/vault-app/pom.xml @@ -5,7 +5,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ 4.0.0 diff --git a/integration-tests/vault/pom.xml b/integration-tests/vault/pom.xml index 72ce157012712..8a4e652d4187c 100644 --- a/integration-tests/vault/pom.xml +++ b/integration-tests/vault/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/vertx-http/pom.xml b/integration-tests/vertx-http/pom.xml index c6b276a8aa757..bbaf2b9c3dcfa 100644 --- a/integration-tests/vertx-http/pom.xml +++ b/integration-tests/vertx-http/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml index c690a4adbf8e5..1b704e76455f5 100644 --- a/integration-tests/vertx/pom.xml +++ b/integration-tests/vertx/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/virtual-http-resteasy/pom.xml b/integration-tests/virtual-http-resteasy/pom.xml index 2a273ebdae297..dbddeee6383a6 100644 --- a/integration-tests/virtual-http-resteasy/pom.xml +++ b/integration-tests/virtual-http-resteasy/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/integration-tests/virtual-http/pom.xml b/integration-tests/virtual-http/pom.xml index b3a47a2378203..dec34c519c838 100644 --- a/integration-tests/virtual-http/pom.xml +++ b/integration-tests/virtual-http/pom.xml @@ -7,7 +7,7 @@ quarkus-integration-tests-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/pom.xml b/pom.xml index bbf2bd58af841..2c6a6b082b675 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.quarkus quarkus-parent Quarkus - Parent pom - 999-SNAPSHOT + 1.0.0.CR2 pom diff --git a/tcks/microprofile-config/pom.xml b/tcks/microprofile-config/pom.xml index d97f5b4c70982..88fa0dbdfa6a3 100644 --- a/tcks/microprofile-config/pom.xml +++ b/tcks/microprofile-config/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-context-propagation/pom.xml b/tcks/microprofile-context-propagation/pom.xml index 139b059f74e48..b7304af88fb47 100644 --- a/tcks/microprofile-context-propagation/pom.xml +++ b/tcks/microprofile-context-propagation/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-tck-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-fault-tolerance/pom.xml b/tcks/microprofile-fault-tolerance/pom.xml index a41101697c0c7..522b7ab834ff9 100644 --- a/tcks/microprofile-fault-tolerance/pom.xml +++ b/tcks/microprofile-fault-tolerance/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-health/pom.xml b/tcks/microprofile-health/pom.xml index aeea4907d2399..ed01b3727e05d 100644 --- a/tcks/microprofile-health/pom.xml +++ b/tcks/microprofile-health/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-jwt/pom.xml b/tcks/microprofile-jwt/pom.xml index 43933cd5dae58..af511fc6c7945 100644 --- a/tcks/microprofile-jwt/pom.xml +++ b/tcks/microprofile-jwt/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-metrics/api/pom.xml b/tcks/microprofile-metrics/api/pom.xml index a2e6a36fb1aa6..2b38838325ea3 100644 --- a/tcks/microprofile-metrics/api/pom.xml +++ b/tcks/microprofile-metrics/api/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-microprofile-metrics-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-metrics/pom.xml b/tcks/microprofile-metrics/pom.xml index 1bdb43ef3964a..662083b0e1dcd 100644 --- a/tcks/microprofile-metrics/pom.xml +++ b/tcks/microprofile-metrics/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-metrics/rest/pom.xml b/tcks/microprofile-metrics/rest/pom.xml index c38c376f1af44..2fa5a6e2eabc8 100644 --- a/tcks/microprofile-metrics/rest/pom.xml +++ b/tcks/microprofile-metrics/rest/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-microprofile-metrics-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-openapi/pom.xml b/tcks/microprofile-openapi/pom.xml index a3ed9b68df74d..7e12cdaaf647d 100644 --- a/tcks/microprofile-openapi/pom.xml +++ b/tcks/microprofile-openapi/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-tck-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-opentracing/base/pom.xml b/tcks/microprofile-opentracing/base/pom.xml index f9c3681880819..541c4f4a40c17 100644 --- a/tcks/microprofile-opentracing/base/pom.xml +++ b/tcks/microprofile-opentracing/base/pom.xml @@ -5,7 +5,7 @@ quarkus-tck-microprofile-opentracing io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/tcks/microprofile-opentracing/pom.xml b/tcks/microprofile-opentracing/pom.xml index d055b41411787..ad813988dad43 100644 --- a/tcks/microprofile-opentracing/pom.xml +++ b/tcks/microprofile-opentracing/pom.xml @@ -4,7 +4,7 @@ quarkus-tck-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-opentracing/rest-client/pom.xml b/tcks/microprofile-opentracing/rest-client/pom.xml index 492fb3728fe03..62e2bd473fe83 100644 --- a/tcks/microprofile-opentracing/rest-client/pom.xml +++ b/tcks/microprofile-opentracing/rest-client/pom.xml @@ -5,7 +5,7 @@ quarkus-tck-microprofile-opentracing io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 4.0.0 diff --git a/tcks/microprofile-reactive-messaging/pom.xml b/tcks/microprofile-reactive-messaging/pom.xml index 8bd190bdc5eb4..3bc11a2212444 100644 --- a/tcks/microprofile-reactive-messaging/pom.xml +++ b/tcks/microprofile-reactive-messaging/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-tck-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/microprofile-rest-client/pom.xml b/tcks/microprofile-rest-client/pom.xml index 4f2405e7a2945..935213d3fcb81 100644 --- a/tcks/microprofile-rest-client/pom.xml +++ b/tcks/microprofile-rest-client/pom.xml @@ -5,7 +5,7 @@ io.quarkus quarkus-tck-parent - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml 4.0.0 diff --git a/tcks/pom.xml b/tcks/pom.xml index 8f316e4e5a8bf..c6521bf180353 100644 --- a/tcks/pom.xml +++ b/tcks/pom.xml @@ -4,7 +4,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml 4.0.0 diff --git a/test-framework/amazon-lambda/pom.xml b/test-framework/amazon-lambda/pom.xml index 1bf9abf414820..8d53b5f006eb8 100644 --- a/test-framework/amazon-lambda/pom.xml +++ b/test-framework/amazon-lambda/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../pom.xml diff --git a/test-framework/arquillian/pom.xml b/test-framework/arquillian/pom.xml index d55ebf86c2b1b..5e7b6b3031b93 100644 --- a/test-framework/arquillian/pom.xml +++ b/test-framework/arquillian/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/common/pom.xml b/test-framework/common/pom.xml index 61da99ff3c822..d7c9b5bd2ba17 100644 --- a/test-framework/common/pom.xml +++ b/test-framework/common/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/derby/pom.xml b/test-framework/derby/pom.xml index 952f01927d5d0..b2e8c87e27032 100644 --- a/test-framework/derby/pom.xml +++ b/test-framework/derby/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/h2/pom.xml b/test-framework/h2/pom.xml index c50619a433f3a..a6c67789b86d3 100644 --- a/test-framework/h2/pom.xml +++ b/test-framework/h2/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/junit5-internal/pom.xml b/test-framework/junit5-internal/pom.xml index d11f7665c4af1..f7f59c92d7db0 100644 --- a/test-framework/junit5-internal/pom.xml +++ b/test-framework/junit5-internal/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml index 3f4e04e909802..1e1157c13933a 100644 --- a/test-framework/junit5/pom.xml +++ b/test-framework/junit5/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/kubernetes-client/pom.xml b/test-framework/kubernetes-client/pom.xml index 2b90c1c78a7a1..0b61044fc4df7 100644 --- a/test-framework/kubernetes-client/pom.xml +++ b/test-framework/kubernetes-client/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../ diff --git a/test-framework/maven/pom.xml b/test-framework/maven/pom.xml index 4da93275ffbb6..be5a1952e4850 100644 --- a/test-framework/maven/pom.xml +++ b/test-framework/maven/pom.xml @@ -5,7 +5,7 @@ quarkus-test-framework io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 .. 4.0.0 diff --git a/test-framework/pom.xml b/test-framework/pom.xml index c4a590f4a1683..926b80098a52c 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -5,7 +5,7 @@ quarkus-build-parent io.quarkus - 999-SNAPSHOT + 1.0.0.CR2 ../build-parent/pom.xml 4.0.0 diff --git a/test-framework/vault/pom.xml b/test-framework/vault/pom.xml index bee5486a61bf7..6f865481078e3 100644 --- a/test-framework/vault/pom.xml +++ b/test-framework/vault/pom.xml @@ -7,7 +7,7 @@ io.quarkus quarkus-test-framework - 999-SNAPSHOT + 1.0.0.CR2 ../