File tree 3 files changed +3
-3
lines changed
maven-release-plugin/src/main/java/org/apache/maven/plugins/release
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public class BranchReleaseMojo extends AbstractScmReleaseMojo {
201
201
/**
202
202
* Optional config for the VersionPolicy implementation used to calculate the project versions.
203
203
*
204
- * @since 3.0.0-M8
204
+ * @since 3.0.0
205
205
*/
206
206
@ Parameter (property = "projectVersionPolicyConfig" )
207
207
private XmlPlexusConfiguration projectVersionPolicyConfig ;
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ public class PrepareReleaseMojo extends AbstractScmReleaseMojo {
247
247
/**
248
248
* Optional config for the VersionPolicy implementation used to calculate the project versions.
249
249
*
250
- * @since 3.0.0-M8
250
+ * @since 3.0.0
251
251
*/
252
252
@ Parameter (property = "projectVersionPolicyConfig" )
253
253
private XmlPlexusConfiguration projectVersionPolicyConfig ;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public class UpdateVersionsMojo extends AbstractReleaseMojo {
94
94
/**
95
95
* Optional config for the VersionPolicy implementation used to calculate the project versions.
96
96
*
97
- * @since 3.0.0-M8
97
+ * @since 3.0.0
98
98
*/
99
99
@ Parameter (property = "projectVersionPolicyConfig" )
100
100
private XmlPlexusConfiguration projectVersionPolicyConfig ;
You can’t perform that action at this time.
0 commit comments