Skip to content

Commit

Permalink
Bump Quarkus 3.12.0 CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevel committed Jun 17, 2024
1 parent 66b8e33 commit 97e042d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
</configuration>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex-maven-plugin.version}</version>
<version>${jandex.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex-maven-plugin.version}</version>
<version>${jandex.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:quarkus-version: 3.9.4
:quarkus-version: 3.12.0.CR1
:quarkus-vault-version: 4.0.1
:maven-version: 3.8.1+

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ quarkus.log.category."io.quarkus.vault".level=DEBUG
quarkus.datasource.db-kind=postgresql
quarkus.datasource.credentials-provider=mydb
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:6543/mydb
quarkus.datasource.db-version=9.6.0
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<maven.compiler.parameters>true</maven.compiler.parameters>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.11.0</quarkus.version>
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<quarkus.version>3.12.0.CR1</quarkus.version>
<jandex.version>3.2.0</jandex.version>
<assertj.version>3.26.0</assertj.version>
<wiremock.version>3.0.1</wiremock.version>
<wiremock-maven-plugin.version>7.3.0</wiremock-maven-plugin.version>
Expand Down

0 comments on commit 97e042d

Please sign in to comment.