You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by cl...@apache.org on 2020/02/17 19:29:12 UTC

[db-jdo-site] branch master updated: update verification process

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

clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 03a2c6b  update verification process
03a2c6b is described below

commit 03a2c6b96a2d521ec0fe95c506b4d30862a3f6f9
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Mon Feb 17 11:28:35 2020 -0800

    update verification process
---
 src/main/asciidoc/release-3.1.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/asciidoc/release-3.1.adoc b/src/main/asciidoc/release-3.1.adoc
index c361de2..3ad7bee 100644
--- a/src/main/asciidoc/release-3.1.adoc
+++ b/src/main/asciidoc/release-3.1.adoc
@@ -93,14 +93,14 @@ these commands (depending on your tool set):
 
 [source]
 % pgpk -a KEYS 
-% pgpv release_name.tar.gz.asc
+% pgpv release_artifact.asc
 
 [source]
 % pgp -ka KEYS
-% pgp release_name.tar.gz.asc
+% pgp release_artifact.asc
 
 [source]
 % gpg --import KEYS
-% gpg --verify release_name.tar.gz.asc
+% gpg --verify release_artifact.asc