Skip to content

Commit 2f2e123

Browse files
Fix next release version in javadoc
1 parent c6511fd commit 2f2e123

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/apache/maven/shared/invoker/InvocationRequest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ enum CheckSumPolicy
769769
* @return The path to the base directory of the Maven installation or <code>null</code> if using the default
770770
* Maven installation.
771771
*
772-
* @since 3.1.1
772+
* @since 3.2.0
773773
*/
774774
File getMavenHome();
775775

@@ -782,7 +782,7 @@ enum CheckSumPolicy
782782
* default Maven installation.
783783
* @return This invocation request
784784
*
785-
* @since 3.1.1
785+
* @since 3.2.0
786786
*/
787787
InvocationRequest setMavenHome( File mavenHome );
788788

@@ -791,7 +791,7 @@ enum CheckSumPolicy
791791
*
792792
* @return the custom Maven executable, otherwise {@code null}
793793
*
794-
* @since 3.1.1
794+
* @since 3.2.0
795795
*/
796796
File getMavenExecutable();
797797

@@ -801,7 +801,7 @@ enum CheckSumPolicy
801801
* @param mavenExecutable the executable
802802
* @return This invocation request
803803
*
804-
* @since 3.1.1
804+
* @since 3.2.0
805805
*/
806806
InvocationRequest setMavenExecutable( File mavenExecutable );
807807
}

0 commit comments

Comments
 (0)