Author: tn Date: Mon May 19 15:44:02 2014 New Revision: 1595934 URL: http://svn.apache.org/r1595934 Log: Update dependencies to parent.
Modified: commons/proper/math/trunk/src/userguide/pom.xml Modified: commons/proper/math/trunk/src/userguide/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/userguide/pom.xml?rev=1595934&r1=1595933&r2=1595934&view=diff ============================================================================== --- commons/proper/math/trunk/src/userguide/pom.xml (original) +++ commons/proper/math/trunk/src/userguide/pom.xml Mon May 19 15:44:02 2014 @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-math3-examples</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.4-SNAPSHOT</version> <name>Commons Math User Guide</name> <inceptionYear>2003</inceptionYear> <description>Examples</description> @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.4-SNAPSHOT</version> </dependency> <dependency> <groupId>com.xeiam.xchart</groupId>