[MDEPLOY-245] - Remove the remnants of the obsolete `updateReleaseInfo` parameter.
diff --git a/src/it/3rd-party-jar-with-extras/test.properties b/src/it/3rd-party-jar-with-extras/test.properties
index c2b57c0..6fd2093 100644
--- a/src/it/3rd-party-jar-with-extras/test.properties
+++ b/src/it/3rd-party-jar-with-extras/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.jar
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test
 version = 1.0
diff --git a/src/it/3rd-party-jar-without-pom/test.properties b/src/it/3rd-party-jar-without-pom/test.properties
index 02fcbcf..269719d 100644
--- a/src/it/3rd-party-jar-without-pom/test.properties
+++ b/src/it/3rd-party-jar-without-pom/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.jar
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test
 version = 1.0
diff --git a/src/it/3rd-party-pom-with-extras/test.properties b/src/it/3rd-party-pom-with-extras/test.properties
index 3d13f16..5c4d115 100644
--- a/src/it/3rd-party-pom-with-extras/test.properties
+++ b/src/it/3rd-party-pom-with-extras/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.pom
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tppwoc
 artifactId = test
 version = 1.0
diff --git a/src/it/attach-release-jar/pom.xml b/src/it/attach-release-jar/pom.xml
index 3d2039e..4557d22 100644
--- a/src/it/attach-release-jar/pom.xml
+++ b/src/it/attach-release-jar/pom.xml
@@ -33,7 +33,6 @@
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>
diff --git a/src/it/external-release-jar/test.properties b/src/it/external-release-jar/test.properties
index 1be2c63..c8deb50 100644
--- a/src/it/external-release-jar/test.properties
+++ b/src/it/external-release-jar/test.properties
@@ -18,4 +18,3 @@
 file = test-0.1.jar
 pomFile = test-0.1.pom
 url = file:target/repo
-updateReleaseInfo = true
diff --git a/src/it/release-jar/pom.xml b/src/it/release-jar/pom.xml
index 51fe248..af72e7d 100644
--- a/src/it/release-jar/pom.xml
+++ b/src/it/release-jar/pom.xml
@@ -33,7 +33,6 @@
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>
diff --git a/src/it/release-pom/pom.xml b/src/it/release-pom/pom.xml
index 526fb37..d7bff31 100644
--- a/src/it/release-pom/pom.xml
+++ b/src/it/release-pom/pom.xml
@@ -33,7 +33,6 @@
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>