[ANN] Apache Maven Checkstyle Plugin version 3.1.2 Released

2021-01-30 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Checkstyle Plugin, version 3.1.2

The Checkstyle Plugin generates a report regarding the code style used
by the developers

https://maven.apache.org/plugins/maven-checkstyle-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-checkstyle-plugin
  3.1.2


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

Release Notes - Maven Checkstyle Plugin - Version 3.1.2

** Bug
* [MCHECKSTYLE-392] - Update and backfill release notes

** Improvement
* [MCHECKSTYLE-385] - Violation should be a value class

** Task
* [MCHECKSTYLE-358] - Links to mailing lists in README are dead
* [MCHECKSTYLE-387] - Deprecate method setUpCheckstyleClassloader in 3.1.2
* [MCHECKSTYLE-400] - Remove travis.org ci

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Common Artifact Filters version 3.1.1 Released

2021-01-30 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Common Artifact Filters, version 3.1.1

This shared component is a collection of ready-made filters to control
the inclusion/exclusion of artifacts during dependency resolution.

http://maven.apache.org/shared/maven-common-artifact-filters/

You should specify the version in your project's dependency configuration:


org.apache.maven.shared
maven-common-artifact-filters
3.1.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-common-artifact-filters/download.cgi

Release Notes - Maven Common Artifact Filters - Version 3.1.1

** Bug
* [MSHARED-942] - Update JIRA URL for maven-common-artifact-filters
** Improvement
* [MSHARED-879] - make build Reproducible
** Dependency upgrade
* [MSHARED-941] - Deprecate SonatypeAetherFilterTransformer and
SonatypeAetherNode
* [MSHARED-950] - Set minimum enforced Maven version to 3.1.0
* [MSHARED-959] - Upgrade Maven Shared Utils to 3.3.3

Enjoy,

-The Apache Maven team