From: Jeff J. <jef...@us...> - 2007-05-20 23:13:37
|
jeffjensen 07/05/20 16:13:36 Modified: javaapp project.xml Log: Correct tag. Revision Changes Path 1.23 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 20 May 2007 23:12:17 -0000 1.22 +++ project.xml 20 May 2007 23:13:36 -0000 1.23 @@ -47,7 +47,7 @@ <version> <id>1.4</id> <name>1.4</name> - <tag>MAVEN_PLUGINS_JAVAAPP_1.4</tag> + <tag>MAVEN_PLUGINS_JAVAAPP_1_4</tag> </version> </versions> |