From: Carlos S. <car...@us...> - 2004-12-30 23:53:57
|
carlossg 04/12/30 15:53:49 Modified: sdocbook/xdocs changes.xml sdocbook project.xml Log: Prepare 1.4 release Revision Changes Path 1.9 +1 -1 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 21 Dec 2004 22:58:41 -0000 1.8 +++ changes.xml 30 Dec 2004 23:53:49 -0000 1.9 @@ -8,7 +8,7 @@ <body> - <release version="1.4-SNAPSHOT" date="in CVS"> + <release version="1.4" date="in CVS"> <action dev="carlossg" type="add"> Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. </action> 1.26 +8 -3 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 30 Dec 2004 22:40:58 -0000 1.25 +++ project.xml 30 Dec 2004 23:53:49 -0000 1.26 @@ -5,7 +5,7 @@ <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -24,8 +24,13 @@ <versions> <version> - <id>maven-sdocbook-plugin-1.3.0</id> - <name>1.3.0</name> + <id>1.4</id> + <name>1.4</name> + <tag>maven-sdocbook-plugin-1-4-0</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> <tag>maven-sdocbook-plugin-1-3-0</tag> </version> </versions> |