[Lutinutil-commits] r862 - in trunk: commandline commandline/commandline-core commandline/commandline-ui commandline/maven-plugin lutinutil
Author: tchemit Date: 2008-07-09 11:25:33 +0000 (Wed, 09 Jul 2008) New Revision: 862 Modified: trunk/commandline/commandline-core/pom.xml trunk/commandline/commandline-ui/pom.xml trunk/commandline/maven-plugin/pom.xml trunk/commandline/pom.xml trunk/lutinutil/pom.xml Log: retour en 0.1 ! Modified: trunk/commandline/commandline-core/pom.xml =================================================================== --- trunk/commandline/commandline-core/pom.xml 2008-07-09 09:42:09 UTC (rev 861) +++ trunk/commandline/commandline-core/pom.xml 2008-07-09 11:25:33 UTC (rev 862) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>commandline-core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> <description>lutincommandline core library</description> <build> Modified: trunk/commandline/commandline-ui/pom.xml =================================================================== --- trunk/commandline/commandline-ui/pom.xml 2008-07-09 09:42:09 UTC (rev 861) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-09 11:25:33 UTC (rev 862) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>commandline-ui</artifactId> @@ -37,7 +37,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>ui</name> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> <description>lutin commandline UI librairy</description> <inceptionYear>2008</inceptionYear> @@ -54,7 +54,7 @@ <plugin> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.1</version> <configuration> <src>${maven.src.dir}/main/uimodel</src> <out>${maven.src.dir}/main/java</out> @@ -72,7 +72,7 @@ <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> <scope>compile</scope> - <version>0.2-SNAPSHOT</version> + <version>0.1</version> </dependency> </dependencies> </plugin> Modified: trunk/commandline/maven-plugin/pom.xml =================================================================== --- trunk/commandline/maven-plugin/pom.xml 2008-07-09 09:42:09 UTC (rev 861) +++ trunk/commandline/maven-plugin/pom.xml 2008-07-09 11:25:33 UTC (rev 862) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>maven-commandline-plugin</artifactId> @@ -58,12 +58,12 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> <description> Plugin maven 2 pour la generation du parser d'options, des configurations et du context d'application en se basant sur - la librairie org.codelutin.option:lutincommandline. + la librairie commandline. </description> <inceptionYear>2008</inceptionYear> Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-07-09 09:42:09 UTC (rev 861) +++ trunk/commandline/pom.xml 2008-07-09 11:25:33 UTC (rev 862) @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>0.7-SNAPSHOT</version> + <version>0.6</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.2-SNAPSHOT</version> + <version>0.1</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-core</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency> @@ -272,7 +272,7 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.1</version> </dependency> </dependencies> </dependencyManagement> Modified: trunk/lutinutil/pom.xml =================================================================== --- trunk/lutinutil/pom.xml 2008-07-09 09:42:09 UTC (rev 861) +++ trunk/lutinutil/pom.xml 2008-07-09 11:25:33 UTC (rev 862) @@ -20,7 +20,7 @@ <packaging>jar</packaging> <!--Version--> - <version>0.29</version> + <version>0.30-SNAPSHOT</version> <!--Description--> <description>
participants (1)
-
tchemit@users.labs.libre-entreprise.org