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/flatten-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: mojohaus/flatten-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 14 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 25, 2025

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

Commits on Apr 28, 2025

  1. Bump commons-io:commons-io from 2.18.0 to 2.19.0

    Bumps commons-io:commons-io from 2.18.0 to 2.19.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-version: 2.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    48e50bb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28

    Bumps [org.codehaus.plexus:plexus-interpolation](https://github.com/codehaus-plexus/plexus-interpolation) from 1.27 to 1.28.
    - [Release notes](https://github.com/codehaus-plexus/plexus-interpolation/releases)
    - [Commits](codehaus-plexus/plexus-interpolation@plexus-interpolation-1.27...plexus-interpolation-1.28)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-interpolation
      dependency-version: '1.28'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    8a26c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Configuration menu
    Copy the full SHA
    278faf6 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.mojo:mojo-parent from 87 to 92

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 87 to 92.
    - [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-version: '92'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slawekjaranowski committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    f05de18 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Fix #400 - Preserve POM content ordering (and formatting) on resolveC…

    …iFriendliesOnly flattenMode (#446)
    
    * Fix #400 - resolveCiFriendliesOnly flattenMode messes up POM content ordering
    
    `resolveCiFriendliesOnly` flattenMode doesn't retain POM content
    ordering, formatting or comments (`KeepCommentsInPom` is just a less-
    than-ideal workaround which quickly falls apart when comment nodes
    relate to sections rather than single elements); this is typically
    inconvenient, as users who don't apply other transformations may
    legitimately expect the output being identical to the input,
    interpolation aside.
    
    This fix provides such functionality, interpolating the original POM
    without interfering with its formatting, ordering or comments.
    
    En passant, it possibly fixes also #401 (not tested) as, debugging
    the main fix, `CiInterpolatorImpl.interpolate(...)` behaved weirdly,
    assigning a spurious value to unresolved placeholders.
    
    * extend test with example from 401 and fix for JDK 8
    
    * Normalize all line end separators
    
    ---------
    
    Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
    stechio and slawekjaranowski authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9e803ea View commit details
    Browse the repository at this point in the history
  2. Bump com.fasterxml.jackson.core:jackson-core

    Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.3.3 to 2.13.0.
    - [Commits](FasterXML/jackson-core@jackson-core-2.3.3...jackson-core-2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-version: 2.13.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slawekjaranowski committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    428bf0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf5ade View commit details
    Browse the repository at this point in the history
  4. Use constant 3.6.3 in prerequisites/maven as minimal Maven version

    It will allow declaring a newer version of Maven Api in the project.
    slawekjaranowski committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    c26c762 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Bump mavenVersion from 3.6.3 to 3.9.10 (#455)

    * Bump mavenVersion from 3.6.3 to 3.9.10
    
    Bumps `mavenVersion` from 3.6.3 to 3.9.10.
    
    Updates `org.apache.maven:maven-artifact` from 3.6.3 to 3.9.10
    
    Updates `org.apache.maven:maven-core` from 3.6.3 to 3.9.10
    
    Updates `org.apache.maven:maven-model` from 3.6.3 to 3.9.10
    
    Updates `org.apache.maven:maven-plugin-api` from 3.6.3 to 3.9.10
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.9.10)
    
    Updates `org.apache.maven:maven-model-builder` from 3.6.3 to 3.9.10
    
    Updates `org.apache.maven:maven-compat` from 3.6.3 to 3.9.10
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.9.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-artifact
      dependency-version: 3.9.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-core
      dependency-version: 3.9.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-model
      dependency-version: 3.9.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-version: 3.9.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-model-builder
      dependency-version: 3.9.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-compat
      dependency-version: 3.9.10
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix build
    
    * set minimalMavenBuildVersion
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
    dependabot[bot] and slawekjaranowski authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    0d8315f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Fix typo in License name

    fix #445
    slawekjaranowski committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    01a2c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f9223 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Configuration menu
    Copy the full SHA
    26cae6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230eba3 View commit details
    Browse the repository at this point in the history
Loading