[maven-scm-plugin] prepare release 2.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 09:33:33 +00:00
parent 36a977f79b
commit b9b9b38855
2 changed files with 61 additions and 56 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-genapp-plugin</id> <id>maven-genapp-plugin</id>
<name>Maven Genapp Plugin</name> <name>Maven Genapp Plugin</name>
<currentVersion>2.3.1-SNAPSHOT</currentVersion> <currentVersion>2.3.1</currentVersion>
<description>A collection of example projects showing how to use maven in different situations</description> <description>A collection of example projects showing how to use maven in different situations</description>
<shortDescription>A collection of example projects</shortDescription> <shortDescription>A collection of example projects</shortDescription>
<versions> <versions>
@ -46,6 +46,11 @@
<name>2.3</name> <name>2.3</name>
<tag>MAVEN_GENAPP_2_3</tag> <tag>MAVEN_GENAPP_2_3</tag>
</version> </version>
<version>
<id>2.3.1</id>
<name>2.3.1</name>
<tag>MAVEN_GENAPP_2_3_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,70 +17,70 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
</properties> </properties>
<body> <body>
<release version="2.3.1-SNAPSHOT" date="In SVN"> <release version="2.3.1" date="2006-10-29">
<action dev="ltheussl" type="fix" issue="MPGENAPP-26">Problem when maven.genapp.repackage.dir is empty.</action> <action dev="ltheussl" type="fix" issue="MPGENAPP-26">Problem when maven.genapp.repackage.dir is empty.</action>
<action dev="ltheussl" type="fix" issue="MPGENAPP-27">Generated poms contain deprecated id elements.</action> <action dev="ltheussl" type="fix" issue="MPGENAPP-27">Generated poms contain deprecated id elements.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action> <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
</release> </release>
<release version="2.3" date="2006-01-07"> <release version="2.3" date="2006-01-07">
<action dev="ltheussl" type="fix" issue="MPGENAPP-21">Make generated structure comply with maven standarts.</action> <action dev="ltheussl" type="fix" issue="MPGENAPP-21">Make generated structure comply with maven standarts.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property <action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property
<code>maven.genapp.basedir property</code>. <code>maven.genapp.basedir property</code>.
</action> </action>
<action dev="felipeal" type="add" issue="MPGENAPP-23">Added property <action dev="felipeal" type="add" issue="MPGENAPP-23">Added property
<code>maven.genapp.repackage.dir</code>as base directory for <code>maven.genapp.repackage.dir</code>as base directory for
<code>maven.genapp.repackage</code>. <code>maven.genapp.repackage</code>.
</action> </action>
<action dev="ltheussl" type="fix" issue="MPGENAPP-22">Make generated POMs conform to maven-project-3.xsd.</action> <action dev="ltheussl" type="fix" issue="MPGENAPP-22">Make generated POMs conform to maven-project-3.xsd.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action> <action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named
<code>web-velocity</code>). <code>web-velocity</code>).
</action> </action>
<action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action> <action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action>
<action dev="felipeal" type="fix" issue="MPGENAPP-17">Using <action dev="felipeal" type="fix" issue="MPGENAPP-17">Using
<code>${maven.home.local}</code>instead of <code>${maven.home.local}</code>instead of
<code>${user.home}/.maven</code>for templates. <code>${user.home}/.maven</code>for templates.
</action> </action>
<action dev="aheritier" type="fix" issue="MPGENAPP-12" due-to="Filippo Vitale">An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin.</action> <action dev="aheritier" type="fix" issue="MPGENAPP-12" due-to="Filippo Vitale">An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes Trajano">Added Tapestry template.</action> <action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes Trajano">Added Tapestry template.</action>
<action dev="aheritier" type="add" issue="MPGENAPP-9" due-to="Archimedes Trajano">Added Struts with validation template.</action> <action dev="aheritier" type="add" issue="MPGENAPP-9" due-to="Archimedes Trajano">Added Struts with validation template.</action>
<action dev="aheritier" type="add" issue="MPGENAPP-8" due-to="Archimedes Trajano">Replace @PACKAGE@ by @NAME@ in Title in JSP files.</action> <action dev="aheritier" type="add" issue="MPGENAPP-8" due-to="Archimedes Trajano">Replace @PACKAGE@ by @NAME@ in Title in JSP files.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-3" due-to="Sri Sankaran">Added prompt for project root.</action> <action dev="felipeal" type="add" issue="MPGENAPP-3" due-to="Sri Sankaran">Added prompt for project root.</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 : <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> <ul>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li> <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
</ul> </ul>
</action> </action>
</release> </release>
<release version="2.2.1" date="2005-09-08"> <release version="2.2.1" date="2005-09-08">
<action dev="brett" type="fix">Amended 2.2 release to work with Maven 1.1 beta 2</action> <action dev="brett" type="fix">Amended 2.2 release to work with Maven 1.1 beta 2</action>
</release> </release>
<release version="2.2" date="2004-05-15"> <release version="2.2" date="2004-05-15">
<action dev="evenisse" type="fix" issue="MPGENAPP-7">Remove Struts deprecated apis.</action> <action dev="evenisse" type="fix" issue="MPGENAPP-7">Remove Struts deprecated apis.</action>
<action dev="evenisse" type="fix">Fix StrutsTestCase dependency in struts templates.</action> <action dev="evenisse" type="fix">Fix StrutsTestCase dependency in struts templates.</action>
</release> </release>
<release version="2.1" date="2004-03-10"> <release version="2.1" date="2004-03-10">
<action dev="joehni" type="add">Support of configuration files in the template starting with a dot (e.g. .cvsignore).</action> <action dev="joehni" type="add">Support of configuration files in the template starting with a dot (e.g. .cvsignore).</action>
<action dev="joehni" type="fix">Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.</action> <action dev="joehni" type="fix">Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.</action>
<action dev="joehni" type="add">Add property maven.genapp.template.repository to support a user-defined location for own templates. This allows a CVS-based template management for a company.</action> <action dev="joehni" type="add">Add property maven.genapp.template.repository to support a user-defined location for own templates. This allows a CVS-based template management for a company.</action>
<action dev="joehni" type="fix">Fix usage of a comma-separated string as value for property maven.genapp.filter to define multiple files.</action> <action dev="joehni" type="fix">Fix usage of a comma-separated string as value for property maven.genapp.filter to define multiple files.</action>
<action dev="joehni" type="add">Add property maven.genapp.template.user to support the user's account name in the filter with @USER@. The default value is the system property user.name.</action> <action dev="joehni" type="add">Add property maven.genapp.template.user to support the user's account name in the filter with @USER@. The default value is the system property user.name.</action>
<action dev="joehni" type="add">Support user-defined parameters for filtering.</action> <action dev="joehni" type="add">Support user-defined parameters for filtering.</action>
<action dev="joehni" type="update">Update and improve documentation for properties.</action> <action dev="joehni" type="update">Update and improve documentation for properties.</action>
</release> </release>
<release version="2.0" date="2003-09-29"> <release version="2.0" date="2003-09-29">
<action dev="evenisse" type="update">Add a taglib for use the generation in other plugins.</action> <action dev="evenisse" type="update">Add a taglib for use the generation in other plugins.</action>
<action dev="rhoegg" type="update">Changed property names to maven.genapp.* syntax</action> <action dev="rhoegg" type="update">Changed property names to maven.genapp.* syntax</action>
<action dev="rhoegg" type="update">Prompt the user for project id, name, and package. Don't require command line package specification. This change added a dependency on jelly:interaction.</action> <action dev="rhoegg" type="update">Prompt the user for project id, name, and package. Don't require command line package specification. This change added a dependency on jelly:interaction.</action>
<action dev="rhoegg" type="add">Added initial application template capability. Original idea and implementation was submitted by Brian Ewins in jira(MAVEN-426). Modified his jelly to use template directories inside plugin-resources. Added capability for templates to define their own properties.</action> <action dev="rhoegg" type="add">Added initial application template capability. Original idea and implementation was submitted by Brian Ewins in jira(MAVEN-426). Modified his jelly to use template directories inside plugin-resources. Added capability for templates to define their own properties.</action>
</release> </release>
<release version="1.0" date="2002-12-08"> <release version="1.0" date="2002-12-08">
<action dev="jvanzyl" type="add">Initial plugin created</action> <action dev="jvanzyl" type="add">Initial plugin created</action>
</release> </release>
</body> </body>
</document> </document>