Fix StrutsTestCase dependency in struts templates.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-03-31 20:07:37 +00:00
parent cd21b97aca
commit 85489c4fa9
4 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-genapp-plugin</id>
<name>Maven Genapp Plugin</name>
<currentVersion>2.1</currentVersion>
<currentVersion>2.2-SNAPSHOT</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>

View File

@@ -158,8 +158,8 @@
<dependency>
<groupId>strutstestcase</groupId>
<artifactId>strutstest</artifactId>
<version>2.1.0</version>
<artifactId>strutstestcase</artifactId>
<version>2.1-1.1-2.3</version>
<properties>
<cactus.bundle>true</cactus.bundle>
</properties>

View File

@@ -141,8 +141,8 @@
<dependency>
<groupId>strutstestcase</groupId>
<artifactId>strutstest</artifactId>
<version>2.1.0</version>
<artifactId>strutstestcase</artifactId>
<version>2.1-1.1-2.3</version>
<properties>
<cactus.bundle>true</cactus.bundle>
</properties>

View File

@@ -24,6 +24,9 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="2.1" date="2004-03-10">
<action dev="evenisse" type="fix">Fix StrutsTestCase dependency in struts templates.</action>
</release>
<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="fix">Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.</action>