Skip to content

Commit 7b2a0d2

Browse files
committed
Sync web site with Quarkus documentation
1 parent 3e2e153 commit 7b2a0d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_guides/_attributes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Common attributes.
22
// --> No blank lines (it ends the document header)
33
:project-name: Quarkus
4-
:quarkus-version: 3.29.1
4+
:quarkus-version: 3.29.2
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.11
@@ -19,9 +19,9 @@
1919
:logstash-image: docker.io/elastic/logstash:9.1.5
2020
:kibana-image: docker.io/elastic/kibana:9.1.5
2121
:keycloak-docker-image: quay.io/keycloak/keycloak:26.4.0
22-
:jandex-version: 3.5.0
22+
:jandex-version: 3.5.1
2323
:jandex-gradle-plugin-version: 1.0.0
24-
:kotlin-version: 2.2.20
24+
:kotlin-version: 2.2.21
2525
:grpc-version: 1.75.0
2626
:protoc-version: 4.32.1
2727
:gcf-invoker-version: 1.4.1

_guides/building-my-first-extension.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Your extension is a multi-module project. So let's start by checking out the par
171171
<module>runtime</module>
172172
</modules>
173173
<properties>
174-
<compiler-plugin.version>3.14.0</compiler-plugin.version><!--2-->
174+
<compiler-plugin.version>3.14.1</compiler-plugin.version><!--2-->
175175
<failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version>
176176
<maven.compiler.release>17</maven.compiler.release>
177177
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -872,7 +872,7 @@ $ mvn quarkus:dev
872872
[INFO] Building greeting-app 1.0.0-SNAPSHOT
873873
[INFO] --------------------------------[ jar ]---------------------------------
874874
[INFO]
875-
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ greeting-app ---
875+
[INFO] --- maven-compiler-plugin:3.14.1:compile (default-compile) @ greeting-app ---
876876
[INFO] Nothing to compile - all classes are up to date
877877
[INFO]
878878
[INFO] --- quarkus-maven-plugin:{quarkus-version}:dev (default-cli) @ greeting-app ---

_guides/jreleaser.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ As a reference, these are the full contents of the `pom.xml`:
635635
<properties>
636636
<executable-suffix/>
637637
<distribution.directory>${project.build.directory}/distributions</distribution.directory>
638-
<compiler-plugin.version>3.14.0</compiler-plugin.version>
638+
<compiler-plugin.version>3.14.1</compiler-plugin.version>
639639
<maven.compiler.parameters>true</maven.compiler.parameters>
640640
<maven.compiler.source>17</maven.compiler.source>
641641
<maven.compiler.target>17</maven.compiler.target>

0 commit comments

Comments
 (0)