diff --git a/pom.xml b/pom.xml
index 3816c911..a5861f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,9 @@
${project.build.directory}/local-repo
src/it/projects
src/it/mrm/settings.xml
+
+ ${version.maven-surefire}
+
diff --git a/src/it/projects/describe-cmd-with-goal-report/pom.xml b/src/it/projects/describe-cmd-with-goal-report/pom.xml
index d7e9af28..2bbd6a14 100644
--- a/src/it/projects/describe-cmd-with-goal-report/pom.xml
+++ b/src/it/projects/describe-cmd-with-goal-report/pom.xml
@@ -34,7 +34,7 @@ under the License.
maven-javadoc-plugin
- 3.2.0
+ @version.maven-javadoc-plugin@
diff --git a/src/it/projects/describe-plugin-in-plugin-management/pom.xml b/src/it/projects/describe-plugin-in-plugin-management/pom.xml
index 01d10866..d59d267b 100644
--- a/src/it/projects/describe-plugin-in-plugin-management/pom.xml
+++ b/src/it/projects/describe-plugin-in-plugin-management/pom.xml
@@ -35,7 +35,7 @@ under the License.
maven-surefire-plugin
- 2.4.3
+ @version.maven-surefire@
diff --git a/src/it/projects/describe-plugin-in-plugin-management/verify.groovy b/src/it/projects/describe-plugin-in-plugin-management/verify.groovy
index 9f303562..4cf535fe 100644
--- a/src/it/projects/describe-plugin-in-plugin-management/verify.groovy
+++ b/src/it/projects/describe-plugin-in-plugin-management/verify.groovy
@@ -23,7 +23,7 @@ def ls = System.getProperty( "line.separator" );
assert result.contains(
"Group Id: org.apache.maven.plugins" + ls +
"Artifact Id: maven-surefire-plugin" + ls +
- "Version: 2.4.3" + ls +
+ "Version: " + surefireversion + ls +
"Goal Prefix: surefire"
)