Author: tchemit Date: 2008-07-20 19:27:51 +0000 (Sun, 20 Jul 2008) New Revision: 734 Modified: trunk/lutinjaxx/pom.xml Log: passage en 0.2-SNAPSHOT Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-07-20 19:27:08 UTC (rev 733) +++ trunk/lutinjaxx/pom.xml 2008-07-20 19:27:51 UTC (rev 734) @@ -22,7 +22,9 @@ <module>util</module> <module>core</module> <module>runtime</module> - <module>provider</module> + <module>jaxx-swing</module> + <module>jaxx-swing-action</module> + <module>jaxx-swing-tab</module> <module>maven</module> </modules> @@ -37,7 +39,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Jaxx lutin library main pom</description> <inceptionYear>2008</inceptionYear> @@ -62,6 +64,9 @@ <properties> + <!-- current version --> + <current.version>0.2-SNAPSHOT</current.version> + <!-- id du projet du labs --> <labs.id>38</labs.id> @@ -79,7 +84,7 @@ </labs.lists> <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/buix/trunk + <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/buix/trunk </maven.scm.developerConnection> <!-- maven will suffix with /${pom.artifactId} --> @@ -177,26 +182,35 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>util</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>core</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>runtime</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </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.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + <version>0.2-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-tab</artifactId> + <version>0.2-SNAPSHOT</version> + </dependency> <dependency> <groupId>com.sun</groupId>