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 2021/10/06 19:07:30 UTC

[incubator-sedona] branch master updated: Fix the CI tests

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 671a109  Fix the CI tests
671a109 is described below

commit 671a109c31cd249e5c4dbd093a2789ced6ce8f0f
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Oct 6 12:07:23 2021 -0700

    Fix the CI tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 567b206..df83075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>
-                        <phase>verify</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>sign</goal>
                         </goals>