You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/09/03 08:20:06 UTC

svn commit: r1519576 - /commons/sandbox/monitoring/trunk/core/pom.xml

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>