[Lutinutil-commits] r818 - in trunk: . comandline comandline/core comandline/maven comandline/ui
Author: tchemit Date: 2008-07-08 14:29:24 +0000 (Tue, 08 Jul 2008) New Revision: 818 Removed: trunk/lutinvcs/ Modified: trunk/comandline/core/pom.xml trunk/comandline/maven/pom.xml trunk/comandline/pom.xml trunk/comandline/ui/pom.xml Log: harmonisation des noms de groupId + suppression rep lutinvcs Modified: trunk/comandline/core/pom.xml =================================================================== --- trunk/comandline/core/pom.xml 2008-07-08 14:17:38 UTC (rev 817) +++ trunk/comandline/core/pom.xml 2008-07-08 14:29:24 UTC (rev 818) @@ -5,8 +5,8 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.codelutin.option</groupId> - <artifactId>lutincommandline</artifactId> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-pom</artifactId> <version>0.5</version> </parent> Modified: trunk/comandline/maven/pom.xml =================================================================== --- trunk/comandline/maven/pom.xml 2008-07-08 14:17:38 UTC (rev 817) +++ trunk/comandline/maven/pom.xml 2008-07-08 14:29:24 UTC (rev 818) @@ -10,8 +10,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin.option</groupId> - <artifactId>lutincommandline</artifactId> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-pom</artifactId> <version>0.5</version> </parent> @@ -20,7 +20,7 @@ <dependencies> <dependency> - <groupId>org.codelutin.option</groupId> + <groupId>org.codelutin.commandline</groupId> <artifactId>core</artifactId> <scope>compile</scope> </dependency> Modified: trunk/comandline/pom.xml =================================================================== --- trunk/comandline/pom.xml 2008-07-08 14:17:38 UTC (rev 817) +++ trunk/comandline/pom.xml 2008-07-08 14:29:24 UTC (rev 818) @@ -15,8 +15,8 @@ <version>2.3</version> </parent> - <groupId>org.codelutin.option</groupId> - <artifactId>lutincommandline</artifactId> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-pom</artifactId> <modules> <module>core</module> @@ -225,13 +225,13 @@ </dependency> <dependency> - <groupId>org.codelutin.option</groupId> + <groupId>org.codelutin.commandline</groupId> <artifactId>core</artifactId> <version>0.5</version> </dependency> <dependency> - <groupId>org.codelutin.option</groupId> + <groupId>org.codelutin.commandline</groupId> <artifactId>ui</artifactId> <version>0.5</version> </dependency> @@ -256,11 +256,12 @@ <artifactId>plexus-utils</artifactId> <version>1.0.5</version> </dependency> + <!-- Plugins --> <dependency> <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.3</version> </dependency> <dependency> Modified: trunk/comandline/ui/pom.xml =================================================================== --- trunk/comandline/ui/pom.xml 2008-07-08 14:17:38 UTC (rev 817) +++ trunk/comandline/ui/pom.xml 2008-07-08 14:29:24 UTC (rev 818) @@ -10,17 +10,16 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin.option</groupId> - <artifactId>lutincommandline</artifactId> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-pom</artifactId> <version>0.5</version> </parent> - <groupId>org.codelutin.option.ui</groupId> - <artifactId>lutincommande-ui</artifactId> + <groupId>org.codelutin.commandline</groupId> + <artifactId>ui</artifactId> <dependencies> - <dependency> <groupId>lutinlib</groupId> <artifactId>jaxx</artifactId> @@ -28,7 +27,7 @@ </dependency> <dependency> - <groupId>org.codelutin.option</groupId> + <groupId>org.codelutin.commandline</groupId> <artifactId>core</artifactId> <scope>compile</scope> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org