Releases: apache/maven-filtering
Releases · apache/maven-filtering
3.4.0
What's Changed
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #99
- Bump org.apache.maven.shared:maven-shared-components from 41 to 42 by @dependabot in #103
- [MSHARED-1412] Allow to customize Interpolator used by filter (#104) by @kwin in #114
Full Changelog: maven-filtering-3.3.2...maven-filtering-3.4.0
3.3.2
What's Changed
- pick correct hamcrest dependency by @elharo in #74
- Prefer commons lang to plexus utils by @elharo in #75
- [MSHARED-1214] move tag back to HEAD by @elharo in #76
- [MSHARED-1216] Use caching output stream by @gnodet in #73
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/test/resources by @dependabot in #80
- Fix typos and grammar by @Bananeweizen in #81
- Fix 'licenced' typo in PR template by @wborn in #79
- refactor IncrementalResourceFilteringTest by @lalmeras in #82
- [MSHARED-1340] Require Maven 3.6.3+ by @slachiewicz in #88
- Bump commons-io:commons-io from 2.11.0 to 2.15.1 by @dependabot in #86
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #84
- [MSHARED-1339] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 by @dependabot in #85
- [MSHARED-1290] Fix PropertyUtils cycle detection results in false positives by @wborn in #78
- [MSHARED-1285] use an up-to-date scanner instead the newscanner by @laeubi in #77
- Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0 by @dependabot in #91
- Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 by @dependabot in #90
- Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 by @dependabot in #87
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #94
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by @dependabot in #95
- [MSHARED-1351] Fix console message when origin is baseDir by @abelsromero in #93
- [MSHARED-1050] Fix ConcurrentModificationException for maven-filtering by @gnodet in #98
- [MSHARED-1330] Always overwrite files by @gnodet in #97
New Contributors
- @gnodet made their first contribution in #73
- @Bananeweizen made their first contribution in #81
- @wborn made their first contribution in #79
- @lalmeras made their first contribution in #82
- @laeubi made their first contribution in #77
- @abelsromero made their first contribution in #93
Full Changelog: maven-filtering-3.3.1...maven-filtering-3.3.2
What's Changed
- pick correct hamcrest dependency by @elharo in #74
- Prefer commons lang to plexus utils by @elharo in #75
- [MSHARED-1214] move tag back to HEAD by @elharo in #76
- [MSHARED-1216] Use caching output stream by @gnodet in #73
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/test/resources by @dependabot in #80
- Fix typos and grammar by @Bananeweizen in #81
- Fix 'licenced' typo in PR template by @wborn in #79
- refactor IncrementalResourceFilteringTest by @lalmeras in #82
- [MSHARED-1340] Require Maven 3.6.3+ by @slachiewicz in #88
- Bump commons-io:commons-io from 2.11.0 to 2.15.1 by @dependabot in #86
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #84
- [MSHARED-1339] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 by @dependabot in #85
- [MSHARED-1290] Fix PropertyUtils cycle detection results in false positives by @wborn in #78
- [MSHARED-1285] use an up-to-date scanner instead the newscanner by @laeubi in #77
- Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0 by @dependabot in #91
- Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 by @dependabot in #90
- Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 by @dependabot in #87
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #94
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by @dependabot in #95
- [MSHARED-1351] Fix console message when origin is baseDir by @abelsromero in #93
- [MSHARED-1050] Fix ConcurrentModificationException for maven-filtering by @gnodet in #98
- [MSHARED-1330] Always overwrite files by @gnodet in #97
New Contributors
- @gnodet made their first contribution in #73
- @Bananeweizen made their first contribution in #81
- @wborn made their first contribution in #79
- @lalmeras made their first contribution in #82
- @laeubi made their first contribution in #77
- @abelsromero made their first contribution in #93
Full Changelog: maven-filtering-3.3.1...maven-filtering-3.3.2
3.3.0
What's Changed
- fixed cloning of MavenResourcesExecution's instances using copyOf() m… by @loplex in #3
- [MRESOURCES-258] Copying and filtering logic is delegated to FileUtils by @roxspring in #6
- [MSHARED-902] update plexus by @elharo in #8
- [MSHARED-900] update findbugs by @elharo in #9
- [MSHARED-901] update test dependencies by @elharo in #7
- [MSHARED-935] update issues URL by @elharo in #10
- [MSHARED-936] update to maven 3.1.0 by @elharo in #11
- replace deprecated methods by @elharo in #12
- replace deprecated code in favor of Java 7 core and apache commons libraries by @elharo in #13
- declare dependencies by @elharo in #14
- Bump junit from 4.13 to 4.13.2 by @dependabot in #16
- [MSHARED-1080] Parent POM 36, Java8, drop legacy. by @cstamas in #38
New Contributors
- @loplex made their first contribution in #3
- @roxspring made their first contribution in #6
- @elharo made their first contribution in #8
- @dependabot made their first contribution in #16
- @cstamas made their first contribution in #38
Full Changelog: https://github.com/apache/maven-filtering/commits/maven-filtering-3.3.0