The Maven team is pleased to announce the release of the Apache Maven
Model Converter, version 2.3

As you can see in the release notes below, this shared component is now retired.
Most likely it will be transferred to the Apache Archiva project.

Converts between version 3.0.0 and version 4.0.0 models.

http://maven.apache.org/shared/maven-model-converter/

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-model-converter</artifactId>
  <version>2.3</version>
</dependency>


Release Notes - Apache Maven Model Converter (RETIRED) - Version 2.3

Task
* [MSHARED-289] Retire this shared component
* [MSHARED-71] Exclude some default files from the Site Plugin
* [MSHARED-70] Allow the conversion of report plugins to specify reportSets
* [MSHARED-69] Improve pretty printing the POM when it gets written to a file
* [MSHARED-49] Add support for Castor plugin
* [MSHARED-48] Add support for Jalopy plugin


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to