Author: tchemit Date: 2009-08-23 18:35:48 +0200 (Sun, 23 Aug 2009) New Revision: 172 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:15:37 UTC (rev 171) +++ trunk/pom.xml 2009-08-23 16:35:48 UTC (rev 172) @@ -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-matrix</artifactId> @@ -21,7 +21,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>1.1.0-rc-9-SNAPSHOT</version> + <version>1.1.0</version> <scope>compile</scope> </dependency> @@ -81,7 +81,7 @@ <properties> - <jaxx.version>1.7.1-SNAPSHOT</jaxx.version> + <jaxx.version>1.7.1</jaxx.version> </properties> @@ -125,7 +125,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-rc-1</version> + <version>1.0.0</version> <executions> <execution> <goals> @@ -138,6 +138,23 @@ </plugins> + <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> <!-- devrait etre remonte dans le super-pom --> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-16 09:15:37 UTC (rev 171) +++ trunk/src/site/site.xml 2009-08-23 16:35:48 UTC (rev 172) @@ -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"/>
participants (1)
-
tchemit@users.nuiton.org