From: Jeff J. <jef...@us...> - 2007-05-20 23:10:14
|
jeffjensen 07/05/20 16:10:11 Modified: javaapp project.xml javaapp/xdocs changes.xml Log: Update for release. Revision Changes Path 1.21 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 13 May 2007 18:50:34 -0000 1.20 +++ project.xml 20 May 2007 23:10:11 -0000 1.21 @@ -9,7 +9,7 @@ <id>maven-javaapp-plugin</id> <name>Java Application Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- remove package, if parent is fixed --> 1.12 +1 -1 maven-plugins/javaapp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 13 May 2007 18:49:01 -0000 1.11 +++ changes.xml 20 May 2007 23:10:11 -0000 1.12 @@ -12,7 +12,7 @@ </properties> <body> - <release version="1.4-SNAPSHOT" date="in CVS"> + <release version="1.4" date="2007-05-13"> <action dev="jeffjensen" type="fix" issue="1436490" due-to="Daniel Schulz"> EJB jars are not bundled </action> |