[MPOM-332] Remove outdated m-deploy-p configuration

There is no parameter updateReleaseInfo in current plugin version
diff --git a/pom.xml b/pom.xml
index 90ae426..9bffda6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,15 +416,6 @@
               </execution>
             </executions>
           </plugin>
-          <!-- We want to deploy the artifact to a staging location for perusal -->
-          <plugin>
-            <inherited>true</inherited>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <updateReleaseInfo>true</updateReleaseInfo>
-            </configuration>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>