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 36b7796 Make the pom file ready to upload checksum using the resolved
pom (#519)
36b7796 is described below
commit 36b7796262e2fb965da278c0a7443394ba6fde25
Author: Jia Yu <[email protected]>
AuthorDate: Fri May 14 22:56:44 2021 -0700
Make the pom file ready to upload checksum using the resolved pom (#519)
* Make the pom file ready to upload checksum using the resolved pom
* Change the phase again
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f162904..560b6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
<executions>
<execution>
<id>resolve-my-pom</id>
- <phase>prepare-package</phase>
+ <phase>test</phase>
<goals>
<goal>resolve-pom</goal>
</goals>