-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: mojohaus/flatten-maven-plugin
base: 1.7.0
head repository: mojohaus/flatten-maven-plugin
compare: 1.7.1
- 14 commits
- 18 files changed
- 3 contributors
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dfc5dfd - Browse repository at this point
Copy the full SHA dfc5dfdView commit details
Commits on Apr 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 48e50bb - Browse repository at this point
Copy the full SHA 48e50bbView commit details
Commits on Apr 29, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8a26c48 - Browse repository at this point
Copy the full SHA 8a26c48View commit details
Commits on Jun 15, 2025
-
Fix FilteringValueSourceWrapper for a newer version of plexus-interpo…
…lation, Maven 3.9.10 fix #451
Configuration menu - View commit details
-
Copy full SHA for 278faf6 - Browse repository at this point
Copy the full SHA 278faf6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f05de18 - Browse repository at this point
Copy the full SHA f05de18View commit details
Commits on Jun 16, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9e803ea - Browse repository at this point
Copy the full SHA 9e803eaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 428bf0a - Browse repository at this point
Copy the full SHA 428bf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf5ade - Browse repository at this point
Copy the full SHA 2bf5adeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c26c762 - Browse repository at this point
Copy the full SHA c26c762View commit details
Commits on Jun 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0d8315f - Browse repository at this point
Copy the full SHA 0d8315fView commit details
Commits on Jun 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 01a2c4b - Browse repository at this point
Copy the full SHA 01a2c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f9223 - Browse repository at this point
Copy the full SHA 38f9223View commit details
Commits on Jun 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 26cae6e - Browse repository at this point
Copy the full SHA 26cae6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 230eba3 - Browse repository at this point
Copy the full SHA 230eba3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.0...1.7.1