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

khmarbaise pushed a commit to branch migration
in repository https://gitbox.apache.org/repos/asf/maven-blog.git


The following commit(s) were added to refs/heads/migration by this push:
     new 24e1663  Improved.
24e1663 is described below

commit 24e166340d643597583728899c93f27498a742f8
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon May 1 12:16:22 2023 +0200

    Improved.
---
 apache-maven-3.5.0.markdown                    | 236 +++++++++++++++++++++++++
 apache-maven-3.5.2.markdown                    |  99 +++++++++++
 apache-maven-3.5.3.markdown                    |   5 +-
 apache-maven-3.5.4.markdown                    |   5 +-
 apache-maven-3.6.0.markdown                    |   3 +-
 apache-maven-3.6.1.markdown                    |   3 +-
 apache-maven-3.6.2.markdown                    |   3 +-
 apache-maven-3.6.3.markdown                    |   3 +-
 apache-maven-3.8.1.markdown                    |   3 +-
 apache-maven-3.8.2.markdown                    |   3 +-
 apache-maven-3.8.3.markdown                    |   3 +-
 apache-maven-3.8.4.markdown                    |   3 +-
 apache-maven-3.8.5.markdown                    |   3 +-
 apache-maven-acr-plugin-3.1.0.markdown         |   2 +-
 apache-maven-antrun-plugin-3.0.0.markdown      |   2 +-
 apache-maven-antrun-plugin-3.1.0.markdown      |   2 +-
 apache-maven-archetype-plugin-3.1.0.markdown   |   2 +-
 apache-maven-archetype-plugin-3.2.0.markdown   |   2 +-
 apache-maven-artifact-plugin-3.3.0.markdown    |   2 +-
 apache-maven-assembly-plugin-3.1.0.markdown    |   4 +-
 apache-maven-assembly-plugin-3.3.0.markdown    |   2 +-
 apache-maven-assembly-plugin-3.4.2.markdown    |   1 +
 apache-maven-checkstyle-plugin-3.1.0.markdown  |   2 +-
 apache-maven-checkstyle-plugin-3.1.1.markdown  |   2 +-
 apache-maven-checkstyle-plugin-3.2.0.markdown  |   2 +-
 apache-maven-checkstyle-plugin-3.2.1.markdown  |   2 +-
 apache-maven-clean-plugin-3.1.0.markdown       |   2 +-
 apache-maven-clean-plugin-3.2.0.markdown       |   2 +-
 apache-maven-compiler-plugin-3.10.0.markdown   |   2 +-
 apache-maven-compiler-plugin-3.10.1.markdown   |   2 +-
 apache-maven-compiler-plugin-3.8.0.markdown    |   2 +-
 apache-maven-compiler-plugin-3.8.1.markdown    |   2 +-
 apache-maven-compiler-plugin-3.9.0.markdown    |   2 +-
 apache-maven-dependency-plugin-3.1.0.markdown  |   4 +-
 apache-maven-dependency-plugin-3.1.1.markdown  |   4 +-
 apache-maven-dependency-plugin-3.1.2.markdown  |   4 +-
 apache-maven-dependency-plugin-3.3.0.markdown  |   4 +-
 apache-maven-dependency-plugin-3.5.0.markdown  |   4 +-
 apache-maven-dependency-tree-3.2.0.markdown    |   4 +-
 apache-maven-deploy-plugin-2.8.0.markdown      |   2 +-
 apache-maven-deploy-plugin-2.8.1.markdown      |   2 +-
 apache-maven-deploy-plugin-2.8.2.markdown      |   2 +-
 apache-maven-deploy-plugin-3.0.0-M1.markdown   |   4 +-
 apache-maven-deploy-plugin-3.0.0.markdown      |   4 +-
 apache-maven-doxia-2.0.0-M1.markdown           |  49 +++++
 apache-maven-doxia-site-tools-1.6.0.markdown   |   2 +-
 apache-maven-doxia-site-tools-1.7.0.markdown   |   2 +-
 apache-maven-doxia-site-tools-1.7.1.markdown   |   2 +-
 apache-maven-doxia-site-tools-1.9.0.markdown   |   4 +-
 apache-maven-doxia-site-tools-1.9.2.markdown   |  51 ++++++
 apache-maven-doxia-site-tools1.markdown        |  56 ------
 apache-maven-doxia-sitetools-2.0.0-M1.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M2.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M3.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M4.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M5.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M6.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M7.markdown |   4 +-
 apache-maven-doxia-sitetools-2.0.0-M8.markdown |   4 +-
 apache-maven-doxia-version-2.markdown          |  53 ------
 60 files changed, 509 insertions(+), 193 deletions(-)

diff --git a/apache-maven-3.5.0.markdown b/apache-maven-3.5.0.markdown
new file mode 100644
index 0000000..b76a3f6
--- /dev/null
+++ b/apache-maven-3.5.0.markdown
@@ -0,0 +1,236 @@
+---
+layout: post
+title: "Apache Maven 3.5.0 Released"
+date: '2017-04-07T23:34:34+00:00'
+permalink: apache-maven-3-5-0
+categories:
+  - Maven-Core-Releases
+---
+The Apache Maven team would like to announce the release of Apache Maven
+3.5.0.
+
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/download.cgi).
+
+
+Notable changes
+===============
+
+- ANSI colors added to the console output
+- Fix various bugs in mvn scripts regarding spaces, quotations, special
+  characters, etc. also in combination with .mvn/ -files
+- Switch from Eclipse Aether to Maven Artifact Resolver
+
+What happened to Maven 3.4.0?
+=============================
+
+After Maven 3.3.9 was released, the Eclipse Aether project was retired and
+the code base was migrated to the Apache Maven project.
+
+The original goal for the 3.4.0 release was to replace Aether with the
+exact same code after migration to the Apache Maven project and then
+proceed with bug fixes to the resolver code as well as other areas of Maven.
+
+The migration of the code between the two foundations took longer than
+expected and as a result there were other changes committed to Maven core
+that were outside the scope of intent for 3.4.0.
+
+In order to refocus on the original intent for 3.4.0, the decision was
+taken to revert the Maven core history to the point of the 3.3.9 release
+and merge in the desired changes one at a time.
+
+Because there had been a lot of communication about different features
+being delivered and bugs fixed in Maven 3.4.0 and the new history may not
+contain them in the first release, the decision was taken to forever burn
+the 3.4.x release line.
+
+More detail on this decision can be read in the mailing list archive[1].
+
+<!-- more -->
+
+Contributors
+============
+
+The Apache Maven team would like to thank the following contributors,
+without whom this release would not have been possible:
+
+Code contributors:
+
+- Alex Henrie
+- Andriy
+- Archimedes Trajano
+- Arlo Louis O'Keeffe
+- August Shi
+- Christoph Böhme
+- Harald Wellmann
+- Jason Dillon
+- Joseph Walton
+- Josh Soref
+- Miriam Lee
+- Nemo Chen
+- Sébastian Le Merdy
+- Stuart McCulloch
+- Tobias Oberlies
+- Robert Patrick
+
+Issue reporters:
+
+- Alex Henrie
+- Andreas Sewe
+- Andrew Haines
+- Andriy
+- Anthony Whitford
+- Archimedes Trajano
+- August Shi
+- Ben Caradoc-Davies
+- Christoph Böhme
+- Daniel Spilker
+- Falko Modler
+- Fred Bricon
+- Harald Wellmann
+- Jeffrey Alexander
+- Josh Soref
+- Kengo TODA
+- Konrad Windszus
+- Laird Nelson
+- Larry Singer
+- Meytal Genah
+- Mike Drob
+- Miriam Lee
+- Nemo Chen
+- Peter Kjær Guldbæk
+- Rahul Thakur
+- Richard Raumberger
+- Stuart McCulloch
+- Tobias Oberlies
+- Zac Thompson
+
+Community testers participating in voting for this release series:
+
+-  Grzegorz Grzybek
+-  Petr Široký
+-  Mark Derricutt,
+-  Dejan Stojadinović
+-  Thomas Collignon
+-  Fred Cooke
+-  Raphael Ackermann
+-  Elliot Metsger
+-  Chas Honton
+-  Dennis Kieselhorst
+
+The Apache Maven Project Management Committee would also like to thank all
+the committers to the project for their efforts during the chaos that was
+the great reset when the 3.4.x release lines were burned.
+
+[Release Notes - Maven - Version 3.5.0][release-notes-3.5.0]
+=====================================
+
+Bugs:
+
+* [MNG-5297](https://issues.apache.org/jira/browse/MNG-5297) - - Site should 
tell 'prerequisites.maven is deprecated'
+* [MNG-5368](https://issues.apache.org/jira/browse/MNG-5368) - - 
UnsupportedOperationException thrown when version range is not correct in 
dependencyManagement definitions
+* [MNG-5629](https://issues.apache.org/jira/browse/MNG-5629) - - 
ClosedChannelException from DefaultUpdateCheckManager.read
+* [MNG-5815](https://issues.apache.org/jira/browse/MNG-5815) - - "mvn.cmd" 
does not indicate failure properly when using "&&"
+* [MNG-5823](https://issues.apache.org/jira/browse/MNG-5823) - - mvnDebug 
doesn't work with M2_HOME with spaces - missing quotes
+* [MNG-5829](https://issues.apache.org/jira/browse/MNG-5829) - - mvn shell 
script fails with syntax error on Solaris 10
+* [MNG-5836](https://issues.apache.org/jira/browse/MNG-5836) - - logging 
config is overridden by $M2_HOME/lib/ext/*.jar
+* [MNG-5852](https://issues.apache.org/jira/browse/MNG-5852) - - mvn shell 
script invokes /bin/sh but requires Bash functions
+* [MNG-5895](https://issues.apache.org/jira/browse/MNG-5895) - - Problem with 
CI friendly usage of ${..} which is already defined via property in pom file.
+* [MNG-5958](https://issues.apache.org/jira/browse/MNG-5958) - - 
java.lang.String cannot be cast to 
org.apache.maven.lifecycle.mapping.LifecyclePhase
+* [MNG-5961](https://issues.apache.org/jira/browse/MNG-5961) - - Maven 
possibly not aware of log4j2
+* [MNG-5962](https://issues.apache.org/jira/browse/MNG-5962) - - mvn.cmd fails 
when the current directory has spaces in between
+* [MNG-5963](https://issues.apache.org/jira/browse/MNG-5963) - - mvn.cmd does 
not return ERROR_CODE
+* [MNG-6022](https://issues.apache.org/jira/browse/MNG-6022) - - mvn.cmd fails 
if directory contains an ampersand (&)
+* [MNG-6053](https://issues.apache.org/jira/browse/MNG-6053) - - Unsafe System 
Properties copy in MavenRepositorySystemUtils, causing NPEs
+* [MNG-6057](https://issues.apache.org/jira/browse/MNG-6057) - - Problem with 
CI friendly usage of ${..} reactor order is changed
+* [MNG-6090](https://issues.apache.org/jira/browse/MNG-6090) - - CI friendly 
properties break submodule builds
+* [MNG-6105](https://issues.apache.org/jira/browse/MNG-6105) - - 
properties.internal.SystemProperties.addSystemProperties() is not really 
thread-safe
+* [MNG-6109](https://issues.apache.org/jira/browse/MNG-6109) - - 
PluginDescriptor doesn't read since value of parameter
+* [MNG-6117](https://issues.apache.org/jira/browse/MNG-6117) - - 
${session.parallel} not correctly set
+* [MNG-6144](https://issues.apache.org/jira/browse/MNG-6144) - - 
DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value
+* [MNG-6166](https://issues.apache.org/jira/browse/MNG-6166) - - mvn 
dependency:go-offline fails due to missing transitive dependency 
jdom:jdom:jar:1.1
+* [MNG-6168](https://issues.apache.org/jira/browse/MNG-6168) - - Fix unclosed 
streams
+* [MNG-6170](https://issues.apache.org/jira/browse/MNG-6170) - - NPE in cases 
using Multithreaded -T X versions:set -DnewVersion=1.0-SNAPSHOT
+* [MNG-6171](https://issues.apache.org/jira/browse/MNG-6171) - - REGRESSION: 
WARNING about usage of a non threadsafe marked plugin is not showed anymore
+* [MNG-6172](https://issues.apache.org/jira/browse/MNG-6172) - - Precedence of 
command-line system property options has changed
+* [MNG-6173](https://issues.apache.org/jira/browse/MNG-6173) - - 
MavenSession.getAllProjects() should return all projects in the reactor
+* [MNG-6176](https://issues.apache.org/jira/browse/MNG-6176) - - Javadoc 
errors prevent release with Java 8
+* [MNG-6177](https://issues.apache.org/jira/browse/MNG-6177) - - The --file 
command line option of the Windows and Unix launchers does not work for 
directory names like "Spaces & Special Char"
+* [MNG-6180](https://issues.apache.org/jira/browse/MNG-6180) - - groupId has 
plain color when goal fails
+* [MNG-6181](https://issues.apache.org/jira/browse/MNG-6181) - - HttpClient 
produces a lot of noise at debug loglevel
+* [MNG-6183](https://issues.apache.org/jira/browse/MNG-6183) - - Dependency 
management debug message corrections.
+* [MNG-6190](https://issues.apache.org/jira/browse/MNG-6190) - - 
maven-resolver-provider's DefaultArtifactDescriptorReader has mismatched 
constructor and initService methods
+* [MNG-6191](https://issues.apache.org/jira/browse/MNG-6191) - - mvn -f 
complains about illegal readlink option under macOS
+* [MNG-6192](https://issues.apache.org/jira/browse/MNG-6192) - - distribution 
zip file has unordered entries
+* [MNG-6195](https://issues.apache.org/jira/browse/MNG-6195) - - Use 
consistent quoting forms in mvn launcher script
+* [MNG-6198](https://issues.apache.org/jira/browse/MNG-6198) - - mvn script 
fails to locate .mvn directory when pom location specified with -f
+
+Dependency upgrades:
+
+* [MNG-5967](https://issues.apache.org/jira/browse/MNG-5967) - - Dependency 
updates
+* [MNG-6110](https://issues.apache.org/jira/browse/MNG-6110) - - Upgrade 
Aether to Maven Resolver
+
+Improvements:
+
+* [MNG-5579](https://issues.apache.org/jira/browse/MNG-5579) - - Unify error 
output/check logic from shell and batch scripts
+* [MNG-5607](https://issues.apache.org/jira/browse/MNG-5607) - - Don't use 
M2_HOME in mvn shell/command scripts anymore
+* [MNG-5883](https://issues.apache.org/jira/browse/MNG-5883) - - Silence 
unnecessary legacy local repository warning
+* [MNG-5889](https://issues.apache.org/jira/browse/MNG-5889) - - .mvn 
directory should be picked when using --file
+* [MNG-5904](https://issues.apache.org/jira/browse/MNG-5904) - - Remove the 
whole Ant build
+* [MNG-5931](https://issues.apache.org/jira/browse/MNG-5931) - - Fixing 
documentation
+* [MNG-5934](https://issues.apache.org/jira/browse/MNG-5934) - - String 
handling issues identified by PMD
+* [MNG-5946](https://issues.apache.org/jira/browse/MNG-5946) - - Fix links 
etc. in README.txt which is part of the delivery
+* [MNG-5968](https://issues.apache.org/jira/browse/MNG-5968) - - Default 
plugin version updates
+* [MNG-5975](https://issues.apache.org/jira/browse/MNG-5975) - - Use Java 7's 
SimpleDateFormat in CLIReportingUtils# formatTimestamp
+* [MNG-5977](https://issues.apache.org/jira/browse/MNG-5977) - - Improve 
output readability of our MavenTransferListener implementations
+* [MNG-5993](https://issues.apache.org/jira/browse/MNG-5993) - - Confusing 
error message in case of missing/empty artifactId and version in 
pluginManagement
+* [MNG-6001](https://issues.apache.org/jira/browse/MNG-6001) - - Replace 
%HOME% with %USERPROFILE% in mvn.cmd
+* [MNG-6003](https://issues.apache.org/jira/browse/MNG-6003) - - Drastically 
reduce JAVA_HOME discovery code
+* [MNG-6014](https://issues.apache.org/jira/browse/MNG-6014) - - Removing 
ArtifactHandler for ejb3
+* [MNG-6017](https://issues.apache.org/jira/browse/MNG-6017) - - Removing 
ArtifactHandler for par LifeCycle
+* [MNG-6030](https://issues.apache.org/jira/browse/MNG-6030) - - 
ReactorModelCache do not used effectively after maven version 3.0.5 which cause 
a large memory footprint
+* [MNG-6032](https://issues.apache.org/jira/browse/MNG-6032) - - WARNING 
during build based on absolute path in assembly-descriptor.
+* [MNG-6068](https://issues.apache.org/jira/browse/MNG-6068) - - Document 
default scope compile in pom XSD and reference documentation
+* [MNG-6078](https://issues.apache.org/jira/browse/MNG-6078) - - Can't 
overwrite properties which have been defined in .mvn/maven.config
+* [MNG-6081](https://issues.apache.org/jira/browse/MNG-6081) - - Log 
refactoring - Method Invocation Replaced By Variable
+* [MNG-6102](https://issues.apache.org/jira/browse/MNG-6102) - - Introduce 
${maven.conf} in m2.conf
+* [MNG-6115](https://issues.apache.org/jira/browse/MNG-6115) - - Add Jansi 
native library search path to our start scripts to avoid extraction to temp 
file on each run
+* [MNG-6145](https://issues.apache.org/jira/browse/MNG-6145) - -  Remove 
non-existent m2 include in component.xml
+* [MNG-6146](https://issues.apache.org/jira/browse/MNG-6146) - - Several small 
stylistic and spelling improvements to code and documentation
+* [MNG-6147](https://issues.apache.org/jira/browse/MNG-6147) - - 
MetadataResolutionResult#getGraph() contains duplicate if clause
+* [MNG-6150](https://issues.apache.org/jira/browse/MNG-6150) - - Javadoc 
improvements for 3.5.0
+* [MNG-6163](https://issues.apache.org/jira/browse/MNG-6163) - - Introduce 
CLASSWORLDS_JAR in shell startup scripts
+* [MNG-6165](https://issues.apache.org/jira/browse/MNG-6165) - - Deprecate and 
replace incorrectly spelled public API
+* [MNG-6179](https://issues.apache.org/jira/browse/MNG-6179) - - Remove unused 
prerequisites
+* [MNG-6185](https://issues.apache.org/jira/browse/MNG-6185) - - Replace 
doclettag explanation with annotations in AbstractMojo javadoc
+* [MNG-6189](https://issues.apache.org/jira/browse/MNG-6189) - - WARN if 
maven-site-plugin configuration contains reportPlugins element
+
+New Features:
+
+* [MNG-3507](https://issues.apache.org/jira/browse/MNG-3507) - - ANSI color 
logging for improved output visibility
+* [MNG-5878](https://issues.apache.org/jira/browse/MNG-5878) - - add support 
for module name != artifactId in every calculated URLs (project, SCM, site): 
special project.directory property
+* [MNG-6093](https://issues.apache.org/jira/browse/MNG-6093) - - create a 
slf4j-simple provider extension that supports level color rendering
+* [MNG-6182](https://issues.apache.org/jira/browse/MNG-6182) - - ModelResolver 
interface enhancement: addition of resolveModel( Dependency ) supporting 
version ranges
+
+Tasks:
+
+* [MNG-5954](https://issues.apache.org/jira/browse/MNG-5954) - - Remove 
outdated maven-embedder/src/main/ resources/META-INF/MANIFEST.MF
+* [MNG-6106](https://issues.apache.org/jira/browse/MNG-6106) - - Remove 
maven.home default value setter from m2.conf
+* [MNG-6136](https://issues.apache.org/jira/browse/MNG-6136) - - Upgrade Maven 
Wagon from 2.10 to 2.12
+* [MNG-6137](https://issues.apache.org/jira/browse/MNG-6137) - - Clean up 
duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions
+* [MNG-6138](https://issues.apache.org/jira/browse/MNG-6138) - - Remove 
obsolete message_*.properties form maven-core
+* [MNG-6140](https://issues.apache.org/jira/browse/MNG-6140) - - update 
documentation's dependency graph with resolver + resolver-provider + 
slf4j-provider
+* [MNG-6151](https://issues.apache.org/jira/browse/MNG-6151) - - Force Push 
master from 737de43e392fc15a0ce366db98d70aa18b3f6c03
+* [MNG-6152](https://issues.apache.org/jira/browse/MNG-6152) - - Add a 
Jenkinsfile so that builds.apache.org can use multibranch pipeline
+
+Wishes:
+
+* [MNG-2199](https://issues.apache.org/jira/browse/MNG-2199) - - Support 
version ranges in parent elements
+* [MNG-6088](https://issues.apache.org/jira/browse/MNG-6088) - - after forked 
execution success, add an empty line
+* [MNG-6092](https://issues.apache.org/jira/browse/MNG-6092) - - warn if 
prerequisites.maven is used for non-plugin projects
+
+Enjoy,
+
+- The Apache Maven team
+
+[1]: https://www.mail-archive.com/dev@maven.apache.org/msg112103.html
+[release-notes-3.5.0]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12336084
diff --git a/apache-maven-3.5.2.markdown b/apache-maven-3.5.2.markdown
new file mode 100644
index 0000000..ef7108a
--- /dev/null
+++ b/apache-maven-3.5.2.markdown
@@ -0,0 +1,99 @@
+---
+layout: post
+title: "Apache Maven 3.5.2 Released"
+date: '2017-10-25T12:34:34+00:00'
+permalink: apache-maven-3-5-2
+categories:
+  - Maven-Core-Releases
+---
+The Apache Maven team is pleased to announce the release of the Apache
+Maven 3.5.2
+
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/download.cgi).
+
+
+Contributors
+============
+The Apache Maven team would like to thank the following contributors,
+without whom this release would not have been possible:
+
+Code contributors:
+
+- Mario Krizmanic
+- Dejan Stojadinovic
+- Anton Tanasenko
+- Stefan Eicher
+
+Issue reporters:
+
+- Marcel Schutte
+- Mario Krizmanic
+- Charles Gould
+- Brian Oxley
+- Anton Tanasenko
+- Gregor B. Rosenauer
+- Sylwester Lachiewicz
+- Stefan Eicher
+- Manuel Ryan
+
+Community testers participating in voting for this release series:
+
+- Mark Derricutt
+- Dejan Stojadinovic
+- Thomas Collignon
+- Grzegorz Grzybek
+- Petar Tahchiev
+- jieryn
+- Petr Široký
+
+Thank you for your time and feedback.
+
+
+[Release Notes - Maven - Version 
3.5.2](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12338964)
+
+<!-- more -->
+
+Sub-tasks:
+
+* [MNG-6186](https://issues.apache.org/jira/browse/MNG-6186) - switch to 
improved HawtJNI
+* [MNG-6280](https://issues.apache.org/jira/browse/MNG-6280) - 
ArrayIndexOutOfBoundsException caused by pom.xml with process instructions
+
+Bugs:
+
+* [MNG-5935](https://issues.apache.org/jira/browse/MNG-5935) - Optional true 
getting lost in managed dependencies when transitive
+* [MNG-6127](https://issues.apache.org/jira/browse/MNG-6127) - Fix plugin 
execution configuration interference
+* [MNG-6148](https://issues.apache.org/jira/browse/MNG-6148) - Can't package 
and assemble with JDK9/Jigsaw
+* [MNG-6149](https://issues.apache.org/jira/browse/MNG-6149) - 
MetadataResolutionResult#getGraph() never resolves request type 'test'
+* [MNG-6205](https://issues.apache.org/jira/browse/MNG-6205) - Non-ascii chars 
in name element are displayed as question marks in Win CLI output (regression)
+* [MNG-6210](https://issues.apache.org/jira/browse/MNG-6210) - can't load 
@SessionScoped/@MojoExecutionScoped components from .mvn/extensions.xml
+* [MNG-6223](https://issues.apache.org/jira/browse/MNG-6223) - mvn -f outputs 
invalid error when specifying POM directory
+* [MNG-6233](https://issues.apache.org/jira/browse/MNG-6233) - 
maven-resolver-provider mixes JRS 330 and Plexus annotations
+* [MNG-6234](https://issues.apache.org/jira/browse/MNG-6234) - Regression 
6182a208: library.jansi.path does not point to proper directory
+* [MNG-6240](https://issues.apache.org/jira/browse/MNG-6240) - Duplicate 
components in plugin extension realm when plugin depends on 
maven-aether-resolver
+* [MNG-6242](https://issues.apache.org/jira/browse/MNG-6242) - No color for 
maven on Cygwin
+
+Improvements:
+
+* [MNG-5457](https://issues.apache.org/jira/browse/MNG-5457) - Show repository 
id when downloading or uploading from/to a remote repository
+* [MNG-6025](https://issues.apache.org/jira/browse/MNG-6025) - Add a 
ProjectArtifactsCache similar to PluginArtifactsCache
+* [MNG-6123](https://issues.apache.org/jira/browse/MNG-6123) - detect self 
references in POM and fail fast
+* [MNG-6174](https://issues.apache.org/jira/browse/MNG-6174) - Clean Up Maven 
Model
+* [MNG-6196](https://issues.apache.org/jira/browse/MNG-6196) - Update slf4j 
and simplify its color integration
+* [MNG-6203](https://issues.apache.org/jira/browse/MNG-6203) - Minor cleanup 
in MavenCli.java
+* [MNG-6206](https://issues.apache.org/jira/browse/MNG-6206) - We should 
produce a WARNING by using RELEASE, LATEST as versions
+* [MNG-6207](https://issues.apache.org/jira/browse/MNG-6207) - Create WARNINGs 
in case of using system scope
+* [MNG-6228](https://issues.apache.org/jira/browse/MNG-6228) - Optionality not 
displayed in dependency tree when run in debug mode
+
+New Features:
+
+* [MNG-6084](https://issues.apache.org/jira/browse/MNG-6084) - Support JSR 250 
annotations
+* [MNG-6220](https://issues.apache.org/jira/browse/MNG-6220) - Add CLI options 
to control color output
+
+Tasks:
+
+* [MNG-6167](https://issues.apache.org/jira/browse/MNG-6167) - Clean up 
dependency mess (reported by dependency:analyze)
+* [MNG-6258](https://issues.apache.org/jira/browse/MNG-6258) - Upgrade to 
Maven Resolver 1.1.0
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-3.5.3.markdown b/apache-maven-3.5.3.markdown
index affeef5..a7e7fb8 100644
--- a/apache-maven-3.5.3.markdown
+++ b/apache-maven-3.5.3.markdown
@@ -2,10 +2,9 @@
 layout: post
 title: "Apache Maven 3.5.3 Released"
 date: '2018-03-08T16:30:40+00:00'
-permalink: apache-maven-version-3-5-3
+permalink: apache-maven-3-5-3
 categories:
-- Maven
-- Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.5.3
diff --git a/apache-maven-3.5.4.markdown b/apache-maven-3.5.4.markdown
index 82d8b32..a2dc6d2 100644
--- a/apache-maven-3.5.4.markdown
+++ b/apache-maven-3.5.4.markdown
@@ -2,10 +2,9 @@
 layout: post
 title: "Apache Maven 3.5.4 Released"
 date: '2018-06-22T18:57:38+00:00'
-permalink: apache-maven-release-3-5-4
+permalink: apache-maven-3-5-4
 categories:
-- Maven
-- Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.5.4.
diff --git a/apache-maven-3.6.0.markdown b/apache-maven-3.6.0.markdown
index ccb4700..60833e9 100644
--- a/apache-maven-3.6.0.markdown
+++ b/apache-maven-3.6.0.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.6.0 Released"
 date: '2018-11-01T15:15:12+00:00'
 permalink: apache-maven-3-6-0
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.6.0.
diff --git a/apache-maven-3.6.1.markdown b/apache-maven-3.6.1.markdown
index de91aa3..95d1ac6 100644
--- a/apache-maven-3.6.1.markdown
+++ b/apache-maven-3.6.1.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.6.1 Released"
 date: '2019-04-13T11:08:32+00:00'
 permalink: apache-maven-3-6-1
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.6.1.
diff --git a/apache-maven-3.6.2.markdown b/apache-maven-3.6.2.markdown
index 114ff5f..5ab2ea2 100644
--- a/apache-maven-3.6.2.markdown
+++ b/apache-maven-3.6.2.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.6.2 Released"
 date: '2019-09-07T16:30:00+00:00'
 permalink: apache-maven-3-6-2
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.6.2.
diff --git a/apache-maven-3.6.3.markdown b/apache-maven-3.6.3.markdown
index 32d2f32..84a16ce 100644
--- a/apache-maven-3.6.3.markdown
+++ b/apache-maven-3.6.3.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.6.3 Released"
 date: '2019-11-26T21:23:36+00:00'
 permalink: apache-maven-3-6-3
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the Apache
 Maven 3.6.3.
diff --git a/apache-maven-3.8.1.markdown b/apache-maven-3.8.1.markdown
index d5a647f..5dabd87 100644
--- a/apache-maven-3.8.1.markdown
+++ b/apache-maven-3.8.1.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.8.1 Released"
 date: '2021-04-04T19:26:21+00:00'
 permalink: apache-maven-3-8-1
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache Maven 
3.8.1](https://maven.apache.org/ref/3.8.1/)
 
diff --git a/apache-maven-3.8.2.markdown b/apache-maven-3.8.2.markdown
index a653530..ef237de 100644
--- a/apache-maven-3.8.2.markdown
+++ b/apache-maven-3.8.2.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.8.2 Released"
 date: '2021-08-15T13:34:44+00:00'
 permalink: apache-maven-3-8-2
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache Maven 
3.8.2](https://maven.apache.org/ref/3.8.2/)
 
diff --git a/apache-maven-3.8.3.markdown b/apache-maven-3.8.3.markdown
index 7762a97..d1176f4 100644
--- a/apache-maven-3.8.3.markdown
+++ b/apache-maven-3.8.3.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.8.3 Released"
 date: '2021-10-04T20:14:30+00:00'
 permalink: apache-maven-3-8-3
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache Maven 
3.8.3](https://maven.apache.org/ref/3.8.3/)
 
diff --git a/apache-maven-3.8.4.markdown b/apache-maven-3.8.4.markdown
index f8ec868..868ee92 100644
--- a/apache-maven-3.8.4.markdown
+++ b/apache-maven-3.8.4.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.8.4 Released"
 date: '2021-11-20T17:38:56+00:00'
 permalink: apache-maven-3-8-4
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache Maven 
3.8.4](https://maven.apache.org/ref/3.8.4/)
 
diff --git a/apache-maven-3.8.5.markdown b/apache-maven-3.8.5.markdown
index 2646888..4e6732d 100644
--- a/apache-maven-3.8.5.markdown
+++ b/apache-maven-3.8.5.markdown
@@ -4,8 +4,7 @@ title: "Apache Maven 3.8.5 Released"
 date: '2022-03-13T18:15:00+00:00'
 permalink: apache-maven-3-8-5
 categories:
-  - Maven
-  - Maven-Releases
+  - Maven-Core-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache Maven 
3.8.5](https://maven.apache.org/ref/3.8.5/)
 
diff --git a/apache-maven-acr-plugin-3.1.0.markdown 
b/apache-maven-acr-plugin-3.1.0.markdown
index 0b38cc0..5105af4 100644
--- a/apache-maven-acr-plugin-3.1.0.markdown
+++ b/apache-maven-acr-plugin-3.1.0.markdown
@@ -3,7 +3,7 @@ title: "Apache Maven ACR Plugin Version 3.1.0 Released"
 date: '2018-06-23T19:36:56+00:00'
 permalink: apache-maven-acr-plugin-3-1-0
 categories:
-  - Maven
+  - Maven-ACR-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-antrun-plugin-3.0.0.markdown 
b/apache-maven-antrun-plugin-3.0.0.markdown
index 662cc0e..6730dba 100644
--- a/apache-maven-antrun-plugin-3.0.0.markdown
+++ b/apache-maven-antrun-plugin-3.0.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven AntRun Plugin Version 3.0.0 Released"
 date: '2020-04-15T23:58:15+00:00'
 permalink: apache-maven-antrun-plugin-3-0-0
 categories:
-  - Maven
+  - Maven-AntRun-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache
diff --git a/apache-maven-antrun-plugin-3.1.0.markdown 
b/apache-maven-antrun-plugin-3.1.0.markdown
index a1d24ce..049c224 100644
--- a/apache-maven-antrun-plugin-3.1.0.markdown
+++ b/apache-maven-antrun-plugin-3.1.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven AntRun Plugin Version 3.1.0 Released"
 date: '2022-04-22T00:11:11+00:00'
 permalink: apache-maven-antrun-plugin-3-1-0
 categories:
-  - Maven
+  - Maven-AntRun-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache
diff --git a/apache-maven-archetype-plugin-3.1.0.markdown 
b/apache-maven-archetype-plugin-3.1.0.markdown
index 5471717..fc1a029 100644
--- a/apache-maven-archetype-plugin-3.1.0.markdown
+++ b/apache-maven-archetype-plugin-3.1.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Archetype Plugin 3.1.0 Released"
 date: '2019-05-01T16:19:15+00:00'
 permalink: apache-maven-archetype-plugin-3-1-0
 categories:
-  - Maven
+  - Maven-Archetype-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-archetype-plugin-3.2.0.markdown 
b/apache-maven-archetype-plugin-3.2.0.markdown
index 0a52ed3..9399047 100644
--- a/apache-maven-archetype-plugin-3.2.0.markdown
+++ b/apache-maven-archetype-plugin-3.2.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Archetype Plugin 3.2.0 Released"
 date: '2020-07-22T22:35:55+00:00'
 permalink: apache-maven-archetype-plugin-3-2-0
 categories:
-  - Maven
+  - Maven-Archetype-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-artifact-plugin-3.3.0.markdown 
b/apache-maven-artifact-plugin-3.3.0.markdown
index 57f7599..24052ac 100644
--- a/apache-maven-artifact-plugin-3.3.0.markdown
+++ b/apache-maven-artifact-plugin-3.3.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Artifact Plugin Version 3.3.0 Released"
 date: '2022-04-07T09:30:30+00:00'
 permalink: apache-maven-artifact-plugin-3-3-0
 categories:
-  - Maven
+  - Maven-Artifact-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-assembly-plugin-3.1.0.markdown 
b/apache-maven-assembly-plugin-3.1.0.markdown
index 3b1e259..4c8ea63 100644
--- a/apache-maven-assembly-plugin-3.1.0.markdown
+++ b/apache-maven-assembly-plugin-3.1.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Assembly Plugin Version 3.1.1 Released"
 date: '2019-01-02T23:50:25+00:00'
 permalink: apache-maven-assembly-plugin-3-1-1
 categories:
-  - Maven
+  - Maven-Assembly-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache
@@ -17,7 +17,7 @@ and other files into a single distributable archive.
 Note:
 
 * Maven 3.X only
-* JDK 7 miminum requirement.
+* JDK 7 minimum requirement.
 
 You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi).
 
diff --git a/apache-maven-assembly-plugin-3.3.0.markdown 
b/apache-maven-assembly-plugin-3.3.0.markdown
index e992c3d..8a05337 100644
--- a/apache-maven-assembly-plugin-3.3.0.markdown
+++ b/apache-maven-assembly-plugin-3.3.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Assembly Plugin Version 3.3.0 Released"
 date: '2020-05-01T13:00:00+00:00'
 permalink: apache-maven-assembly-plugin-3-3-0
 categories:
-  - Maven
+  - Maven-Assembly-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache
diff --git a/apache-maven-assembly-plugin-3.4.2.markdown 
b/apache-maven-assembly-plugin-3.4.2.markdown
index c09697e..c01f9aa 100644
--- a/apache-maven-assembly-plugin-3.4.2.markdown
+++ b/apache-maven-assembly-plugin-3.4.2.markdown
@@ -4,6 +4,7 @@ title: "Apache Maven Assembly Plugin Version 3.4.2 Released"
 date: '2022-07-23T12:22:22+00:00'
 permalink: apache-maven-assembly-plugin-3-4-2
 categories:
+  - Maven-Assembly-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the [Apache
diff --git a/apache-maven-checkstyle-plugin-3.1.0.markdown 
b/apache-maven-checkstyle-plugin-3.1.0.markdown
index 1495214..358d0fb 100644
--- a/apache-maven-checkstyle-plugin-3.1.0.markdown
+++ b/apache-maven-checkstyle-plugin-3.1.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Checkstyle Plugin Version 3.1.0 Released"
 date: '2019-05-30T12:31:02+00:00'
 permalink: apache-maven-checkstyle-plugin-3-1-0
 categories:
-  - Maven
+  - Maven-Checkstyle-Plugin
   - Maven-Plugin-Releases
 ---
 The Maven team is pleased to announce the release of the
diff --git a/apache-maven-checkstyle-plugin-3.1.1.markdown 
b/apache-maven-checkstyle-plugin-3.1.1.markdown
index 51880ea..2b7ba93 100644
--- a/apache-maven-checkstyle-plugin-3.1.1.markdown
+++ b/apache-maven-checkstyle-plugin-3.1.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Checkstyle Plugin Version 3.1.1 Released"
 date: '2020-02-23T10:32:21+00:00'
 permalink: apache-maven-checkstyle-plugin-3-1-1
 categories:
-  - Maven
+  - Maven-Checkstyle-Plugin
   - Maven-Plugin-Releases
 ---
 The Maven team is pleased to announce the release of the
diff --git a/apache-maven-checkstyle-plugin-3.2.0.markdown 
b/apache-maven-checkstyle-plugin-3.2.0.markdown
index ae2ae52..7b48e1b 100644
--- a/apache-maven-checkstyle-plugin-3.2.0.markdown
+++ b/apache-maven-checkstyle-plugin-3.2.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Checkstyle Plugin Version 3.2.0 Released"
 date: '2022-08-23T19:31:31+00:00'
 permalink: apache-maven-checkstyle-plugin-version2
 categories:
-  - Maven
+  - Maven-Checkstyle-Plugin
   - Maven-Plugin-Releases
 ---
 The Maven team is pleased to announce the release of the
diff --git a/apache-maven-checkstyle-plugin-3.2.1.markdown 
b/apache-maven-checkstyle-plugin-3.2.1.markdown
index 2602a7b..5f50f39 100644
--- a/apache-maven-checkstyle-plugin-3.2.1.markdown
+++ b/apache-maven-checkstyle-plugin-3.2.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Checkstyle Plugin Version 3.2.1 Released"
 date: '2019-05-30T12:31:02+00:00'
 permalink: apache-maven-checkstyle-plugin-3-2-1
 categories:
-  - Maven
+  - Maven-Checkstyle-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-clean-plugin-3.1.0.markdown 
b/apache-maven-clean-plugin-3.1.0.markdown
index 263b1e6..656d9b5 100644
--- a/apache-maven-clean-plugin-3.1.0.markdown
+++ b/apache-maven-clean-plugin-3.1.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Clean Plugin Version 3.1.0 Released"
 date: '2018-04-14T13:43:18+00:00'
 permalink: apache-maven-clean-plugin-3-1-0
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-clean-plugin-3.2.0.markdown 
b/apache-maven-clean-plugin-3.2.0.markdown
index 909d97d..1948e28 100644
--- a/apache-maven-clean-plugin-3.2.0.markdown
+++ b/apache-maven-clean-plugin-3.2.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Clean Plugin Version 3.2.0 Released"
 date: '2022-04-05T17:26:31+00:00'
 permalink: apache-maven-clean-plugin-3-2-0
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-compiler-plugin-3.10.0.markdown 
b/apache-maven-compiler-plugin-3.10.0.markdown
index 7326171..2bf5d9d 100644
--- a/apache-maven-compiler-plugin-3.10.0.markdown
+++ b/apache-maven-compiler-plugin-3.10.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Compiler Plugin Version 3.10.0 Released"
 date: '2022-02-14T12:57:57+00:00'
 permalink: apache-maven-compiler-plugin-3-10-0
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-compiler-plugin-3.10.1.markdown 
b/apache-maven-compiler-plugin-3.10.1.markdown
index acd72e8..21bd9dd 100644
--- a/apache-maven-compiler-plugin-3.10.1.markdown
+++ b/apache-maven-compiler-plugin-3.10.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Compiler Plugin Version 3.10.1 Released"
 date: '2022-03-11T12:21:30+00:00'
 permalink: apache-maven-compiler-plugin-3-10-1
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-compiler-plugin-3.8.0.markdown 
b/apache-maven-compiler-plugin-3.8.0.markdown
index 6d0bcd0..9632509 100644
--- a/apache-maven-compiler-plugin-3.8.0.markdown
+++ b/apache-maven-compiler-plugin-3.8.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Compiler Plugin Version 3.8.0 Released"
 date: '2018-07-29T20:50:16+00:00'
 permalink: apache-maven-compiler-plugin-3-8-0
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-compiler-plugin-3.8.1.markdown 
b/apache-maven-compiler-plugin-3.8.1.markdown
index 2a82102..e0a9879 100644
--- a/apache-maven-compiler-plugin-3.8.1.markdown
+++ b/apache-maven-compiler-plugin-3.8.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Compiler Plugin Version 3.8.1 Released"
 date: '2019-05-02T20:57:08+00:00'
 permalink: apache-maven-compiler-plugin-3-8-1
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-compiler-plugin-3.9.0.markdown 
b/apache-maven-compiler-plugin-3.9.0.markdown
index 636d580..a82d066 100644
--- a/apache-maven-compiler-plugin-3.9.0.markdown
+++ b/apache-maven-compiler-plugin-3.9.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Compiler Plugin Version 3.9.0 Released"
 date: '2022-01-12T14:39:39+00:00'
 permalink: apache-maven-compiler-plugin-3-9-0
 categories:
-  - Maven
+  - Maven-Compiler-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-dependency-plugin-3.1.0.markdown 
b/apache-maven-dependency-plugin-3.1.0.markdown
index 9437597..bdfcb65 100644
--- a/apache-maven-dependency-plugin-3.1.0.markdown
+++ b/apache-maven-dependency-plugin-3.1.0.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Dependency Plugin Version 3.1.0 Released"
 date: '2018-04-06T16:36:22+00:00'
 permalink: apache-maven-dependency-plugin-3-1-0
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Dependency-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Dependency Plugin, version 
3.1.0](https://maven.apache.org/plugins/maven-dependency-plugin/).
diff --git a/apache-maven-dependency-plugin-3.1.1.markdown 
b/apache-maven-dependency-plugin-3.1.1.markdown
index bac0aa8..96b301e 100644
--- a/apache-maven-dependency-plugin-3.1.1.markdown
+++ b/apache-maven-dependency-plugin-3.1.1.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Dependency Plugin Version 3.1.1 Released"
 date: '2018-05-24T13:43:56+00:00'
 permalink: apache-maven-dependency-plugin-3-1-1
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Dependency-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Dependency Plugin, version 
3.1.1](https://maven.apache.org/plugins/maven-dependency-plugin/).
diff --git a/apache-maven-dependency-plugin-3.1.2.markdown 
b/apache-maven-dependency-plugin-3.1.2.markdown
index d540136..c940e0a 100644
--- a/apache-maven-dependency-plugin-3.1.2.markdown
+++ b/apache-maven-dependency-plugin-3.1.2.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Dependency Plugin Version 3.1.2 Released"
 date: '2020-03-12T20:43:23+00:00'
 permalink: apache-maven-dependency-plugin-3-1-2
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Dependency-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Dependency Plugin, version 
3.1.2](https://maven.apache.org/plugins/maven-dependency-plugin/).
diff --git a/apache-maven-dependency-plugin-3.3.0.markdown 
b/apache-maven-dependency-plugin-3.3.0.markdown
index b781881..211291a 100644
--- a/apache-maven-dependency-plugin-3.3.0.markdown
+++ b/apache-maven-dependency-plugin-3.3.0.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Dependency Plugin Version 3.3.0 Released"
 date: '2022-03-11T17:38:44+00:00'
 permalink: apache-maven-dependency-plugin-3-3-0
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Dependency-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Dependency Plugin, version 
3.3.0](https://maven.apache.org/plugins/maven-dependency-plugin/).
diff --git a/apache-maven-dependency-plugin-3.5.0.markdown 
b/apache-maven-dependency-plugin-3.5.0.markdown
index a3b5977..3ec9e81 100644
--- a/apache-maven-dependency-plugin-3.5.0.markdown
+++ b/apache-maven-dependency-plugin-3.5.0.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Dependency Plugin Version 3.5.0 Released"
 date: '2023-01-11T21:58:58+00:00'
 permalink: apache-maven-dependency-plugin-3-5-0
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Dependency-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Dependency Plugin, version 
3.5.0](https://maven.apache.org/plugins/maven-dependency-plugin/).
diff --git a/apache-maven-dependency-tree-3.2.0.markdown 
b/apache-maven-dependency-tree-3.2.0.markdown
index 4a4a15d..ce9e1d5 100644
--- a/apache-maven-dependency-tree-3.2.0.markdown
+++ b/apache-maven-dependency-tree-3.2.0.markdown
@@ -4,8 +4,8 @@ title: "Apache Shared Component: Maven Dependency Tree Version 
3.2.0 Released"
 date: '2022-08-25T17:15:15+00:00'
 permalink: apache-maven-dependency-tree-3-2-0
 categories:
-- Maven
-- Maven-Shared
+  - Maven-Dependency-Tree
+  - Maven-Shared
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Shared Component: Apache Maven Dependency Tree Version 
3.2.0](https://maven.apache.org/shared/maven-dependency-tree/)
diff --git a/apache-maven-deploy-plugin-2.8.0.markdown 
b/apache-maven-deploy-plugin-2.8.0.markdown
index 1a2b12e..b43fbd3 100644
--- a/apache-maven-deploy-plugin-2.8.0.markdown
+++ b/apache-maven-deploy-plugin-2.8.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Deploy Plugin - Release 2.8"
 date: '2018-10-01T19:30:55+00:00'
 permalink: apache-maven-deploy-plugin-2-8-0
 categories:
-  - Maven
+  - Maven-Deploy-Plugin
   - Maven-Plugin-Releases
 ---
 The new release of the [Apache Maven Deploy Plugin 
2.8](https://maven.apache.org/plugins/maven-deploy-plugin/) is available.
diff --git a/apache-maven-deploy-plugin-2.8.1.markdown 
b/apache-maven-deploy-plugin-2.8.1.markdown
index 0e7b186..ca24d45 100644
--- a/apache-maven-deploy-plugin-2.8.1.markdown
+++ b/apache-maven-deploy-plugin-2.8.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Deploy Plugin - Release 2.8.1"
 date: '2013-10-19T15:30:00+00:00'
 permalink: apache-maven-deploy-plugin-2-8-1
 categories:
-  - Maven
+  - Maven-Deploy-Plugin
   - Maven-Plugin-Releases
 ---
 The new release of the [Apache Maven Deploy Plugin 
2.8.1](https://maven.apache.org/plugins/maven-deploy-plugin/)
diff --git a/apache-maven-deploy-plugin-2.8.2.markdown 
b/apache-maven-deploy-plugin-2.8.2.markdown
index 5ab3d81..89d1a9c 100644
--- a/apache-maven-deploy-plugin-2.8.2.markdown
+++ b/apache-maven-deploy-plugin-2.8.2.markdown
@@ -4,7 +4,7 @@ title: "Apache Maven Deploy Plugin Version 2.8.2 Released"
 date: '2014-08-31T16:38:00+00:00'
 permalink: apache-maven-deploy-plugin-2-8-2
 categories:
-  - Maven
+  - Maven-Deploy-Plugin
   - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-deploy-plugin-3.0.0-M1.markdown 
b/apache-maven-deploy-plugin-3.0.0-M1.markdown
index c5d0dcb..6a16e80 100644
--- a/apache-maven-deploy-plugin-3.0.0-M1.markdown
+++ b/apache-maven-deploy-plugin-3.0.0-M1.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Deploy Plugin Version 3.0.0-M1 Released"
 date: '2018-10-01T19:30:55+00:00'
 permalink: apache-maven-deploy-plugin-3-0-0-M1
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Deploy-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Deploy Plugin, version 
3.0.0-M1](https://maven.apache.org/plugins/maven-deploy-plugin/).
diff --git a/apache-maven-deploy-plugin-3.0.0.markdown 
b/apache-maven-deploy-plugin-3.0.0.markdown
index 8fcbf69..108b7e4 100644
--- a/apache-maven-deploy-plugin-3.0.0.markdown
+++ b/apache-maven-deploy-plugin-3.0.0.markdown
@@ -4,8 +4,8 @@ title: "Apache Maven Deploy Plugin Version 3.0.0 Released"
 date: '2022-07-19T14:14:14+00:00'
 permalink: apache-maven-deploy-plugin-3-0-0-M1
 categories:
-- Maven
-- Maven-Plugin-Releases
+  - Maven-Deploy-Plugin
+  - Maven-Plugin-Releases
 ---
 The Apache Maven team is pleased to announce the release of the
 [Apache Maven Deploy Plugin, version 
3.0.0](https://maven.apache.org/plugins/maven-deploy-plugin/).
diff --git a/apache-maven-doxia-2.0.0-M1.markdown 
b/apache-maven-doxia-2.0.0-M1.markdown
new file mode 100644
index 0000000..6d4939d
--- /dev/null
+++ b/apache-maven-doxia-2.0.0-M1.markdown
@@ -0,0 +1,49 @@
+---
+layout: post
+title: "Apache Maven Doxia Version 2.0.0-M1 Released"
+date: '2022-01-21T13:32:35+00:00'
+permalink: apache-maven-doxia-version-2-0-0-M1
+categories:
+  - Maven-Doxia
+  - Maven-Components
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Doxia](https://maven.apache.org/doxia/) Version 2.0.0-M1,
+Released
+
+Doxia is a content generation framework which aims to provide its users with 
powerful techniques for
+generating static and dynamic content: Doxia can be used in web-based 
publishing context to generate
+static sites, in addition to being incorporated into dynamic content 
generation systems like blogs,
+wikis and content management systems.
+
+<!-- more -->
+
+[Release Notes - Maven Doxia base - Version 
2.0.0-M1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317230&version=12330562)
+
+
+You can download the [appropriate sources etc. from the download 
page.][download]
+
+Release Notes - Maven Doxia - Version 2.0.0-M1
+
+* Tasks:
+
+    * [DOXIA-534](https://issues.apache.org/jira/browse/DOXIA-534) - Remove 
Doxia Logging API
+    * [DOXIA-630](https://issues.apache.org/jira/browse/DOXIA-630) - Remove 
all deprecated modules
+    * [DOXIA-631](https://issues.apache.org/jira/browse/DOXIA-631) - Remove 
all deprecated macros
+    * [DOXIA-632](https://issues.apache.org/jira/browse/DOXIA-632) - Remove 
remaining deprecated code
+    * [DOXIA-633](https://issues.apache.org/jira/browse/DOXIA-633) - Drop and 
replace usage of HttpComponents in Core
+    * [DOXIA-634](https://issues.apache.org/jira/browse/DOXIA-634) - Drop and 
replace usage of Commons Lang in Core
+    * [DOXIA-635](https://issues.apache.org/jira/browse/DOXIA-635) - Drop and 
replace usage of Commons IO in Markdown Module
+    * [DOXIA-638](https://issues.apache.org/jira/browse/DOXIA-638) - Replace 
Plexus Container Default with Sisu Plexus Shim
+
+* Dependency upgrades:
+
+    * [DOXIA-636](https://issues.apache.org/jira/browse/DOXIA-636) - Upgrade 
Plexus Utils to 3.3.1
+    * [DOXIA-637](https://issues.apache.org/jira/browse/DOXIA-637) - Upgrade 
XML Unit to 2.8.4
+
+
+Enjoy,
+
+-The Apache Maven team
+
+[download]: https://maven.apache.org/doxia/downloads.html
diff --git a/apache-maven-doxia-site-tools-1.6.0.markdown 
b/apache-maven-doxia-site-tools-1.6.0.markdown
index 36de045..2c1caf2 100644
--- a/apache-maven-doxia-site-tools-1.6.0.markdown
+++ b/apache-maven-doxia-site-tools-1.6.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Doxia base and Doxia Site Tools Version 1.6 
Released"
 date: '2014-07-01T22:49:49+00:00'
 permalink: apache-maven-doxia-site-tools-1-6-0
 categories:
-  - Maven
+  - Maven-Doxia-Site-Tools
   - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-doxia-site-tools-1.7.0.markdown 
b/apache-maven-doxia-site-tools-1.7.0.markdown
index 050ab77..118bf9a 100644
--- a/apache-maven-doxia-site-tools-1.7.0.markdown
+++ b/apache-maven-doxia-site-tools-1.7.0.markdown
@@ -4,7 +4,7 @@ title: "Apache Doxia Site Tools Version 1.7 Released"
 date: '2016-02-15T07:10:12+00:00'
 permalink: apache-maven-doxia-site-tools-1-7-0
 categories:
-  - Maven
+  - Maven-Doxia-Site-Tools
   - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-doxia-site-tools-1.7.1.markdown 
b/apache-maven-doxia-site-tools-1.7.1.markdown
index fa99f8d..6206888 100644
--- a/apache-maven-doxia-site-tools-1.7.1.markdown
+++ b/apache-maven-doxia-site-tools-1.7.1.markdown
@@ -4,7 +4,7 @@ title: "Apache Doxia Site Tools Version 1.7.1 Released"
 date: '2016-04-10T08:30:22+00:00'
 permalink: apache-maven-doxia-site-tools-1-7-1
 categories:
-  - Maven
+  - Maven-Doxia-Site-Tools
   - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
diff --git a/apache-maven-doxia-site-tools-1.9.0.markdown 
b/apache-maven-doxia-site-tools-1.9.0.markdown
index 724ee8a..8e2bc92 100644
--- a/apache-maven-doxia-site-tools-1.9.0.markdown
+++ b/apache-maven-doxia-site-tools-1.9.0.markdown
@@ -4,8 +4,8 @@ title: Apache Maven Doxia Site Tools Version 1.9.0 Released
 date: '2019-06-03T12:21:32+00:00'
 permalink: apache-maven-doxia-site-tools-1-9-0
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
1.9.0,
diff --git a/apache-maven-doxia-site-tools-1.9.2.markdown 
b/apache-maven-doxia-site-tools-1.9.2.markdown
new file mode 100644
index 0000000..48f2553
--- /dev/null
+++ b/apache-maven-doxia-site-tools-1.9.2.markdown
@@ -0,0 +1,51 @@
+---
+layout: post
+title: "Apache Doxia Site Tools Version 1.9.2 Released"
+date: '2020-02-23T23:16:18+00:00'
+permalink: apache-maven-doxia-site-tools-1-9-2
+categories:
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
+---
+The Apache Maven team is pleased to announce the release of the
+[Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
1.9.2,
+Released
+
+Doxia Sitetools is an extension of base Doxia component that generates either
+HTML sites, consisting of decoration and content that was generated by Doxia,
+or documents like RTF or PDF.
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/doxia/doxia-sitetools/download.cgi
+
+
+<!-- more -->
+
+[Release Notes - Maven Doxia base - Version 
1.9.2](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12345961)
+
+You can download the [appropriate sources etc. from the download 
page.][download]
+
+
+Release Notes - Maven Doxia Sitetools - Version 1.9.2
+
+* Bug:
+
+    * 
[DOXIASITETOOLS-216](https://issues.apache.org/jira/browse/DOXIASITETOOLS-216) 
- Broken link on doxia-site-renderer documentation index
+
+* Improvement:
+
+    * 
[DOXIASITETOOLS-218](https://issues.apache.org/jira/browse/DOXIASITETOOLS-218) 
- Make Doxia Sitetools build Reproducible
+
+* Dependency upgrades:
+
+    * 
[DOXIASITETOOLS-213](https://issues.apache.org/jira/browse/DOXIASITETOOLS-213) 
- Upgrade Maven Default Skin to 1.3
+    * 
[DOXIASITETOOLS-215](https://issues.apache.org/jira/browse/DOXIASITETOOLS-215) 
- avoid reporting plugins pulling in Struts 1.3.8 jar
+    * 
[DOXIASITETOOLS-217](https://issues.apache.org/jira/browse/DOXIASITETOOLS-217) 
- Upgrade JUnit to 4.13
+
+Enjoy,
+
+-The Apache Maven team
+
+[download]: https://maven.apache.org/doxia/doxia-sitetools/download.cgi
+ 
diff --git a/apache-maven-doxia-site-tools1.markdown 
b/apache-maven-doxia-site-tools1.markdown
deleted file mode 100644
index 08ec22b..0000000
--- a/apache-maven-doxia-site-tools1.markdown
+++ /dev/null
@@ -1,56 +0,0 @@
----
-layout: post
-title: Apache Maven Doxia Site Tools Version 1.9.2 Released
-date: '2020-02-23T23:16:18+00:00'
-permalink: apache-maven-doxia-site-tools1
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="https://maven.apache.org/doxia/doxia-sitetools/";>Doxia Site Tools</a> 
Version 1.9.2,
-Released</p>
-
-<p>Doxia Sitetools is an extension of base Doxia component that generates 
either
-HTML sites, consisting of decoration and content that was generated by Doxia,
-or documents like RTF or PDF.</p>
-
-<p>You can download the appropriate sources etc. from the download page:</p>
-
-<p><a 
href="https://maven.apache.org/doxia/doxia-sitetools/download.cgi";>https://maven.apache.org/doxia/doxia-sitetools/download.cgi</a></p>
-
-<!-- more -->
-
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&amp;version=12345961";>Release
 Notes &ndash; Maven Doxia base &ndash; Version 1.9.2</a></p>
-
-<p>You can download the <a 
href="http://maven.apache.org/doxia/doxia-sitetools/download.cgi";>appropriate 
sources etc. from the download page.</a></p>
-
-<p>Release Notes &ndash; Maven Doxia Sitetools &ndash; Version 1.9.2</p>
-
-<ul>
-<li><p>Bug:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/DOXIASITETOOLS-216";>DOXIASITETOOLS-216</a>
 &ndash; Broken link on doxia-site-renderer documentation index</li>
-</ul>
-</li>
-<li><p>Improvement:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/DOXIASITETOOLS-218";>DOXIASITETOOLS-218</a>
 &ndash; Make Doxia Sitetools build Reproducible</li>
-</ul>
-</li>
-<li><p>Dependency upgrades:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/DOXIASITETOOLS-213";>DOXIASITETOOLS-213</a>
 &ndash; Upgrade Maven Default Skin to 1.3</li>
-<li><a 
href="https://issues.apache.org/jira/browse/DOXIASITETOOLS-215";>DOXIASITETOOLS-215</a>
 &ndash; avoid reporting plugins pulling in Struts 1.3.8 jar</li>
-<li><a 
href="https://issues.apache.org/jira/browse/DOXIASITETOOLS-217";>DOXIASITETOOLS-217</a>
 &ndash; Upgrade JUnit to 4.13</li>
-</ul>
-</li>
-</ul>
-
-
-<p>Enjoy,</p>
-
-<p>-The Apache Maven team</p>
-</div>
-
diff --git a/apache-maven-doxia-sitetools-2.0.0-M1.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M1.markdown
index 38fccec..4a7b239 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M1.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M1.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M1 Released"
 date: '2022-02-07T22:37:37+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M1
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M1,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M2.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M2.markdown
index 40c0f60..8e109e1 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M2.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M2.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M2 Released"
 date: '2022-02-20T23:11:09+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M2
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M2,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M3.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M3.markdown
index 5d495b6..32f3bff 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M3.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M3.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M3 Released"
 date: '2022-06-23T23:28:11+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M3
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M3,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M4.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M4.markdown
index 509980d..ee36afc 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M4.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M4.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M4 Released"
 date: '2022-11-29T22:26:26+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M4
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M3,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M5.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M5.markdown
index 850b9c9..a164e77 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M5.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M5.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M5 Released"
 date: '2023-02-23T15:22:22+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M5
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M5,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M6.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M6.markdown
index d9dcb79..93d149b 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M6.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M6.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M6 Released"
 date: '2023-03-22T16:44:44+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M6
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M6,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M7.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M7.markdown
index 998ea43..be28472 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M7.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M7.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M7 Released"
 date: '2023-04-04T13:40:40+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M7
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M7,
diff --git a/apache-maven-doxia-sitetools-2.0.0-M8.markdown 
b/apache-maven-doxia-sitetools-2.0.0-M8.markdown
index 8084f3c..2ca14e3 100644
--- a/apache-maven-doxia-sitetools-2.0.0-M8.markdown
+++ b/apache-maven-doxia-sitetools-2.0.0-M8.markdown
@@ -4,8 +4,8 @@ title: "Apache Doxia Site Tools Version 2.0.0-M8 Released"
 date: '2023-04-04T13:40:40+00:00'
 permalink: apache-maven-doxia-sitetools-2-0-0-M8
 categories:
-- Maven
-- Maven-Components
+  - Maven-Doxia-Site-Tools
+  - Maven-Components
 ---
 The Apache Maven team is pleased to announce the release of the
 [Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 
2.0.0-M8,
diff --git a/apache-maven-doxia-version-2.markdown 
b/apache-maven-doxia-version-2.markdown
deleted file mode 100644
index 304378a..0000000
--- a/apache-maven-doxia-version-2.markdown
+++ /dev/null
@@ -1,53 +0,0 @@
----
-layout: post
-title: Apache Maven Doxia Version 2.0.0-M1 Released
-date: '2022-01-21T13:32:35+00:00'
-permalink: apache-maven-doxia-version-2
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-  <a href="https://maven.apache.org/doxia/";>Apache Maven Doxia</a> Version 
2.0.0-M1,
-  Released</p>
-
-  <p>Doxia is a content generation framework which aims to provide its users 
with powerful techniques for
-    generating static and dynamic content: Doxia can be used in web-based 
publishing context to generate
-    static sites, in addition to being incorporated into dynamic content 
generation systems like blogs,
-    wikis and content management systems.</p>
-
-  <!-- more -->
-
-
-  <p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317230&amp;version=12330562";>Release
 Notes &ndash; Maven Doxia base &ndash; Version 2.0.0-M1</a></p>
-
-  <p>You can download the <a 
href="https://maven.apache.org/doxia/downloads.html";>appropriate sources etc. 
from the download page.</a></p>
-
-  <p>Release Notes &ndash; Maven Doxia &ndash; Version 2.0.0-M1</p>
-
-  <ul>
-    <li><p>Tasks:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-534";>DOXIA-534</a> &ndash; 
Remove Doxia Logging API</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-630";>DOXIA-630</a> &ndash; 
Remove all deprecated modules</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-631";>DOXIA-631</a> &ndash; 
Remove all deprecated macros</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-632";>DOXIA-632</a> &ndash; 
Remove remaining deprecated code</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-633";>DOXIA-633</a> &ndash; 
Drop and replace usage of HttpComponents in Core</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-634";>DOXIA-634</a> &ndash; 
Drop and replace usage of Commons Lang in Core</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-635";>DOXIA-635</a> &ndash; 
Drop and replace usage of Commons IO in Markdown Module</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-638";>DOXIA-638</a> &ndash; 
Replace Plexus Container Default with Sisu Plexus Shim</li>
-      </ul>
-    </li>
-    <li><p>Dependency upgrades:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-636";>DOXIA-636</a> &ndash; 
Upgrade Plexus Utils to 3.3.1</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/DOXIA-637";>DOXIA-637</a> &ndash; 
Upgrade XML Unit to 2.8.4</li>
-      </ul>
-    </li>
-  </ul>
-
-
-  <p>Enjoy,</p>
-
-  <p>-The Apache Maven team</p>
-</div>
-

Reply via email to