Skip to content

Commit

Permalink
Fix versions plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Aug 22, 2023
1 parent b2b03e8 commit 2821560
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.15.0")
private String versionsMavenPluginVersion = "2.25.0";
@Parameter(property = "versionsMavenPluginVersion", defaultValue = "2.16.0")
private String versionsMavenPluginVersion = "2.16.0";

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

0 comments on commit 2821560

Please sign in to comment.