Author: chatellier Date: 2008-11-18 09:10:15 +0000 (Tue, 18 Nov 2008) New Revision: 219 Modified: lutinproject/trunk/changelog lutinproject/trunk/pom.xml Log: Switch to 3.1 Modified: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-11-18 09:04:02 UTC (rev 218) +++ lutinproject/trunk/changelog 2008-11-18 09:10:15 UTC (rev 219) @@ -1,4 +1,6 @@ ver-3-1 chemit (200811??) + * Update plugin version + * Add schorlet as developper * use maven-i18n-plugin 0.7 * use index.list in jar (to improve jar seek) * fix wrong tag configuration linkXRef instead of linkXref Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-11-18 09:04:02 UTC (rev 218) +++ lutinproject/trunk/pom.xml 2008-11-18 09:10:15 UTC (rev 219) @@ -11,7 +11,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> <!-- POM Relationships : Inheritance --> @@ -19,7 +19,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> --> @@ -153,6 +153,16 @@ </roles> </developer> + <developer> + <name>Stéphane Chorlet</name> + <id>schorlet</id> + <email>chorlet@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> </developers> <organization> @@ -412,7 +422,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.0.1</version> + <version>2.1-alpha-2</version> <configuration> <warSourceDirectory>${maven.src.dir}/main/webapp</warSourceDirectory> </configuration>