Author: tchemit Date: 2012-05-02 11:56:59 +0200 (Wed, 02 May 2012) New Revision: 3346 Url: http://chorem.org/repositories/revision/pollen/3346 Log: use mavenpom 3.3.1 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-05-02 09:27:56 UTC (rev 3345) +++ trunk/pom.xml 2012-05-02 09:56:59 UTC (rev 3346) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.3</version> + <version>3.3.1</version> </parent> <groupId>org.chorem</groupId> @@ -39,6 +39,17 @@ <developers> <developer> + <id>echatellier</id> + <name>Éric Chatellier</name> + <email>chatellier at codelutin.com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>developer</role> + </roles> + </developer> + <developer> <id>tchemit</id> <name>Tony Chemit</name> <email>chemit at codelutin.com</email> @@ -46,7 +57,7 @@ <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+1</timezone> <roles> - <role>lead project</role> + <role>lead</role> <role>developer</role> </roles> </developer> @@ -64,7 +75,7 @@ </developer> <developer> <id>fdesbois</id> - <name>Florian DESBOIS</name> + <name>Florian Desbois</name> <email>desbois at codelutin.com</email> <organization>Code Lutin</organization> <organizationUrl>http://www.codelutin.com/</organizationUrl> @@ -75,7 +86,7 @@ </developer> <developer> <id>kmorin</id> - <name>Kevin MORIN</name> + <name>Kevin Morin</name> <email>morin at codelutin.com</email> <organization>Code Lutin</organization> <organizationUrl>http://www.codelutin.com/</organizationUrl> @@ -223,7 +234,7 @@ <version>${h2Version}</version> </dependency> - <!-- Nuiton-utils --> + <!-- Nuiton libs --> <dependency> <groupId>org.nuiton</groupId> @@ -564,31 +575,31 @@ </activation> <reporting> - <plugins> + <plugins> - <!-- - The Project Info Reports Plugin has twelve goals: - see http://maven.apache.org/plugins/maven-project-info-reports-plugin - --> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> + <!-- + The Project Info Reports Plugin has twelve goals: + see http://maven.apache.org/plugins/maven-project-info-reports-plugin + --> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>${projectInfoReportsPluginVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>project-team</report> + <report>mailing-list</report> + <report>cim</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>dependency-convergence</report> + <report>dependency-management</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> </reporting> </profile>
participants (1)
-
tchemit@users.chorem.org