Author: tchemit Date: 2009-09-03 20:05:51 +0200 (Thu, 03 Sep 2009) New Revision: 270 Modified: trunk/changelog.txt trunk/maven-processor-plugin/pom.xml trunk/pom.xml trunk/src/site/site.xml Log: - bump versions - prepare changelog - clean site Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-29 16:53:36 UTC (rev 269) +++ trunk/changelog.txt 2009-09-03 18:05:51 UTC (rev 270) @@ -1,3 +1,8 @@ +1.0.1 200909?? + + +-- chemit -- Thu, 03 Sep 2009 18:51:54 +0200 + 1.0.0 tchemit 20090822 * initial nuiton release Modified: trunk/maven-processor-plugin/pom.xml =================================================================== --- trunk/maven-processor-plugin/pom.xml 2009-08-29 16:53:36 UTC (rev 269) +++ trunk/maven-processor-plugin/pom.xml 2009-09-03 18:05:51 UTC (rev 270) @@ -72,20 +72,7 @@ <!-- ************************************************************* --> <name>Nuiton processor maven plugin</name> <inceptionYear>2006</inceptionYear> - - <!--who the developers are for the project--> - <contributors> - <contributor> - <name>Julien Ruchaud</name> - <email>ruchaud@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - </contributors> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-29 16:53:36 UTC (rev 269) +++ trunk/pom.xml 2009-09-03 18:05:51 UTC (rev 270) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> <artifactId>processor</artifactId> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-29 16:53:36 UTC (rev 269) +++ trunk/src/site/site.xml 2009-09-03 18:05:51 UTC (rev 270) @@ -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="${project.url}/images/logos/maven-feather.png"/> </poweredBy>