-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.codehaus.mojo:mojo-parent from 80 to 82 (#1078)
* Bump org.codehaus.mojo:mojo-parent from 80 to 82 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 80 to 82. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * format --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
- Loading branch information
1 parent
877a3a3
commit e735310
Showing
20 changed files
with
172 additions
and
167 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,134 +2,131 @@ | |
|
||
## 2.6 | ||
|
||
* [Pull Request #252][pull-252] | ||
* [Pull Request #252][pull-252] | ||
|
||
Thanks to Edward Maxwell-Lyte <[email protected]> | ||
Thanks to Edward Maxwell-Lyte <[email protected]> | ||
|
||
Minor spelling corrections | ||
Minor spelling corrections | ||
|
||
* [Fixed Issue 157][issue-157] | ||
* [Fixed Issue 157][issue-157] | ||
|
||
Document the end of versioning limitations in Maven 3.x | ||
There may remain good reasons for defining custom versioning rules to | ||
let versions-maven-plugin apply, but at least not the old Maven 2.x | ||
limitation | ||
Document the end of versioning limitations in Maven 3.x | ||
There may remain good reasons for defining custom versioning rules to | ||
let versions-maven-plugin apply, but at least not the old Maven 2.x | ||
limitation | ||
|
||
* [Fixed Issue 256][issue-256] | ||
* [Fixed Issue 256][issue-256] | ||
|
||
if initial and new version are equals, just display initial | ||
this means this is a plugin version that requires a Maven version that | ||
is not compatible with project minimum version, not really a proposed | ||
upgrade | ||
if initial and new version are equals, just display initial | ||
this means this is a plugin version that requires a Maven version that | ||
is not compatible with project minimum version, not really a proposed | ||
upgrade | ||
|
||
* [Fixed Issue 237][issue-237] | ||
* [Fixed Issue 237][issue-237] | ||
|
||
Thanks to Julian Di Leonardo <[email protected]> | ||
Thanks to Julian Di Leonardo <[email protected]> | ||
|
||
Adding parent processing to UseLatestVersion/UseLatestSnapshot/UseLatestRelease | ||
Adding parent processing to UseLatestVersion/UseLatestSnapshot/UseLatestRelease | ||
|
||
* [Fixed Issue 190][issue-190] | ||
* [Fixed Issue 190][issue-190] | ||
|
||
Thanks to Julian Di Leonardo <[email protected]> | ||
Thanks to Julian Di Leonardo <[email protected]> | ||
|
||
Fixing issue in update-child-modules, where root module's version was | ||
being used in all downstream children even when a child's parent was | ||
different. | ||
|
||
* [Fixed Issue 219][issue-219] | ||
|
||
Added threadSafe=true to goals to prevent | ||
warning in Maven builds if you start Maven | ||
via: mvn -T .. | ||
Fixing issue in update-child-modules, where root module's version was | ||
being used in all downstream children even when a child's parent was | ||
different. | ||
|
||
* [Fixed Issue 215][issue-215] | ||
* [Fixed Issue 219][issue-219] | ||
|
||
Added threadSafe=true to goals to prevent | ||
warning in Maven builds if you start Maven | ||
via: mvn -T .. | ||
|
||
* [Fixed Issue 215][issue-215] | ||
|
||
## 2.5 | ||
|
||
* [Fixed Issue 202][issue-202] | ||
|
||
-DprocessParent=true is ignored by user-reactor mojo. | ||
|
||
* [Fixed Issue 182][issue-182] | ||
|
||
Add goal for updating the SCM tag in the POM. | ||
|
||
* [Fixed Issue 197][issue-197] | ||
|
||
Java 1.7 as prerequisite. | ||
|
||
* [Fixed Issue 198][issue-198] | ||
|
||
* [Fixed Issue 202][issue-202] | ||
Update version of modules which are not children but part of reactor. | ||
|
||
-DprocessParent=true is ignored by user-reactor mojo. | ||
* [Fixed Issue 185][issue-185] | ||
|
||
* [Fixed Issue 182][issue-182] | ||
Unable to set dependencyReportFormat as parameter anymore. | ||
Thanks to Ilja Dubinin. | ||
|
||
Add goal for updating the SCM tag in the POM. | ||
* [Fixed Issue 187][issue-187] | ||
|
||
* [Fixed Issue 197][issue-197] | ||
create target directory when run dependency update report. | ||
Thanks to Ilja Dubinin. | ||
|
||
Java 1.7 as prerequisite. | ||
* [Pull Request #189][pull-189] | ||
|
||
* [Fixed Issue 198][issue-198] | ||
Fixed inccorect links. Thanks to Anton Johansson. | ||
|
||
Update version of modules which are not children but part of reactor. | ||
* [Fixed Issue 177][issue-177] | ||
|
||
* [Fixed Issue 185][issue-185] | ||
A required class was missing while executing on dependency-updates-report | ||
|
||
Unable to set dependencyReportFormat as parameter anymore. | ||
Thanks to Ilja Dubinin. | ||
* [Fixed Issue 129][issue-129] | ||
|
||
* [Fixed Issue 187][issue-187] | ||
dependency-update-report now is able to disable the processing | ||
of the transitive dependencies in the dependencyManagement part. | ||
This can be enabled (default)/disabled by setting | ||
processDependencyManagementTransitive accordingly. | ||
|
||
create target directory when run dependency update report. | ||
Thanks to Ilja Dubinin. | ||
* [Fixed Issue 166][issue-166] | ||
|
||
* [Pull Request #189][pull-189] | ||
Upgraded modello-maven-plugin to 1.9.1 | ||
|
||
Fixed inccorect links. Thanks to Anton Johansson. | ||
* [Fixed Issue 167][issue-167] | ||
|
||
* [Fixed Issue 177][issue-177] | ||
|
||
A required class was missing while executing on dependency-updates-report | ||
|
||
* [Fixed Issue 129][issue-129] | ||
|
||
dependency-update-report now is able to disable the processing | ||
of the transitive dependencies in the dependencyManagement part. | ||
This can be enabled (default)/disabled by setting | ||
processDependencyManagementTransitive accordingly. | ||
Upgraded versions-maven-plugin from 2.1 to 2.4 | ||
|
||
* [Fixed Issue 166][issue-166] | ||
|
||
Upgraded modello-maven-plugin to 1.9.1 | ||
* [Fixed Issue 168][issue-168] | ||
|
||
* [Fixed Issue 167][issue-167] | ||
|
||
Upgraded versions-maven-plugin from 2.1 to 2.4 | ||
Added allowMajorUpdates, allowMinorUpdates, allowIncrementalUpdates | ||
to resolve-ranges and display-property-updates goal. | ||
|
||
* [Fixed Issue 168][issue-168] | ||
|
||
Added allowMajorUpdates, allowMinorUpdates, allowIncrementalUpdates | ||
to resolve-ranges and display-property-updates goal. | ||
* [Fixed Issue 37][issue-37] | ||
|
||
* [Fixed Issue 37][issue-37] | ||
|
||
Enhanced documentation for aggegator modules. | ||
|
||
* [Fixed Issue 46][issue-46] | ||
|
||
Added processDependencyManagement option to control the reporting | ||
of dependencyManagement. | ||
Thanks to Bruce Brouwer. | ||
Enhanced documentation for aggegator modules. | ||
|
||
* [Fixed Issue 94][issue-94] | ||
|
||
introduced allowMajorUpdates, allowMinorUpdates, | ||
allowIncrementalUpdates. | ||
introduced allowAnyUpdates for compatibility which | ||
will be removed in 3.0.0 of the plugin. | ||
* [Fixed Issue 46][issue-46] | ||
|
||
* [Fixed Issue 34][issue-34] | ||
|
||
Added implementation to report the plugin dependencies as well. | ||
Added IT's for reporting updates about dependencies in plugins, | ||
plugins defined in pluginManagement. | ||
Added processDependencyManagement option to control the reporting | ||
of dependencyManagement. | ||
Thanks to Bruce Brouwer. | ||
|
||
* [Fixed Issue 94][issue-94] | ||
|
||
introduced allowMajorUpdates, allowMinorUpdates, | ||
allowIncrementalUpdates. | ||
introduced allowAnyUpdates for compatibility which | ||
will be removed in 3.0.0 of the plugin. | ||
|
||
* [Fixed Issue 34][issue-34] | ||
|
||
Added implementation to report the plugin dependencies as well. | ||
Added IT's for reporting updates about dependencies in plugins, | ||
plugins defined in pluginManagement. | ||
|
||
* [Fixed Issue 162][issue-162] | ||
|
||
Upgraded cobertura-maven-plugin used in report section | ||
to 2.7. | ||
|
||
|
||
|
||
[issue-34]: https://github.com/mojohaus/versions-maven-plugin/issues/34 | ||
[issue-37]: https://github.com/mojohaus/versions-maven-plugin/issues/37 | ||
|
@@ -153,6 +150,6 @@ | |
[issue-198]: https://github.com/mojohaus/versions-maven-plugin/issues/198 | ||
[issue-237]: https://github.com/mojohaus/versions-maven-plugin/issues/237 | ||
[issue-256]: https://github.com/mojohaus/versions-maven-plugin/issues/256 | ||
|
||
[pull-189]: https://github.com/mojohaus/versions-maven-plugin/pull/189 | ||
[pull-252]: https://github.com/mojohaus/versions-maven-plugin/pull/252 | ||
|
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
Oops, something went wrong.