From: Carlos S. <car...@us...> - 2004-12-11 23:03:44
|
carlossg 04/12/11 15:03:38 Modified: sdocbook/xdocs changes.xml sdocbook project.xml Log: Prepare versions for release Revision Changes Path 1.6 +7 -2 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 13 Apr 2004 21:27:00 -0000 1.5 +++ changes.xml 11 Dec 2004 23:03:37 -0000 1.6 @@ -8,8 +8,13 @@ <body> - <!-- @todo update release date of 1.4 when actually releasing --> - <release version="1.4" date="not-released"> + <release version="1.4-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="add"> + Added documentation to use custom stylesheets. + </action> + <action dev="carlossg" type="fix"> + Fail on transformation errors. + </action> <action dev="perolesen" type="update"> Update of documentation to include description of the new properties, how to set stylesheet parameters, how to update to use newer stylesheets etc. 1.17 +0 -5 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 15 Oct 2004 11:17:34 -0000 1.16 +++ project.xml 11 Dec 2004 23:03:37 -0000 1.17 @@ -24,11 +24,6 @@ <versions> <version> - <id>maven-sdocbook-plugin-1.4-SNAPSHOT</id> - <name>1.4-SNAPSHOT</name> - <tag>HEAD</tag> - </version> - <version> <id>maven-sdocbook-plugin-1.3.0</id> <name>1.3.0</name> <tag>maven-sdocbook-plugin-1-3-0</tag> |