[Lutinutil-commits] r855 - in trunk: commandline commandline/commandline-core commandline/commandline-ui commandline/maven-plugin lutincommandline
Author: tchemit Date: 2008-07-08 22:35:36 +0000 (Tue, 08 Jul 2008) New Revision: 855 Modified: trunk/commandline/commandline-core/pom.xml trunk/commandline/commandline-ui/pom.xml trunk/commandline/maven-plugin/pom.xml trunk/commandline/pom.xml trunk/lutincommandline/pom.xml Log: version 0/6 : utilise org.codelutin.jaxx project Modified: trunk/commandline/commandline-core/pom.xml =================================================================== --- trunk/commandline/commandline-core/pom.xml 2008-07-08 18:31:32 UTC (rev 854) +++ trunk/commandline/commandline-core/pom.xml 2008-07-08 22:35:36 UTC (rev 855) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.5</version> + <version>0.6</version> </parent> <artifactId>commandline-core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>0.5</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-08 18:31:32 UTC (rev 854) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-08 22:35:36 UTC (rev 855) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.5</version> + <version>0.6</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -21,8 +21,8 @@ <dependencies> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> <scope>compile</scope> </dependency> @@ -38,7 +38,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>ui</name> - <version>0.5</version> + <version>0.6</version> <description>lutin commandline UI librairy</description> <inceptionYear>2008</inceptionYear> @@ -53,7 +53,7 @@ <plugins> <!-- jaxx --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> <configuration> <src>${maven.src.dir}/main/uimodel</src> @@ -67,6 +67,14 @@ </execution> </executions> + <dependencies> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <scope>compile</scope> + <version>0.1</version> + </dependency> + </dependencies> </plugin> <!-- i18n --> Modified: trunk/commandline/maven-plugin/pom.xml =================================================================== --- trunk/commandline/maven-plugin/pom.xml 2008-07-08 18:31:32 UTC (rev 854) +++ trunk/commandline/maven-plugin/pom.xml 2008-07-08 22:35:36 UTC (rev 855) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-pom</artifactId> - <version>0.5</version> + <version>0.6</version> </parent> <artifactId>maven-commandline-plugin</artifactId> @@ -58,7 +58,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <version>0.5</version> + <version>0.6</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 18:31:32 UTC (rev 854) +++ trunk/commandline/pom.xml 2008-07-08 22:35:36 UTC (rev 855) @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>0.5</version> + <version>0.6</version> <description>lutincommandline library main pom</description> <inceptionYear>2008</inceptionYear> @@ -81,7 +81,7 @@ <artifactId>maven-source-plugin</artifactId> <executions> <execution> - <phase>install</phase> + <phase>verify</phase> <goals> <goal>jar</goal> </goals> @@ -94,7 +94,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> - <phase>deploy</phase> + <phase>verify</phase> <goals> <goal>jar</goal> </goals> @@ -108,8 +108,7 @@ <executions> <execution> <id>jrst</id> - <phase>test</phase> - <!-- test works better than pre:site --> + <phase>verify</phase> <goals> <goal>jrst</goal> </goals> @@ -219,21 +218,21 @@ </dependency> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <version>1.0.5</version> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <version>0.1</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-core</artifactId> - <version>0.5</version> + <version>0.6</version> </dependency> <dependency> <groupId>org.codelutin.commandline</groupId> <artifactId>commandline-ui</artifactId> - <version>0.5</version> + <version>0.6</version> </dependency> <dependency> @@ -271,9 +270,9 @@ </dependency> <dependency> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.4</version> + <version>0.1</version> </dependency> </dependencies> </dependencyManagement> Modified: trunk/lutincommandline/pom.xml =================================================================== --- trunk/lutincommandline/pom.xml 2008-07-08 18:31:32 UTC (rev 854) +++ trunk/lutincommandline/pom.xml 2008-07-08 22:35:36 UTC (rev 855) @@ -21,7 +21,7 @@ <dependency> <groupId>lutinlib</groupId> <artifactId>lutinutil</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.29</version> <scope>compile</scope> </dependency> </dependencies> @@ -31,7 +31,7 @@ <!-- ************************************************************* --> <name>Lutin commandline library</name> - <version>0.4</version> + <version>0.5</version> <description>Librairie de gestion des options de demarrage (et actions liees).</description>
participants (1)
-
tchemit@users.labs.libre-entreprise.org