[Lutinutil-commits] r861 - in trunk/commandline: . commandline-core commandline-ui maven-plugin
Author: tchemit Date: 2008-07-09 09:42:09 +0000 (Wed, 09 Jul 2008) New Revision: 861 Modified: trunk/commandline/commandline-core/pom.xml trunk/commandline/commandline-ui/pom.xml trunk/commandline/maven-plugin/pom.xml trunk/commandline/pom.xml Log: passage en snapshot Modified: trunk/commandline/commandline-core/pom.xml =================================================================== --- trunk/commandline/commandline-core/pom.xml 2008-07-08 23:36:18 UTC (rev 860) +++ trunk/commandline/commandline-core/pom.xml 2008-07-09 09:42:09 UTC (rev 861) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>commandline-core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <description>lutincommandline core library</description> <build> Modified: trunk/commandline/commandline-ui/pom.xml =================================================================== --- trunk/commandline/commandline-ui/pom.xml 2008-07-08 23:36:18 UTC (rev 860) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-09 09:42:09 UTC (rev 861) @@ -12,10 +12,9 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> - <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> <dependencies> @@ -38,7 +37,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>ui</name> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <description>lutin commandline UI librairy</description> <inceptionYear>2008</inceptionYear> @@ -73,7 +72,7 @@ <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> <scope>compile</scope> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </dependency> </dependencies> </plugin> Modified: trunk/commandline/maven-plugin/pom.xml =================================================================== --- trunk/commandline/maven-plugin/pom.xml 2008-07-08 23:36:18 UTC (rev 860) +++ trunk/commandline/maven-plugin/pom.xml 2008-07-09 09:42:09 UTC (rev 861) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>maven-commandline-plugin</artifactId> @@ -58,7 +58,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <description> Plugin maven 2 pour la generation du parser d'options, des Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-07-08 23:36:18 UTC (rev 860) +++ trunk/commandline/pom.xml 2008-07-09 09:42:09 UTC (rev 861) @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <description>lutincommandline library main pom</description> <inceptionYear>2008</inceptionYear> @@ -220,19 +220,19 @@ <dependency> <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-core</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </dependency> <dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org