From: Kurt R. <kr...@us...> - 2005-10-15 20:59:49
|
Update of /cvsroot/xframe/maven-xsddoc-plugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14871 Modified Files: project.xml Log Message: updated to release 1.0 Index: project.xml =================================================================== RCS file: /cvsroot/xframe/maven-xsddoc-plugin/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 7 Jun 2005 23:00:07 -0000 1.6 --- project.xml 15 Oct 2005 20:59:41 -0000 1.7 *************** *** 25,29 **** <name>Maven xsddoc Plug-in</name> <groupId>xsddoc</groupId> ! <currentVersion>0.8</currentVersion> <organization> <name>xframe</name> --- 25,29 ---- <name>Maven xsddoc Plug-in</name> <groupId>xsddoc</groupId> ! <currentVersion>1.0</currentVersion> <organization> <name>xframe</name> *************** *** 52,55 **** --- 52,60 ---- <tag>MAVEN_XSDDOC_PLUGIN_0_8</tag> </version> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_XSDDOC_PLUGIN_1_0</tag> + </version> </versions> <inceptionYear>2004</inceptionYear> |