You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/12/11 17:57:21 UTC

[maven] branch master updated (55431cd26 -> adf89ef63)

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

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


    from 55431cd26 [MNG-7578] Fallback on Linux executable in Windows for findTool utility (#861)
     add adf89ef63 [MNG-7505] Remove ReportingConverter (#906)

No new revisions were added by this update.

Summary of changes:
 .../apache/maven/project/PomConstructionTest.java  |   2 +-
 .../maven/model/building/DefaultModelBuilder.java  |  52 -----
 .../model/building/DefaultModelBuilderFactory.java |  13 --
 .../model/plugin/DefaultReportingConverter.java    | 244 ---------------------
 .../maven/model/plugin/ReportingConverter.java     |  41 ----
 5 files changed, 1 insertion(+), 351 deletions(-)
 delete mode 100644 maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultReportingConverter.java
 delete mode 100644 maven-model-builder/src/main/java/org/apache/maven/model/plugin/ReportingConverter.java