evenisse 2004/03/31 12:07:37
Modified: genapp project.xml
genapp/src/plugin-resources/struts-jstl/template-resources
project.xml
genapp/src/plugin-resources/struts/template-resources
project.xml
genapp/xdocs changes.xml
Log:
Fix StrutsTestCase dependency in struts templates.
Revision Changes Path
1.21 +1 -1 maven-plugins/genapp/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/genapp/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 10 Mar 2004 11:24:43 -0000 1.20
+++ project.xml 31 Mar 2004 20:07:37 -0000 1.21
@@ -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>
1.3 +2 -2
maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml
Index: project.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 4 Mar 2004 18:13:35 -0000 1.2
+++ project.xml 31 Mar 2004 20:07:37 -0000 1.3
@@ -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>
1.3 +2 -2
maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.xml
Index: project.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 4 Mar 2004 18:13:35 -0000 1.2
+++ project.xml 31 Mar 2004 20:07:37 -0000 1.3
@@ -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>
1.7 +3 -0 maven-plugins/genapp/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/genapp/xdocs/changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- changes.xml 10 Mar 2004 11:24:43 -0000 1.6
+++ changes.xml 31 Mar 2004 20:07:37 -0000 1.7
@@ -25,6 +25,9 @@
</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>
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]