You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/10/22 21:40:07 UTC

[incubator-sedona] branch master updated: [SEDONA-181] Bump scalatest-maven-plugin to make it respect JAVA_HOME (#702)

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new bba54447 [SEDONA-181] Bump scalatest-maven-plugin to make it respect JAVA_HOME (#702)
bba54447 is described below

commit bba5444729555b93df59a36f44e71ef99a2f1d1f
Author: Sergey Nuyanzin <se...@aiven.io>
AuthorDate: Sat Oct 22 23:40:01 2022 +0200

    [SEDONA-181] Bump scalatest-maven-plugin to make it respect JAVA_HOME (#702)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e373901..1c779b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
             <plugin>
                 <groupId>org.scalatest</groupId>
                 <artifactId>scalatest-maven-plugin</artifactId>
-                <version>1.0</version>
+                <version>2.2.0</version>
                 <configuration>
                     <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
                     <junitxml>.</junitxml>