Repository: maven-surefire Updated Branches: refs/heads/3.0-rc1 e0d56a69e -> f5b6a7bdf
[SUREFIRE] preparation for 3.0 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f5b6a7bd Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f5b6a7bd Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/f5b6a7bd Branch: refs/heads/3.0-rc1 Commit: f5b6a7bdfdfe78ebfd7833f13b24ff811ad67bed Parents: e0d56a6 Author: Tibor17 <tibo...@lycos.com> Authored: Sun Jan 17 22:40:27 2016 +0100 Committer: Tibor17 <tibo...@lycos.com> Committed: Sun Jan 17 22:40:27 2016 +0100 ---------------------------------------------------------------------- maven-surefire-common/pom.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f5b6a7bd/maven-surefire-common/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index 25c0e0d..9bdd1f0 100644 --- a/maven-surefire-common/pom.xml +++ b/maven-surefire-common/pom.xml @@ -158,7 +158,7 @@ <include>commons-io:commons-io</include> </includes> </artifactSet> - <relocations> + <!--<relocations> <relocation> <pattern>org.apache.maven.shared</pattern> <shadedPattern>org.apache.maven.surefire.shade.org.apache.maven.shared</shadedPattern> @@ -167,7 +167,7 @@ <pattern>org.apache.commons.io</pattern> <shadedPattern>org.apache.maven.surefire.shade.org.apache.commons.io</shadedPattern> </relocation> - </relocations> + </relocations>--> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f5b6a7bd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0514748..a0315bc 100644 --- a/pom.xml +++ b/pom.xml @@ -317,7 +317,7 @@ </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> - <version>1.5</version> + <version>2.4.3</version> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId>