Author: stephenc
Date: Mon May 23 08:07:11 2011
New Revision: 1126368
URL: http://svn.apache.org/viewvc?rev=1126368&view=rev
Log:
adding a since tag
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/AbstractDeployMojo.java
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/AbstractDeployMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/AbstractDeployMojo.java?rev=1126368&r1=1126367&r2=1126368&view=diff
==============================================================================
---
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/AbstractDeployMojo.java
(original)
+++
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/AbstractDeployMojo.java
Mon May 23 08:07:11 2011
@@ -92,6 +92,7 @@ public abstract class AbstractDeployMojo
* If a value outside the range 1-10 is specified it will be pulled to the
nearest value within the range 1-10.
*
* @parameter expression="${retryFailedDeploymentCount}" default-value="1"
+ * @since 2.7
*/
private int retryFailedDeploymentCount;