[Lutinbuilder-commits] r457 - nuitonproject/trunk
Author: tchemit Date: 2009-05-11 11:26:33 +0000 (Mon, 11 May 2009) New Revision: 457 Modified: nuitonproject/trunk/pom.xml Log: migrate to nuiton Modified: nuitonproject/trunk/pom.xml =================================================================== --- nuitonproject/trunk/pom.xml 2009-05-11 11:19:33 UTC (rev 456) +++ nuitonproject/trunk/pom.xml 2009-05-11 11:26:33 UTC (rev 457) @@ -8,17 +8,17 @@ <!-- ************************************************************* --> <!-- POM Relationships : Coordinates --> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> + <groupId>org.nuiton</groupId> + <artifactId>nuitonproject</artifactId> <version>3.6.0-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> <!-- add this in your pom <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.5</version> + <groupId>org.nuiton</groupId> + <artifactId>nuitonproject</artifactId> + <version>3.6.0</version> </parent> --> @@ -788,7 +788,7 @@ </requireFilesExist> <!-- on verifie que le labs.id et labs.name sont bien surchargés (sauf pour les project de lutinbuilder). --> - <myCustomRule implementation="org.codelutin.enforcer.CheckLabsPropertiesRule" /> + <myCustomRule implementation="org.nuiton.enforcer.CheckLabsPropertiesRule" /> </rules> <ignoreCache>true</ignoreCache> @@ -798,9 +798,9 @@ </configuration> <dependencies> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutin-enforcer-rules</artifactId> - <version>${lutin-enforcer-rules.version}</version> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-enforcer-rules</artifactId> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -915,7 +915,7 @@ <maven.site.locales>fr</maven.site.locales> </properties> - <build> + <!--build> <pluginManagement> <plugins> <plugin> @@ -933,7 +933,7 @@ </plugin> </plugins> </pluginManagement> - </build> + </build--> </profile> </profiles>
participants (1)
-
tchemit@users.labs.libre-entreprise.org