r426 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: tchemit Date: 2009-12-22 10:18:23 +0100 (Tue, 22 Dec 2009) New Revision: 426 Modified: trunk/doxia-module-jrst/pom.xml trunk/jrst-doc/pom.xml trunk/jrst/pom.xml trunk/maven-jrst-plugin/pom.xml trunk/pom.xml Log: use :: module name convention Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2009-12-22 09:16:42 UTC (rev 425) +++ trunk/doxia-module-jrst/pom.xml 2009-12-22 09:18:23 UTC (rev 426) @@ -59,7 +59,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRst - Doxia module</name> + <name>JRst :: Doxia module</name> <description>JRst module for doxia</description> <inceptionYear>2009</inceptionYear> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2009-12-22 09:16:42 UTC (rev 425) +++ trunk/jrst/pom.xml 2009-12-22 09:18:23 UTC (rev 426) @@ -84,7 +84,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRst - lib</name> + <name>JRst :: Api</name> <description>Parser RST en Java.</description> <inceptionYear>2004</inceptionYear> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2009-12-22 09:16:42 UTC (rev 425) +++ trunk/jrst-doc/pom.xml 2009-12-22 09:18:23 UTC (rev 426) @@ -20,7 +20,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRst - doc</name> + <name>JRst :: Documentation</name> <description>JRST documentations</description> <inceptionYear>2009</inceptionYear> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2009-12-22 09:16:42 UTC (rev 425) +++ trunk/maven-jrst-plugin/pom.xml 2009-12-22 09:18:23 UTC (rev 426) @@ -45,7 +45,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRst - maven plugin</name> + <name>JRst :: Maven plugin</name> <description> Maven2 plugin to generate reStructuredText file into xDoc. </description> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-22 09:16:42 UTC (rev 425) +++ trunk/pom.xml 2009-12-22 09:18:23 UTC (rev 426) @@ -220,7 +220,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRst - project</name> + <name>JRst</name> <description>JRst</description> <inceptionYear>2004</inceptionYear> <url>http://maven-site.nuiton.org/jrst</url> @@ -284,9 +284,9 @@ <maven.site.locales>fr</maven.site.locales> <!--maven.site.locales>fr,en</maven.site.locales--> - <doxia.version>1.0</doxia.version> - <nuiton-utils.version>1.1.0</nuiton-utils.version> - <i18n.version>1.0.2-SNAPSHOT</i18n.version> + <doxia.version>1.1.2</doxia.version> + <nuiton-utils.version>1.1.1</nuiton-utils.version> + <i18n.version>1.0.1</i18n.version> </properties> <build>
participants (1)
-
tchemit@users.nuiton.org