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: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-gpg-plugin-3.2.5
Choose a base ref
...
head repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-gpg-plugin-3.2.6
Choose a head ref
  • 9 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 8, 2024

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

Commits on Aug 14, 2024

  1. [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (

    …#112)
    
    Currently AbstractGpgMojo has a fixed set of supported signers (and how
    they are constructed), it would be good to allow extensions (e.g. Tycho
    is also using AbstractGpgMojo) to possibly override that aspect.
    
    This extracts the creation of the signer into a (protected) method so
    different types or alternative implementations can be used.
    
    Co-authored-by: Christoph Läubrich <[email protected]>
    laeubi and Christoph Läubrich authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1b40a05 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Sep 9, 2024

  1. [MGPG-139] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.…

    …7.0 to 3.8.0 (#114)
    
    Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.7.0...maven-invoker-plugin-3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-139
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ec571f View commit details
    Browse the repository at this point in the history
  2. [MGPG-140] Update Maven to 3.9.9 (#116)

    This is really just "build time" as at runtime it uses
    given Maven version artifacts anyway.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-140
    cstamas authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7516e7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdfd28 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [MGPG-141] Remove use of deprecated classes (#117)

    The MGPG-138 also updated plexus-utils to 4.0.1 and plexus-xml to 3.0.1.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-141
    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5b94273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe6156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9a14c View commit details
    Browse the repository at this point in the history
Loading