Skip to content

Commit

Permalink
Fix next release version in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 18, 2022
1 parent c6511fd commit 2f2e123
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -769,7 +769,7 @@ enum CheckSumPolicy
* @return The path to the base directory of the Maven installation or <code>null</code> if using the default
* Maven installation.
*
* @since 3.1.1
* @since 3.2.0
*/
File getMavenHome();

Expand All @@ -782,7 +782,7 @@ enum CheckSumPolicy
* default Maven installation.
* @return This invocation request
*
* @since 3.1.1
* @since 3.2.0
*/
InvocationRequest setMavenHome( File mavenHome );

Expand All @@ -791,7 +791,7 @@ enum CheckSumPolicy
*
* @return the custom Maven executable, otherwise {@code null}
*
* @since 3.1.1
* @since 3.2.0
*/
File getMavenExecutable();

Expand All @@ -801,7 +801,7 @@ enum CheckSumPolicy
* @param mavenExecutable the executable
* @return This invocation request
*
* @since 3.1.1
* @since 3.2.0
*/
InvocationRequest setMavenExecutable( File mavenExecutable );
}

0 comments on commit 2f2e123

Please sign in to comment.