File tree 1 file changed +4
-4
lines changed
src/main/java/org/apache/maven/shared/invoker
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ enum CheckSumPolicy
769
769
* @return The path to the base directory of the Maven installation or <code>null</code> if using the default
770
770
* Maven installation.
771
771
*
772
- * @since 3.1.1
772
+ * @since 3.2.0
773
773
*/
774
774
File getMavenHome ();
775
775
@@ -782,7 +782,7 @@ enum CheckSumPolicy
782
782
* default Maven installation.
783
783
* @return This invocation request
784
784
*
785
- * @since 3.1.1
785
+ * @since 3.2.0
786
786
*/
787
787
InvocationRequest setMavenHome ( File mavenHome );
788
788
@@ -791,7 +791,7 @@ enum CheckSumPolicy
791
791
*
792
792
* @return the custom Maven executable, otherwise {@code null}
793
793
*
794
- * @since 3.1.1
794
+ * @since 3.2.0
795
795
*/
796
796
File getMavenExecutable ();
797
797
@@ -801,7 +801,7 @@ enum CheckSumPolicy
801
801
* @param mavenExecutable the executable
802
802
* @return This invocation request
803
803
*
804
- * @since 3.1.1
804
+ * @since 3.2.0
805
805
*/
806
806
InvocationRequest setMavenExecutable ( File mavenExecutable );
807
807
}
You can’t perform that action at this time.
0 commit comments