diff --git a/pom.xml b/pom.xml
index a97d0c44..8b8f627d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,7 @@
9.7.1
1C
2024-08-12T19:43:34Z
+ 3.2.0
@@ -247,6 +248,12 @@
+
+
+ org.apache.maven.plugins
+ maven-toolchains-plugin
+ ${maven-toolchains-plugin.version}
+
org.apache.maven.plugins
maven-javadoc-plugin
diff --git a/src/it/projects/setup-parent/pom.xml b/src/it/projects/setup-parent/pom.xml
index 1a6c8e0b..e5501991 100644
--- a/src/it/projects/setup-parent/pom.xml
+++ b/src/it/projects/setup-parent/pom.xml
@@ -109,7 +109,7 @@
org.apache.maven.plugins
maven-toolchains-plugin
- 3.1.0
+ @maven-toolchains-plugin.version@
diff --git a/src/site/apt/examples/example-exec-using-toolchains.apt.vm b/src/site/apt/examples/example-exec-using-toolchains.apt.vm
index 4ea3e5f2..d379ea8b 100644
--- a/src/site/apt/examples/example-exec-using-toolchains.apt.vm
+++ b/src/site/apt/examples/example-exec-using-toolchains.apt.vm
@@ -47,7 +47,7 @@ Using Toolchains Instead of Explicit Paths
maven-toolchains-plugin
- 1.1
+ $context.get("maven-toolchains-plugin.version")
@@ -118,7 +118,7 @@ Using Toolchains Instead of Explicit Paths
maven-toolchains-plugin
- 1.1
+ $context.get("maven-toolchains-plugin.version")
@@ -189,7 +189,7 @@ Using Toolchains Instead of Explicit Paths
maven-toolchains-plugin
- 1.1
+ $context.get("maven-toolchains-plugin.version")