Author: chatellier Date: 2009-08-19 09:24:40 +0000 (Wed, 19 Aug 2009) New Revision: 2513 Modified: isis-fish/trunk/pom.xml Log: Update commons-math, jsch, h2 and javadoc plugin Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-07-24 16:24:17 UTC (rev 2512) +++ isis-fish/trunk/pom.xml 2009-08-19 09:24:40 UTC (rev 2513) @@ -109,9 +109,9 @@ </dependency> <dependency> - <groupId>commons-math</groupId> + <groupId>org.apache.commons</groupId> <artifactId>commons-math</artifactId> - <version>1.2</version> + <version>2.0</version> <scope>compile</scope> </dependency> @@ -205,7 +205,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.41</version> + <version>0.1.42</version> <scope>compile</scope> </dependency> @@ -221,7 +221,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.116</version> + <version>1.1.117</version> <scope>compile</scope> </dependency> @@ -563,7 +563,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> + <version>2.6</version> <configuration> <links> <link>http://java.sun.com/javase/6/docs/api/</link>