Skip to content

Commit

Permalink
[MRELEASE-1078] Updated the 'since' version in several places because…
Browse files Browse the repository at this point in the history
… of the recent release of this plugin.
  • Loading branch information
nielsbasjes committed Feb 6, 2023
1 parent 1571e4f commit 52870fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class BranchReleaseMojo
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M7
* @since 3.0.0-M8
*/
@Parameter( property = "projectVersionPolicyConfig" )
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public class PrepareReleaseMojo
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M7
* @since 3.0.0-M8
*/
@Parameter( property = "projectVersionPolicyConfig" )
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public class UpdateVersionsMojo
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M7
* @since 3.0.0-M8
*/
@Parameter( property = "projectVersionPolicyConfig" )
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down
2 changes: 1 addition & 1 deletion maven-release-plugin/src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ mvn -Dusername=your_scm_username release:prepare
* SemVerVersionPolicy: \
A version policy that enforce SemVer format and upgrades minor element for next development version.

* CCSemVerVersionPolicy (since 3.0.0-M7): \
* CCSemVerVersionPolicy (since 3.0.0-M8): \
A version policy that enforces the SemVer format and uses Conventional Commits to determine the next version.

* CCSemVerVersionPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-M8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 52870fb

Please sign in to comment.