Author: chatellier Date: 2008-11-18 17:20:42 +0000 (Tue, 18 Nov 2008) New Revision: 1596 Modified: isis-fish/trunk/pom.xml Log: Remove jdic, update libs, switch to stable release Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-11-18 14:18:22 UTC (rev 1595) +++ isis-fish/trunk/pom.xml 2008-11-18 17:20:42 UTC (rev 1596) @@ -21,12 +21,6 @@ <dependencies> <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic</artifactId> - <version>20061102</version> - </dependency> - - <dependency> <groupId>org.jdesktop</groupId> <artifactId>beansbinding</artifactId> <version>1.2.1</version> @@ -75,14 +69,14 @@ <version>${lutinwidget.version}</version> <scope>compile</scope> </dependency> - <!-- + <dependency> <groupId>lutinlib</groupId> <artifactId>lutinxml</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.7</version> <scope>compile</scope> </dependency> ---> + <!-- librairie commandline <dependency> <groupId>org.codelutin.commandline</groupId> @@ -90,7 +84,7 @@ <version>0.6</version> <scope>compile</scope> </dependency> ---> + --> <!-- <dependency> <groupId>lutinlib</groupId> @@ -245,7 +239,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinj2r</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <scope>compile</scope> </dependency> @@ -253,7 +247,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.0.60</version> + <version>1.1.103</version> <scope>compile</scope> </dependency> <!-- @@ -481,13 +475,13 @@ <current.version>3.2.0.2-SNAPSHOT</current.version> <!-- jaxx version --> - <jaxx.version>0.6-SNAPSHOT</jaxx.version> + <jaxx.version>0.6</jaxx.version> <!-- generator version --> <generator.version>0.61</generator.version> <!-- topia version --> - <topia.version>2.0.28</topia.version> + <topia.version>2.0.29</topia.version> <!-- lutinwidget version --> <lutinwidget.version>0.10</lutinwidget.version> @@ -615,7 +609,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinmatrix</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <scope>compile</scope> </dependency> </dependencies> @@ -803,50 +797,4 @@ <url>${maven.scm.url}</url> </scm> - <!-- - | - | P L A T E F O R M S P E C I F I C D E P E N D E N C I E S - | - +--> - <profiles> - <!--repositories> - <repository> - <id>java.net</id> - <url>https://maven-repository.dev.java.net/nonav/repository</url> - <layout>legacy</layout> - </repository> - </repositories--> - <!--/profile--> - <!--profile> - <id>windows</id> - <activation> - <os> - <family>windows</family> - </os> - </activation> - <dependencies> - <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic_stub-windows</artifactId> - <version>20061102</version> - </dependency> - </dependencies> - </profile> - <profile> - <id>linux</id> - <activation> - <os> - <family>unix</family> - </os> - </activation> - <dependencies> - <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic_stub-linux</artifactId> - <version>20061102</version> - </dependency> - </dependencies> - </profile--> - </profiles> - </project>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org