diff --git a/genapp/project.xml b/genapp/project.xml index 16e2e727..e795cf80 100644 --- a/genapp/project.xml +++ b/genapp/project.xml @@ -23,7 +23,7 @@ 3 maven-genapp-plugin Maven Genapp Plugin - 2.1 + 2.2-SNAPSHOT A collection of example projects showing how to use maven in different situations http://maven.apache.org/reference/plugins/genapp/ /www/maven.apache.org/reference/plugins/genapp/ diff --git a/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml b/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml index d53c7d10..617a31ee 100644 --- a/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml +++ b/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml @@ -158,8 +158,8 @@ strutstestcase - strutstest - 2.1.0 + strutstestcase + 2.1-1.1-2.3 true diff --git a/genapp/src/plugin-resources/struts/template-resources/project.xml b/genapp/src/plugin-resources/struts/template-resources/project.xml index 982b0d83..771c6ba4 100644 --- a/genapp/src/plugin-resources/struts/template-resources/project.xml +++ b/genapp/src/plugin-resources/struts/template-resources/project.xml @@ -141,8 +141,8 @@ strutstestcase - strutstest - 2.1.0 + strutstestcase + 2.1-1.1-2.3 true diff --git a/genapp/xdocs/changes.xml b/genapp/xdocs/changes.xml index 68a2e097..e0356582 100644 --- a/genapp/xdocs/changes.xml +++ b/genapp/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Fix StrutsTestCase dependency in struts templates. + Support of configuration files in the template starting with a dot (e.g. .cvsignore). Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.