Skip to content

Commit

Permalink
Update quarkus-platform-bom-generator to 0.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 29, 2023
1 parent edddc0d commit 32a6f0b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated-platform-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<module>quarkus-blaze-persistence</module>
<module>quarkus-google-cloud-services</module>
<module>quarkus-operator-sdk</module>
<module>quarkus-maven-plugin</module>
<module>quarkus-dependencies-to-build</module>
<module>quarkus-sbom</module>
<module>quarkus-extension-changes</module>
<module>quarkus-maven-plugin</module>
</modules>
<properties>
<platform.key>io.quarkus.platform</platform.key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<name>Quarkus Platform - Quarkus Dependencies To Build</name>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<build>
<pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<name>Quarkus Platform - Quarkus Extension Changes</name>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<build>
<pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions generated-platform-project/quarkus-sbom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<name>Quarkus Platform - Quarkus Sbom</name>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<build>
<pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</modules>
<properties>
<gpg.skip>true</gpg.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<quarkus-vault.version>3.1.0</quarkus-vault.version>
<quarkus-operator-sdk.version>6.3.0</quarkus-operator-sdk.version>

<quarkus-platform-bom-generator.version>0.0.95</quarkus-platform-bom-generator.version>
<quarkus-platform-bom-generator.version>0.0.96</quarkus-platform-bom-generator.version>
<build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
<maven-plugin-plugin.version>3.6.1</maven-plugin-plugin.version>
<version.surefire.plugin>3.0.0</version.surefire.plugin>
Expand Down

0 comments on commit 32a6f0b

Please sign in to comment.