Skip to content

Commit

Permalink
chore(pom): Update to quarkiverse-parent 18
Browse files Browse the repository at this point in the history
  • Loading branch information
edeweerd1A committed Oct 30, 2024
1 parent 8b264b5 commit 765cf26
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse</groupId>
<artifactId>quarkiverse-parent</artifactId>
<version>16</version>
<version>18</version>
</parent>
<groupId>io.quarkiverse.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
Expand Down Expand Up @@ -52,8 +52,6 @@
<modules>
<module>runtime</module>
<module>deployment</module>
<module>integration-test</module>
<module>docs</module>
</modules>
<repositories>
<repository>
Expand Down Expand Up @@ -151,4 +149,19 @@
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>docs</id>
<activation>
<property>
<name>performRelease</name>
<value>!true</value>
</property>
</activation>
<modules>
<module>docs</module>
<module>integration-tests</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 765cf26

Please sign in to comment.