Author: chatellier Date: 2008-11-19 10:00:57 +0000 (Wed, 19 Nov 2008) New Revision: 1601 Modified: isis-fish/trunk/pom.xml Log: Move isis to use topia-persistence module. Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-11-19 09:26:58 UTC (rev 1600) +++ isis-fish/trunk/pom.xml 2008-11-19 10:00:57 UTC (rev 1601) @@ -43,8 +43,8 @@ </dependency> --> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>topia</artifactId> + <groupId>org.codelutin.topia</groupId> + <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> <scope>compile</scope> </dependency> @@ -52,7 +52,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>topia-service</artifactId> - <version>0.9.1</version> + <version>1.0.0-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -442,13 +442,6 @@ </dependency> <!-- fin svnkit pour communication subversion --> - <!--<dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.6.0</version> - <scope>compile</scope> - </dependency>--> - </dependencies> <!-- ************************************************************* --> @@ -484,10 +477,10 @@ <jaxx.version>0.6</jaxx.version> <!-- generator version --> - <generator.version>0.61</generator.version> + <generator.version>0.62-SNAPSHOT</generator.version> <!-- topia version --> - <topia.version>2.0.29</topia.version> + <topia.version>2.1.0-SNAPSHOT</topia.version> <!-- lutinwidget version --> <lutinwidget.version>0.10</lutinwidget.version> @@ -571,10 +564,10 @@ </executions> <dependencies> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>topia</artifactId> + <groupId>org.codelutin.topia</groupId> + <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> </dependencies> </plugin> @@ -598,25 +591,25 @@ <groupId>org.codelutin</groupId> <artifactId>lutinwidget</artifactId> <version>${lutinwidget.version}</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>topia</artifactId> + <groupId>org.codelutin.topia</groupId> + <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> <dependency> <groupId>jfreechart</groupId> <artifactId>jfreechart</artifactId> <version>0.9.3</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinmatrix</artifactId> <version>1.1</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> </dependencies> </plugin>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org