Author: tchemit
Date: Sun Jan 20 11:57:04 2013
New Revision: 1435829

URL: http://svn.apache.org/viewvc?rev=1435829&view=rev
Log:
MCOMPILER-198 Some parameters introduced in version 3.0 are annoted with since 
2.6

Modified:
    
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1435829&r1=1435828&r2=1435829&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 Sun Jan 20 11:57:04 2013
@@ -329,13 +329,13 @@ public abstract class AbstractCompilerMo
      * compiler can now use javax.tools if available in your current jdk, you 
can disable this feature
      * using -Dmaven.compiler.forceJavacCompilerUse=true or in the plugin 
configuration
      *
-     * @since 2.6
+     * @since 3.0
      */
     @Parameter ( defaultValue = "false", property = 
"maven.compiler.forceJavacCompilerUse" )
     private boolean forceJavacCompilerUse;
 
     /**
-     * @since 2.6 needed for storing the status for the incremental build 
support.
+     * @since 3.0 needed for storing the status for the incremental build 
support.
      */
     @Parameter ( property = "mojoExecution" )
     private MojoExecution mojoExecution;
@@ -343,7 +343,7 @@ public abstract class AbstractCompilerMo
     /**
      * We need this to determine the start timestamp of the build.
      *
-     * @since 2.6
+     * @since 3.0
      */
     @Component
     protected MavenSession mavenSession;


Reply via email to