o Fixed IT POM to use current version of plugin under test

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@681974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/mdeploy-45-test/pom.xml b/src/it/mdeploy-45-test/pom.xml
index 78fcac9..23d0014 100644
--- a/src/it/mdeploy-45-test/pom.xml
+++ b/src/it/mdeploy-45-test/pom.xml
@@ -15,8 +15,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-deploy-plugin</artifactId>
-        <!--version>@pom.version@</version-->
-        <version>2.4-SNAPSHOT</version>
+        <version>@pom.version@</version>
 				<configuration>
 			    <!-- because i don't know your distribution management, deployments will be written to ${basedir}/target -->
 					<altDeploymentRepository>mine::default::file://${basedir}/target</altDeploymentRepository>