Skip to content

Commit

Permalink
latest maven-versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DRoppelt committed May 16, 2023
1 parent 022b9de commit fa72893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ public abstract class AbstractGitFlowMojo extends AbstractMojo {
*
* @since 1.18.0
*/
@Parameter(property = "versionsMavenPluginVersion", defaultValue = "2.14.2")
private String versionsMavenPluginVersion = "2.24.2";
@Parameter(property = "versionsMavenPluginVersion", defaultValue = "2.15.0")
private String versionsMavenPluginVersion = "2.25.0";

/**
* Version of tycho-versions-plugin to use.
Expand Down

0 comments on commit fa72893

Please sign in to comment.