[maven-scm-plugin] prepare release 2.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:31:18 +00:00
parent a90bf110a6
commit 29eed0d792
2 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-genapp-plugin</id>
<name>Maven Genapp Plugin</name>
<currentVersion>2.2-SNAPSHOT</currentVersion>
<currentVersion>2.2</currentVersion>
<shortDescription>A collection of example projects showing how to use maven in different situations</shortDescription>
<url>http://maven.apache.org/reference/plugins/genapp/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/genapp/</siteDirectory>
@ -39,6 +39,11 @@
<name>2.1</name>
<tag>MAVEN_GENAPP_2_1</tag>
</version>
<version>
<id>2.2</id>
<name>2.2</name>
<tag>MAVEN_GENAPP_2_2</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,7 +24,7 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="2.2-SNAPSHOT" date="in CVS">
<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">Fix StrutsTestCase dependency in struts templates.</action>
</release>