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-deploy-plugin Loading
base: maven-deploy-plugin-3.1.1
Choose a base ref
...
head repository: apache/maven-deploy-plugin Loading
compare: maven-deploy-plugin-3.1.2
Choose a head ref
  • 13 commits
  • 17 files changed
  • 9 contributors

Commits on Mar 21, 2023

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

Commits on Apr 24, 2023

  1. configure notifications

    hboutemy committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c5481eb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#…

    …40)
    
    Last batch of is(Not)Empty for https://issues.apache.org/jira/browse/MNG-6829
    These are the smallest change sets, hence why I opened more at the same time.
    After this we can target the next most often used method from the StringUtils classes.
    
    
    Use this link to re-run the recipe: https://public.moderne.io/recipes/org.openrewrite.java.migrate.apache.commons.lang.IsNotEmptyToJdk?organizationId=QXBhY2hlIE1hdmVu
    
    Co-authored-by: Moderne <[email protected]>
    timtebeek and TeamModerne committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    707ab61 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Type: fill --> file

    elharo authored and slachiewicz committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9039fc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc

    * DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc.
    Scrappers-glitch authored and slawekjaranowski committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    29f3c81 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. [MDEPLOY-313] Update to parent 41, cleanup (#47)

    In general perform a cleanup of plugin, apply updates where needed. The plugin now builds against 3.9.x latest, and minimum is left as is (3.2.5).
    
    A notable change along that above is removal of "baked in" packaging, now plugin relies completely and only on what project and artifact tells, there is no "if this is POM" check anymore. The new "BOM UT" shows this in action. Has to be noted though, that the UT tests ONLY the plugin, to use BOM packaging you need Maven that knows what it is (Maven 3 w/ extension or Maven 4 that has it OOTB).
    
    ---
    
    https://issues.apache.org/jira/browse/MDEPLOY-313
    cstamas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    390e610 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Add Dependabot

    slachiewicz committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    edf85d7 View commit details
    Browse the repository at this point in the history
  2. Bump apache/maven-gh-actions-shared from 3 to 4

    Bumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.
    - [Commits](apache/maven-gh-actions-shared@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: apache/maven-gh-actions-shared
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    de7cefb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump org.mockito:mockito-core from 2.28.2 to 4.11.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.11.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v2.28.2...v4.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ac9c49d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)

    Update parent to 42 and prerequisite to Maven 3.6.3
    
    ---
    
    https://issues.apache.org/jira/browse/MDEPLOY-316
    cstamas committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    74d331b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c1c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

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