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: apache/maven-plugin-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-plugin-testing-4.0.0-beta-2
Choose a base ref
...
head repository: apache/maven-plugin-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-plugin-testing-4.0.0-beta-3
Choose a head ref
  • 14 commits
  • 17 files changed
  • 5 contributors

Commits on Nov 8, 2024

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

Commits on Jan 22, 2025

  1. Add Dependabot setup

    slachiewicz committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d879d68 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.2 (#52)

    Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 4.0.0 to 4.0.2.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](codehaus-plexus/plexus-utils@plexus-utils-4.0.0...plexus-utils-4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    cdfd3a2 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#59)

    Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 4.0.3 to 4.0.4.
    - [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
    - [Commits](codehaus-plexus/plexus-xml@plexus-xml-4.0.3...plexus-xml-4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    864a5bc View commit details
    Browse the repository at this point in the history
  3. Bump org.junit:junit-bom from 5.10.1 to 5.11.4 (#61)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.11.4.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.10.1...r5.11.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    a749c12 View commit details
    Browse the repository at this point in the history
  4. Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#63)

    Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    5ad154a View commit details
    Browse the repository at this point in the history
  5. Bump org.mockito:mockito-core from 4.6.1 to 5.15.2 (#57)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.15.2.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.6.1...v5.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    ad2c78f View commit details
    Browse the repository at this point in the history
  6. Remove ConfigurationException, default to empty config in extractPlug…

    …inConfiguration() method (#51)
    aamotharald authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    3b84f28 View commit details
    Browse the repository at this point in the history
  7. Enable GitHub issues (#47)

    * Enable GitHub issues
    * Update readme
    gnodet authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    ce8503a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Add issue templates (#66)

    gnodet authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    d0bc43b View commit details
    Browse the repository at this point in the history
  2. Add release drafter (#65)

    gnodet authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    e425db2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Bump org.apache.maven:maven-parent from 42 to 43 (#70)

    * Bump org.apache.maven:maven-parent from 42 to 43
    
    Bumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 42 to 43.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-parent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Code style fixes
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
    dependabot[bot] and gnodet authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    c70d601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da7502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209fa18 View commit details
    Browse the repository at this point in the history
Loading