Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mojohaus/versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.16.1
Choose a base ref
...
head repository: mojohaus/versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.16.2
Choose a head ref
  • 14 commits
  • 29 files changed
  • 6 contributors

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    bd94557 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    3ef4e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump commons-io:commons-io from 2.13.0 to 2.14.0

    Bumps commons-io:commons-io from 2.13.0 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    13cfe88 View commit details
    Browse the repository at this point in the history
  2. Bump plexus-utils from 3.5.1 to 4.0.0

    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.5.1...plexus-utils-4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3a2b04e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fefd9d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump commons-io:commons-io from 2.14.0 to 2.15.0

    Bumps commons-io:commons-io from 2.14.0 to 2.15.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    eca1e46 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.mojo:mojo-parent from 76 to 77

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 76 to 77.
    - [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]>
    dependabot[bot] authored and slachiewicz committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    69cc330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a397c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0

    Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    048d3a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    2ac332d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Reading project model should throw exception

    In other case we can omit a module from list to process
    
    In Maven 4 model reading is more strict,
    when we have a bad file in project - ITs can not start because of strict parsing
    slawekjaranowski committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2fd9c32 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix ISE with plugins aggregate report when reactor projects contains …

    …the same plugin declaration multiple time with different versions (#1024)
    
    Signed-off-by: Olivier Lamy <[email protected]>
    olamy authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1136bf4 View commit details
    Browse the repository at this point in the history
  2. Align update-parent and display-parent-update (#1017)

    * Resolves #1016 - Align update-parent and display-parent-update
    
    * Introduce DisplayParentUpdatesMojoOutputTest
    
    * use SegmentUtils.determineUnchangedSegment
    
    * Align DisplayParentUpdatesMojoTest and UpdateParentMojoTest
    
    * Apply formatting rules
    
    * update javadoc since annotation to 2.17.0 for newly introduced properties
    
    * Align variable name between DisplayParentUpdatesMojo and UpdateParentMojo
    
    * Align skipResolution && isBlank(parentVersion)
    
    * Use Optional in favor of ternary operator
    cachescrubber authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e56c8c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    6b33fbc View commit details
    Browse the repository at this point in the history
Loading