-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRELEASE-431] add user documentation for version policies (#169)
- Loading branch information
Showing
19 changed files
with
86 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ | |
|
||
/** | ||
* Branch a project in SCM, using the same steps as the <code>release:prepare</code> goal, creating a branch instead of | ||
* a tag. For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/examples/branch.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/examples/branch.html</a>. | ||
* a tag. For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/usage/branch.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/usage/branch.html</a>. | ||
* | ||
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a> | ||
* @since 2.0-beta-6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,8 @@ | |
* Clean up after a release preparation. This is done automatically after a successful <code>release:perform</code>, | ||
* so is best served for cleaning up a failed or abandoned release, or a dry run. Note that only the working copy | ||
* is cleaned up, no previous steps are rolled back. | ||
* For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/examples/clean-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/examples/clean-release.html</a>. | ||
* For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/usage/clean-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/usage/clean-release.html</a>. | ||
* | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ | |
/** | ||
* Perform a release from SCM, either from a specified tag, or the tag representing the previous release in | ||
* the working copy created by <code>release:prepare</code>. | ||
* For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html</a>. | ||
* For more info see <a href="https://maven.apache.org/plugins/maven-release-plugin/usage/perform-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/usage/perform-release.html</a>. | ||
* | ||
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a> | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,8 @@ | |
* Prepare for a release in SCM. Steps through several phases to ensure the POM is ready to be released and then | ||
* prepares SCM to eventually contain a tagged version of the release and a record in the local copy of the parameters | ||
* used. This can be followed by a call to <code>release:perform</code>. For more info see <a | ||
* href="https://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html</a>. | ||
* href="https://maven.apache.org/plugins/maven-release-plugin/usage/prepare-release.html" | ||
* >https://maven.apache.org/plugins/maven-release-plugin/usage/prepare-release.html</a>. | ||
* | ||
* @author <a href="mailto:[email protected]">John Casey</a> | ||
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters