You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/06/22 19:18:31 UTC

[myfaces-homepage] branch master updated: Update release verfication for 2.2-4.0 pages, update checking signature link

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

volosied pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new 999202d  Update release verfication for 2.2-4.0 pages, update checking signature link
     new 0cd1d4f  Merge pull request #33 from volosied/myfaces-4400-4401
999202d is described below

commit 999202d33ed1a42b2d6a38ed63024629b6d2089f
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu Jun 3 10:08:49 2021 -0400

    Update release verfication for 2.2-4.0 pages, update checking signature link
---
 core22.md              | 3 ++-
 core23.md              | 3 ++-
 core23next.md          | 3 ++-
 core30.md              | 3 ++-
 core40.md              | 3 ++-
 releaseVerification.md | 2 +-
 6 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/core22.md b/core22.md
index 4034dce..8fcb5b4 100644
--- a/core22.md
+++ b/core22.md
@@ -36,7 +36,8 @@ Implementation of the JavaServerâ„¢ Faces (JSF) 2.2 specification.
 </dependency>
 ```
 
-[Release Verification](/releaseVerification.md ':include')
+## Release Verification
+Steps for checksum & signature verification can be found [here](/releaseVerification.md)
 
 ## Configuration
 
diff --git a/core23.md b/core23.md
index 989af81..10b9dfb 100644
--- a/core23.md
+++ b/core23.md
@@ -36,7 +36,8 @@ Implementation of the JavaServerâ„¢ Faces (JSF) 2.3 specification.
 </dependency>
 ```
 
-[Release Verification](/releaseVerification.md ':include')
+## Release Verification
+Steps for checksum & signature verification can be found [here](/releaseVerification.md)
 
 ## Configuration
 
diff --git a/core23next.md b/core23next.md
index f5fc28a..7baa603 100644
--- a/core23next.md
+++ b/core23next.md
@@ -52,7 +52,8 @@ What are the disadvantages compared to 2.3?
 </dependency>
 ```
 
-[Release Verification](/releaseVerification.md ':include')
+## Release Verification
+Steps for checksum & signature verification can be found [here](/releaseVerification.md)
 
 ## Configuration
 
diff --git a/core30.md b/core30.md
index ac68315..7d2c617 100644
--- a/core30.md
+++ b/core30.md
@@ -37,7 +37,8 @@ Implementation of the Jakarta Server Faces 3.0 specification.
 </dependency>
 ```
 
-[Release Verification](/releaseVerification.md ':include')
+## Release Verification
+Steps for checksum & signature verification can be found [here](/releaseVerification.md)
 
 ## Configuration
 
diff --git a/core40.md b/core40.md
index 2f2a9b1..4198ac7 100644
--- a/core40.md
+++ b/core40.md
@@ -37,7 +37,8 @@ What are the benefits compared to our older versions?
 </dependency>
 ```
 
-[Release Verification](/releaseVerification.md ':include')
+## Release Verification
+Steps for checksum & signature verification can be found [here](/releaseVerification.md)
 
 ## Configuration
 
diff --git a/releaseVerification.md b/releaseVerification.md
index 586dbf2..c5d94bf 100644
--- a/releaseVerification.md
+++ b/releaseVerification.md
@@ -34,4 +34,4 @@ Then, to verify the signatures through the gpg command line, use the following c
 % gpg --verify myfaces-core-X.Y.Z-bin.tar.gz.asc myfaces-core-X.Y.Z-bin.tar.gz
 ```
 
-More can be read about verifying downloads [here](https://www.apache.org/info/verification.html#). 
\ No newline at end of file
+More can be read about verifying downloads [here](https://www.apache.org/info/verification.html#CheckingSignatures). 
\ No newline at end of file