Repository: commons-text
Updated Branches:
  refs/heads/master 74bf2cf7d -> 736326bff


shade plugin into beta package


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/736326bf
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/736326bf
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/736326bf

Branch: refs/heads/master
Commit: 736326bffc40c36c29e8bd718739eec4948cb814
Parents: 74bf2cf
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Tue Jan 24 08:08:13 2017 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Tue Jan 24 08:08:13 2017 -0500

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/736326bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ecf272..1e1b703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,23 +205,23 @@
           <relocations>
             <relocation>
               <pattern>org.apache.commons.lang3.builder.</pattern>
-              
<shadedPattern>org.apache.commons.text._lang3.builder.__</shadedPattern>
+              
<shadedPattern>org.apache.commons.text.beta._lang3.builder.__</shadedPattern>
             </relocation>
             <relocation>
               <pattern>org.apache.commons.lang3.exception.</pattern>
-              
<shadedPattern>org.apache.commons.text._lang3.exception.__</shadedPattern>
+              
<shadedPattern>org.apache.commons.text.beta._lang3.exception.__</shadedPattern>
             </relocation>
             <relocation>
               <pattern>org.apache.commons.lang3.mutable.</pattern>
-              
<shadedPattern>org.apache.commons.text._lang3.mutable.__</shadedPattern>
+              
<shadedPattern>org.apache.commons.text.beta._lang3.mutable.__</shadedPattern>
             </relocation>
             <relocation>
               <pattern>org.apache.commons.lang3.tuple.</pattern>
-              
<shadedPattern>org.apache.commons.text._lang3.tuple.__</shadedPattern>
+              
<shadedPattern>org.apache.commons.text.beta._lang3.tuple.__</shadedPattern>
             </relocation>
             <relocation>
               <pattern>org.apache.commons.lang3.</pattern>
-              <shadedPattern>org.apache.commons.text._lang3.__</shadedPattern>
+              
<shadedPattern>org.apache.commons.text.beta._lang3.__</shadedPattern>
             </relocation>
           </relocations>
         </configuration>

Reply via email to