The Maven team is pleased to announce the release of the Maven Compiler
Plugin, version 2.3.

This plugin is used to compile the sources of your project. See the plugin's site for more details:

  http://maven.apache.org/plugins/maven-compiler-plugin/

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.3</version>
  </plugin>

Release Notes - Maven 2.x Compiler Plugin - Version 2.3

** Improvement
    * [MCOMPILER-80] - Change default source level to 1.5

Enjoy,


-The Maven team


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

Reply via email to