This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git


    from 1c02fc4  Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
     new ed9cab9  Rename `Selector` as `PathSelector` for consistency with the 
class in Maven core. This is in anticipation for possible replacement by a 
shared implementation.
     new d1ecf6e  Replace `PathSelector` by a modified copy of the class in 
Maven core. The intend is to prepare the replacement by a shared implementation.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/maven/plugins/clean/Cleaner.java    |  13 +-
 .../org/apache/maven/plugins/clean/Fileset.java    |   7 +-
 .../apache/maven/plugins/clean/PathSelector.java   | 640 +++++++++++++++++++++
 .../org/apache/maven/plugins/clean/Selector.java   | 422 --------------
 4 files changed, 657 insertions(+), 425 deletions(-)
 create mode 100644 
src/main/java/org/apache/maven/plugins/clean/PathSelector.java
 delete mode 100644 src/main/java/org/apache/maven/plugins/clean/Selector.java

Reply via email to