[maven-scm-plugin] prepare release 2.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@366997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -17,14 +17,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-genapp-plugin</id>
|
||||
<name>Maven Genapp Plugin</name>
|
||||
<currentVersion>2.3-SNAPSHOT</currentVersion>
|
||||
<currentVersion>2.3</currentVersion>
|
||||
<description>A collection of example projects showing how to use maven in different situations</description>
|
||||
<shortDescription>A collection of example projects</shortDescription>
|
||||
<url>http://maven.apache.org/maven-1.x/reference/plugins/genapp/</url>
|
||||
@@ -51,6 +49,11 @@
|
||||
<name>2.2.1</name>
|
||||
<tag>maven-genapp-plugin-2.2.1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.3</id>
|
||||
<name>2.3</name>
|
||||
<tag>MAVEN_GENAPP_2_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -62,7 +65,7 @@
|
||||
<role>Developer</role>
|
||||
<role>Release Manager</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Jason van Zyl</name>
|
||||
<id>jvanzyl</id>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -21,23 +22,33 @@
|
||||
<title>Changes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.3-SNAPSHOT" date="in SVN">
|
||||
<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="felipeal" type="add" issue="MPGENAPP-24">Added new property <code>maven.genapp.basedir property</code>.</action>
|
||||
<action dev="felipeal" type="add" issue="MPGENAPP-23">Added property <code>maven.genapp.repackage.dir</code> as base directory for <code>maven.genapp.repackage</code>.</action>
|
||||
<action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property
|
||||
<code>maven.genapp.basedir property</code>.
|
||||
</action>
|
||||
<action dev="felipeal" type="add" issue="MPGENAPP-23">Added property
|
||||
<code>maven.genapp.repackage.dir</code>as base directory for
|
||||
<code>maven.genapp.repackage</code>.
|
||||
</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-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action>
|
||||
<action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named
|
||||
<code>web-velocity</code>).
|
||||
</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 <code>${maven.home.local}</code> instead of <code>${user.home}/.maven</code> for templates.</action>
|
||||
<action dev="felipeal" type="fix" issue="MPGENAPP-17">Using
|
||||
<code>${maven.home.local}</code>instead of
|
||||
<code>${user.home}/.maven</code>for templates.
|
||||
</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="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="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>
|
||||
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||
</ul>
|
||||
</action>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user