Thanks to visit codestin.com
Credit goes to github.com

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/build-helper-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.0
Choose a base ref
...
head repository: mojohaus/build-helper-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Choose a head ref
  • 17 commits
  • 45 files changed
  • 4 contributors

Commits on May 11, 2023

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

Commits on May 16, 2023

  1. Bump maven-plugin-annotations from 3.8.2 to 3.9.0

    Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.8.2 to 3.9.0.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ddfbc59 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. 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 May 28, 2023
    Configuration menu
    Copy the full SHA
    6dff263 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump mojo-parent from 74 to 75

    Bumps [mojo-parent](https://github.com/mojohaus/mojo-parent) from 74 to 75.
    - [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 Jul 8, 2023
    Configuration menu
    Copy the full SHA
    359676a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f14331 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Bump mojo-parent from 75 to 76

    Bumps [mojo-parent](https://github.com/mojohaus/mojo-parent) from 75 to 76.
    - [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 Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6148cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d839d8f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Fix antrun version in ITs

    - use version defined in parent pom
    - replace task -> target for antrun 3.x
    slawekjaranowski committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d7cb1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e9ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. 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 slawekjaranowski committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3df0c7f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Drop stale action

    slachiewicz authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ef477d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    2237441 View commit details
    Browse the repository at this point in the history
  2. Add skip flags (#186)

    * Add skip flags
    
    - build-helper:add-source
    - build-helper:add-test-source
    - build-helper:add-resource
    - build-helper:add-test-resource
    
    ---------
    
    Co-authored-by: Slawomir Jaranowski <[email protected]>
    hgschmie and slawekjaranowski authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b49b7e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faab936 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Add skipIfMissing flag (#187)

    * Add skipIfMissing flag
    
    - build-helper:add-source
    - build-helper:add-test-source
    - build-helper:add-resource
    - build-helper:add-test-resource
    
    
    Co-authored-by: Slawomir Jaranowski <[email protected]>
    hgschmie and slawekjaranowski authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ad1076e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 24, 2023

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