Author: tchemit Date: 2009-08-23 16:30:50 +0200 (Sun, 23 Aug 2009) New Revision: 404 Modified: trunk/changelog.txt trunk/pom.xml trunk/src/site/site.xml trunk/src/site/site_en.xml Log: - use jrst-doc - clean sites Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-23 14:28:27 UTC (rev 403) +++ trunk/changelog.txt 2009-08-23 14:30:50 UTC (rev 404) @@ -1,4 +1,6 @@ -ver-1.0.0 ? - * migrate to nuiton +1.0.0 chemit 20090823 + + * add a jrst-doc module + * migrate to nuiton (relocate artifacts, change package names) * use a multi-module layout Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-23 14:28:27 UTC (rev 403) +++ trunk/pom.xml 2009-08-23 14:30:50 UTC (rev 404) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>jrst</artifactId> @@ -19,6 +19,7 @@ <module>jrst</module> <module>maven-jrst-plugin</module> <module>doxia-module-jrst</module> + <module>jrst-doc</module> </modules> <dependencyManagement> @@ -34,11 +35,17 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>1.1.0-rc-2</version> + <version>1.1.0</version> <scope>compile</scope> </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>maven-helper-plugin</artifactId> + <version>${helper.version}</version> + </dependency> + + <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.2</version> @@ -219,13 +226,13 @@ <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> - <version>1.3.5</version> + <version>1.3.8</version> </plugin> <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </plugin> </plugins> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-23 14:28:27 UTC (rev 403) +++ trunk/src/site/site.xml 2009-08-23 14:30:50 UTC (rev 404) @@ -3,26 +3,13 @@ <publishDate format="dd/MM/yyyy"/> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>${project.organization.url}</href> - </bannerRight> - <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${project.url}/images/restructuredtext-logo.png"/> </poweredBy> <body> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2009-08-23 14:28:27 UTC (rev 403) +++ trunk/src/site/site_en.xml 2009-08-23 14:30:50 UTC (rev 404) @@ -3,26 +3,13 @@ <publishDate format="dd/MM/yyyy"/> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>${project.organization.url}</href> - </bannerRight> - <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${project.url}/images/restructuredtext-logo.png"/> </poweredBy> <body>
participants (1)
-
tchemit@users.nuiton.org