Repository: incubator-beam Updated Branches: refs/heads/master ae6333a41 -> d71d828b7
[BEAM-631] upgrade surefire plugin to 2.19.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e7f8fae2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e7f8fae2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/e7f8fae2 Branch: refs/heads/master Commit: e7f8fae296318e8f7805484e50becfbe5f336bb2 Parents: ae6333a Author: manuzhang <owenzhang1...@gmail.com> Authored: Thu Sep 15 08:39:53 2016 +0800 Committer: manuzhang <owenzhang1...@gmail.com> Committed: Thu Sep 15 08:39:53 2016 +0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- runners/spark/pom.xml | 2 -- .../examples/src/main/resources/archetype-resources/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e7f8fae2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 242a9ce..01b5a88 100644 --- a/pom.xml +++ b/pom.xml @@ -875,7 +875,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.18.1</version> + <version>2.19.1</version> <configuration> <useManifestOnlyJar>false</useManifestOnlyJar> <trimStackTrace>false</trimStackTrace> @@ -886,7 +886,7 @@ <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> - <version>2.18.1</version> + <version>2.19.1</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e7f8fae2/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 14bbd73..228a90b 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -284,8 +284,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <!-- Spark runner requires this surefire version for the fork "control" --> - <version>2.19.1</version> <configuration> <forkCount>1</forkCount> <reuseForks>false</reuseForks> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e7f8fae2/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml index 54b16b0..d3418ef 100644 --- a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml +++ b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml @@ -73,7 +73,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.18.1</version> + <version>2.19.1</version> <configuration> <parallel>all</parallel> <threadCount>4</threadCount> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> - <version>2.18.1</version> + <version>2.19.1</version> </dependency> </dependencies> </plugin>