You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/12/29 07:03:54 UTC

git commit: o Upgraded shaded version, removed p-u from shade config

Updated Branches:
  refs/heads/master 8ca4a0ddf -> 49eedd6d0


o Upgraded shaded version, removed p-u from shade config


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/49eedd6d
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/49eedd6d
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/49eedd6d

Branch: refs/heads/master
Commit: 49eedd6d07b5f91eb523bc729eb8676a3380382e
Parents: 8ca4a0d
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Sat Dec 29 07:02:28 2012 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Sat Dec 29 07:02:28 2012 +0100

----------------------------------------------------------------------
 pom.xml              |    2 +-
 surefire-api/pom.xml |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/49eedd6d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2fea7e3..c29ada6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <shadedVersion>2.12.4</shadedVersion>
+    <shadedVersion>2.13</shadedVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
 
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/49eedd6d/surefire-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index e770b56..e44d040 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -70,17 +70,12 @@
               <minimizeJar>true</minimizeJar>
               <artifactSet>
                 <includes>
-                  <include>org.codehaus.plexus:plexus-utils</include>
                   <include>org.apache.maven.shared:maven-shared-utils</include>
                   <include>commons-lang:commons-lang</include>
                 </includes>
               </artifactSet>
               <relocations>
                 <relocation>
-                  <pattern>org.codehaus.plexus.util</pattern>
-                  <shadedPattern>org.apache.maven.surefire.shade.org.codehaus.plexus.util</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>org.apache.maven.shared</pattern>
                   <shadedPattern>org.apache.maven.surefire.shade.org.apache.maven.shared</shadedPattern>
                 </relocation>