Author: tchemit Date: 2009-08-26 00:40:16 +0200 (Wed, 26 Aug 2009) New Revision: 1579 Modified: trunk/pom.xml trunk/src/site/site.xml Log: - bump mavenpom and i18n versions - clean site.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-25 10:51:11 UTC (rev 1578) +++ trunk/pom.xml 2009-08-25 22:40:16 UTC (rev 1579) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </parent> <artifactId>guix</artifactId> @@ -214,9 +214,9 @@ <!-- plugin i18n --> <plugin> - <groupId>org.nuiton</groupId> + <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </plugin> </plugins> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-25 10:51:11 UTC (rev 1578) +++ trunk/src/site/site.xml 2009-08-25 22:40:16 UTC (rev 1579) @@ -1,25 +1,12 @@ <?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> <src>guixLogo.png</src> <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