Repository: maven-surefire Updated Branches: refs/heads/3.0-rc1 781312a3b -> c7c76ea60
[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/c7c76ea6 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c7c76ea6 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c7c76ea6 Branch: refs/heads/3.0-rc1 Commit: c7c76ea6024527e4310698bfdf529f14341b9ce6 Parents: 781312a Author: Tibor17 <tibo...@lycos.com> Authored: Thu Jan 7 18:49:19 2016 +0100 Committer: Tibor17 <tibo...@lycos.com> Committed: Thu Jan 7 18:49:19 2016 +0100 ---------------------------------------------------------------------- maven-surefire-report-plugin/pom.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c7c76ea6/maven-surefire-report-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index ba6a07e..320f9c4 100644 --- a/maven-surefire-report-plugin/pom.xml +++ b/maven-surefire-report-plugin/pom.xml @@ -121,7 +121,7 @@ See DefaultContainerConfiguration and AbstractMojoTestCase#L248 <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>3.0.0</version> + <version>2.1</version> <scope>test</scope> </dependency> <!--<dependency> @@ -137,12 +137,12 @@ See DefaultContainerConfiguration and AbstractMojoTestCase#L248 <version>1.7</version> <scope>test</scope> </dependency>--> - <dependency> + <!--<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> <version>0.9.0.M2</version> <scope>test</scope> - </dependency> + </dependency>--> <!--<dependency> <groupId>org.sonatype.sisu</groupId> <artifactId>sisu-inject-plexus</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c7c76ea6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a593ad..b421ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0</version> + <version>${mavenVersion}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId>