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/11/16 18:21:47 UTC

[incubator-sedona] branch release-practice updated: Update docs

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

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


The following commit(s) were added to refs/heads/release-practice by this push:
     new 1a08dbf5 Update docs
1a08dbf5 is described below

commit 1a08dbf53786390d68a6a1e595da6cf77afa021d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Nov 16 10:21:40 2022 -0800

    Update docs
---
 docs/community/release-manager.md | 1 -
 pom.xml                           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/community/release-manager.md b/docs/community/release-manager.md
index 2f778da0..921711ae 100644
--- a/docs/community/release-manager.md
+++ b/docs/community/release-manager.md
@@ -94,7 +94,6 @@ Please replace all capitalized text with your own ID and password.
     <profile>
       <id>gpg</id>
       <properties>
-        <gpg.executable>gpg2</gpg.executable>
         <gpg.passphrase>YOUR_GPG_PASSPHRASE</gpg.passphrase>
       </properties>
     </profile>
diff --git a/pom.xml b/pom.xml
index 5d272bb2..fb98ba83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>
-                <version>1.5</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>