Author: tchemit Date: 2009-08-23 18:25:47 +0200 (Sun, 23 Aug 2009) New Revision: 149 Modified: trunk/pom.xml trunk/src/site/site.xml Log: bump versions + use jrst + clean site Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 09:03:33 UTC (rev 148) +++ trunk/pom.xml 2009-08-23 16:25:47 UTC (rev 149) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-2</version> + <version>1.0.0</version> </parent> <artifactId>nuiton-rss</artifactId> @@ -129,6 +129,17 @@ </configuration> </plugin> + <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> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-16 09:03:33 UTC (rev 148) +++ trunk/src/site/site.xml 2009-08-23 16:25:47 UTC (rev 149) @@ -1,24 +1,11 @@ <?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>${project.organization.url}</href> - </bannerRight> - <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/>
participants (1)
-
tchemit@users.nuiton.org