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

elharo pushed a change to branch AdaptiveJiraDownloader
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git


    from 394435e  Remove ClassicJiraDownloader
     add 8f88579  Add standard PR template
     add e7948f3  [MCHANGES-420] no issues is not exceptional (#49)
     add 003bdd5  [MCHANGES-432] Remove deprecated parameter - escapeHtml from 
changes-report (#48)
     add ab16fae  [MCHANGES-435] Modernize I/O (#45)
     add 5ab4872  Remove unused commons-logging dependency (#52)
     add 19cec68  Merge in master

No new revisions were added by this update.

Summary of changes:
 .github/pull_request_template.md                   |  26 ++
 pom.xml                                            |   5 -
 .../plugins/announcement/AnnouncementMailMojo.java |   3 +-
 .../maven/plugins/changes/ChangesReport.java       |  19 --
 .../schema/DefaultChangesSchemaValidator.java      |  14 +-
 .../apache/maven/plugins/issues/IssueUtils.java    |  22 +-
 .../maven/plugins/jira/ClassicJiraDownloader.java  | 371 +++++++++++++++++++++
 .../org/apache/maven/plugins/jira/JiraXML.java     |  20 +-
 8 files changed, 414 insertions(+), 66 deletions(-)
 create mode 100644 .github/pull_request_template.md
 create mode 100644 
src/main/java/org/apache/maven/plugins/jira/ClassicJiraDownloader.java

Reply via email to