[Lutinutil-commits] r871 - in trunk/commandline: . commandline-core commandline-ui maven-plugin
Author: tchemit Date: 2008-07-20 19:47:11 +0000 (Sun, 20 Jul 2008) New Revision: 871 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 0.7-SNAPSHOT Modified: trunk/commandline/commandline-core/pom.xml =================================================================== --- trunk/commandline/commandline-core/pom.xml 2008-07-10 14:02:23 UTC (rev 870) +++ trunk/commandline/commandline-core/pom.xml 2008-07-20 19:47:11 UTC (rev 871) @@ -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-10 14:02:23 UTC (rev 870) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-20 19:47:11 UTC (rev 871) @@ -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>commandline-ui</artifactId> @@ -20,8 +20,8 @@ <dependencies> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing</artifactId> <scope>compile</scope> </dependency> @@ -37,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> @@ -54,7 +54,7 @@ <plugin> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <configuration> <src>${maven.src.dir}/main/uimodel</src> <out>${maven.src.dir}/main/java</out> @@ -64,15 +64,14 @@ <goals> <goal>generate</goal> </goals> - </execution> </executions> <dependencies> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-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-10 14:02:23 UTC (rev 870) +++ trunk/commandline/maven-plugin/pom.xml 2008-07-20 19:47:11 UTC (rev 871) @@ -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-10 14:02:23 UTC (rev 870) +++ trunk/commandline/pom.xml 2008-07-20 19:47:11 UTC (rev 871) @@ -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> @@ -156,7 +156,7 @@ </labs.lists> <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/lutinutil/trunk + <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/lutinutil/trunk </maven.scm.developerConnection> <!-- maven will suffix with /${pom.artifactId} --> @@ -182,7 +182,7 @@ <activeByDefault>false</activeByDefault> </activation> <properties> - <!-- test (par defaut, on ne les execute pas) --> + <!-- test (par defaut, on les execute) --> <maven.test.skip>false</maven.test.skip> <maven.reports.generate>false</maven.reports.generate> </properties> @@ -194,7 +194,7 @@ </activation> <properties> <!-- test (par defaut, on ne les execute pas) --> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</maven.test.skip> <maven.reports.generate>true</maven.reports.generate> </properties> </profile> @@ -218,21 +218,21 @@ </dependency> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> - <version>0.1</version> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing</artifactId> + <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> @@ -272,7 +272,7 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>0.1</version> + <version>0.2-SNAPHOT</version> </dependency> </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.labs.libre-entreprise.org