maven-plugins/jalopy/xdocs/changes.xml
2007-04-30 10:37:28 +00:00

66 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5.1" date="2007-04-30">
<action dev="ltheussl" type="add" issue="MPJALOPY-12" due-to="Joachim Bader">Add a property that controls the source code encoding.</action>
<action dev="aheritier" type="update" issue="MAVEN-1803">Upgrade plexus-utils to version 1.0.5</action>
</release>
<release version="1.5" date="2006-05-07">
<action dev="ltheussl" type="add" issue="MPJALOPY-11" due-to="Joachim Bader">Add a new goal to open Jalopy's SettingsDialog.</action>
<action dev="ltheussl" type="update" issue="MPJALOPY-10">Rewrite the plugin so it doesn't use the jalopy ant task anymore.</action>
<action dev="ltheussl" type="add">New properties maven.jalopy.inspect, maven.jalopy.backup and maven.jalopy.force. Removed properties maven.jalopy.logLevel and maven.jalopy.nbThread.</action>
<action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
<action dev="aheritier" type="fix" issue="MPJALOPY-9">Jalopy classes aren't found.</action>
</release>
<release version="1.4" date="2006-01-15">
<action dev="carlos" type="update">Update to jalopy 1.5b5 adding support for java 5.</action>
<action dev="evenisse" type="update" issue="MPJALOPY-8">Update license to Apache 2.0.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>jdom v1.0b8 -&gt; v1.0</li>
<li>log4j v1.2.8 -&gt; v1.2.12</li>
<li>oro v2.0.7 -&gt; v2.0.8</li>
</ul>
</action>
</release>
<release version="1.3.1" date="2004-10-23">
<action dev="evenisse" type="update" issue="MPJALOPY-3">Matchs Jalopy and checkstyle.</action>
<action dev="evenisse" type="update" issue="MPJALOPY-6">Allows multiple includes/excludes patterns.</action>
</release>
<release version="1.3" date="2004-07-08">
<action dev="evenisse" type="update" issue="MPJALOPY-5">Add some exclude properties.</action>
<action dev="evenisse" type="update">Move to jalopy 1.0b11</action>
</release>
<release version="1.2" date="2004-05-15"/>
<release version="1.1" date="2003-09-29">
<action dev="evenisse" type="fix">Fixed MAVEN-798. Add Test source formatting.</action>
<action dev="dion" type="update">Move to oro 2.0.7</action>
<action dev="dion" type="update">Move to log4j 1.2.8</action>
<action dev="evenisse" type="fix">Fixed directory of plugin resources.</action>
</release>
</body>
</document>