Author: tchemit Date: 2009-08-23 19:20:21 +0200 (Sun, 23 Aug 2009) New Revision: 145 Modified: trunk/pom.xml trunk/src/site/site.xml Log: - bump versions - use jrst - clean sites Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-21 12:14:04 UTC (rev 144) +++ trunk/pom.xml 2009-08-23 17:20:21 UTC (rev 145) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>nuiton-j2r</artifactId> @@ -92,6 +92,21 @@ <build> <defaultGoal>install</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> <!-- Source control management. --> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-21 12:14:04 UTC (rev 144) +++ trunk/src/site/site.xml 2009-08-23 17:20:21 UTC (rev 145) @@ -1,23 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - - <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>index.html</href> </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>