Author: tchemit Date: 2009-08-23 17:38:41 +0200 (Sun, 23 Aug 2009) New Revision: 219 Modified: trunk/pom.xml trunk/src/site/site.xml Log: bump versions + use jrst in site + clean site.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-20 15:09:58 UTC (rev 218) +++ trunk/pom.xml 2009-08-23 15:38:41 UTC (rev 219) @@ -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-widgets</artifactId> @@ -20,7 +20,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> @@ -91,21 +91,16 @@ <packaging>jar</packaging> - <properties> - - </properties> - <build> <defaultGoal>install</defaultGoal> <plugins> - <!-- plugin i18n --> <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> <executions> <execution> <goals> @@ -118,6 +113,21 @@ </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> <!-- ************************************************************* --> @@ -165,7 +175,7 @@ </plugin> </plugins> - + </build> </profile> </profiles> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-20 15:09:58 UTC (rev 218) +++ trunk/src/site/site.xml 2009-08-23 15:38:41 UTC (rev 219) @@ -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"/>
participants (1)
-
tchemit@users.nuiton.org