Author: olamy Date: Tue Sep 3 06:20:06 2013 New Revision: 1519576 URL: http://svn.apache.org/r1519576 Log: fix relocation
Modified: commons/sandbox/monitoring/trunk/core/pom.xml Modified: commons/sandbox/monitoring/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/core/pom.xml?rev=1519576&r1=1519575&r2=1519576&view=diff ============================================================================== --- commons/sandbox/monitoring/trunk/core/pom.xml (original) +++ commons/sandbox/monitoring/trunk/core/pom.xml Tue Sep 3 06:20:06 2013 @@ -61,7 +61,7 @@ <relocations> <relocation> <pattern>org.apache.commons.math3</pattern> - <shadedPattern>org.apache.commons.monitoring.math</shadedPattern> + <shadedPattern>org.apache.commons.monitoring.math3</shadedPattern> </relocation> </relocations> </configuration>