Author: tchemit Date: 2008-07-08 15:21:24 +0000 (Tue, 08 Jul 2008) New Revision: 840 Modified: trunk/commandline/commandline-core/pom.xml trunk/commandline/commandline-ui/pom.xml trunk/commandline/maven-plugin/pom.xml Log: normalize with commandline prefix (to ensure no artifact id with some other projects) Modified: trunk/commandline/commandline-core/pom.xml =================================================================== --- trunk/commandline/commandline-core/pom.xml 2008-07-08 15:19:31 UTC (rev 839) +++ trunk/commandline/commandline-core/pom.xml 2008-07-08 15:21:24 UTC (rev 840) @@ -10,7 +10,7 @@ <version>0.5</version> </parent> - <artifactId>core</artifactId> + <artifactId>commandline-core</artifactId> <name>core</name> <packaging>jar</packaging> Modified: trunk/commandline/commandline-ui/pom.xml =================================================================== --- trunk/commandline/commandline-ui/pom.xml 2008-07-08 15:19:31 UTC (rev 839) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-08 15:21:24 UTC (rev 840) @@ -16,7 +16,7 @@ </parent> <groupId>org.codelutin.commandline</groupId> - <artifactId>ui</artifactId> + <artifactId>commandline-ui</artifactId> <dependencies> @@ -28,7 +28,7 @@ <dependency> <groupId>org.codelutin.commandline</groupId> - <artifactId>core</artifactId> + <artifactId>commandline-core</artifactId> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/commandline/maven-plugin/pom.xml =================================================================== --- trunk/commandline/maven-plugin/pom.xml 2008-07-08 15:19:31 UTC (rev 839) +++ trunk/commandline/maven-plugin/pom.xml 2008-07-08 15:21:24 UTC (rev 840) @@ -21,7 +21,7 @@ <dependencies> <dependency> <groupId>org.codelutin.commandline</groupId> - <artifactId>core</artifactId> + <artifactId>commandline-core</artifactId> <scope>compile</scope> </dependency>