Author: olamy Date: Fri Feb 22 15:02:06 2008 New Revision: 630349 URL: http://svn.apache.org/viewvc?rev=630349&view=rev Log: lock the plugin version (fix potential issue when using a fresh install due to the current build)
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=630349&r1=630348&r2=630349&view=diff ============================================================================== --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Feb 22 15:02:06 2008 @@ -81,4 +81,12 @@ <scope>test</scope> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.3</version> + </plugin> + </plugins> + </build> </project>