git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@529077 13f79535-47bb-0310-9956-ffa450edef68
60 lines
3.7 KiB
XML
60 lines
3.7 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="aheritier@apache.org">Arnaud Heritier</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.0" date="2007-04-15">
|
|
<action dev="aheritier" type="add">New site report (maven-modello-plugin) to generate the model documentation and the XML schema.</action>
|
|
<action dev="aheritier" type="add">New goal modello:xsd</action>
|
|
<action dev="aheritier" type="add">New goals modello:jpox and modello:jpox-metadata-class</action>
|
|
<action dev="aheritier" type="add">New goals modello:jdom, and modello:jdom-writer</action>
|
|
<action dev="aheritier" type="add">New goals modello:dom4j, modello:dom4j-reader and modello:dom4j-writer</action>
|
|
<action dev="aheritier" type="add">New goals modello:stax, modello:stax-reader and modello:stax-writer</action>
|
|
<action dev="aheritier" type="add">Automatically verify required properties.</action>
|
|
<action dev="aheritier" type="add">Add a test to validate generations from modello plugins.</action>
|
|
<action dev="aheritier" type="add">New property maven.modello.plugins to select plugins to call for the goal modello:modello</action>
|
|
<action dev="aheritier" type="update">The property maven.modello.targetDirectory is replaced by maven.modello.java.targetDirectory,maven.modello.xsd.targetDirectory, and maven.modello.xdoc.targetDirectory</action>
|
|
<action dev="aheritier" type="update">The plugin is now based on modello libraries 1.0-alpha-15.</action>
|
|
<action dev="aheritier" type="add">Add plugin documentation and refactor web site.</action>
|
|
</release>
|
|
<release version="1.0-alpha-2" date="2005-09-07">
|
|
<action dev="brett" type="fix">Fix web site address</action>
|
|
</release>
|
|
<release version="1.0-alpha-1" date="2005-06-02">
|
|
<action dev="trygvis" type="add">New goals modello:jpox-store and modello:jpox-jdo-mapping</action>
|
|
<action dev="trygvis" type="add">New goal modello:xdoc</action>
|
|
<action dev="trygvis" type="add">New goals modello:xpp3-reader and modello:xpp3-writer</action>
|
|
<action dev="trygvis" type="add">New property maven.modello.targetDirectory</action>
|
|
<action dev="trygvis" type="add">New property maven.modello.version</action>
|
|
<action dev="trygvis" type="add">New property maven.modello.packageWithVersion</action>
|
|
<action dev="trygvis" type="add">New property maven.modello.model</action>
|
|
<action dev="brett" type="add">New goal modello:xpp3</action>
|
|
<action dev="brett" type="add">New goal modello:java</action>
|
|
<action dev="brett" type="add">New goals modello and modello:modello</action>
|
|
<action dev="brett" type="add">New jelly tag modello:generate</action>
|
|
<action dev="brett" type="add">Initiate the plugin based on modello libraries 1.0-alpha-2</action>
|
|
</release>
|
|
</body>
|
|
</document>
|