Author: bentmann
Date: Sat Aug 2 06:43:20 2008
New Revision: 681974
URL: http://svn.apache.org/viewvc?rev=681974&view=rev
Log:
o Fixed IT POM to use current version of plugin under test
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml?rev=681974&r1=681973&r2=681974&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml Sat
Aug 2 06:43:20 2008
@@ -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>