[java-idp-plugin-scripting] branch main updated: Cleanup gpg terminology Eschew 'certificates' in favor of 'keys'

Rod Widdowson rdw at steadingsoftware.com
Thu Nov 26 11:03:19 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=e046c196a4255a63df44fd179b71740771ef2ec8

The following commit(s) were added to refs/heads/main by this push:
       new  e046c19   Cleanup gpg terminology Eschew 'certificates' in favor of 'keys'
e046c19 is described below

commit e046c196a4255a63df44fd179b71740771ef2ec8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 26 11:02:49 2020 +0000

    Cleanup gpg terminology
    Eschew 'certificates' in favor of 'keys'
---
 nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml | 2 +-
 nashorn-dist/src/main/assembly/plugin-assembly-zip.xml | 2 +-
 rhino-dist/src/main/assembly/plugin-assembly-tgz.xml   | 2 +-
 rhino-dist/src/main/assembly/plugin-assembly-zip.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml b/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
index 5fff5e1..feba5ea 100644
--- a/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
+++ b/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
@@ -39,7 +39,7 @@
             </includes>
         </fileSet>
         <fileSet>
-            <!--  The signing certificates -->
+            <!--  The signing keys -->
             <directory>src/main/resources/bootstrap</directory>
             <outputDirectory>bootstrap</outputDirectory>
             <includes>
diff --git a/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml b/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
index b3d8887..2668b1f 100644
--- a/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
+++ b/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
@@ -40,7 +40,7 @@
             <lineEnding>windows</lineEnding>
         </fileSet>
         <fileSet>
-            <!--  The signing certificates -->
+            <!--  The signing keys -->
             <directory>src/main/resources/bootstrap</directory>
             <outputDirectory>bootstrap</outputDirectory>
             <includes>
diff --git a/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml b/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
index 33da7f6..0b4ab0a 100644
--- a/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
+++ b/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
@@ -39,7 +39,7 @@
             </includes>
         </fileSet>
         <fileSet>
-            <!--  The signing certificates -->
+            <!--  The signing keys -->
             <directory>src/main/resources/bootstrap</directory>
             <outputDirectory>bootstrap</outputDirectory>
             <includes>
diff --git a/rhino-dist/src/main/assembly/plugin-assembly-zip.xml b/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
index 3667477..cec1229 100644
--- a/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
+++ b/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
@@ -40,7 +40,7 @@
             <lineEnding>windows</lineEnding>
         </fileSet>
         <fileSet>
-            <!--  The signing certificates -->
+            <!--  The signing keys -->
             <directory>src/main/resources/bootstrap</directory>
             <outputDirectory>bootstrap</outputDirectory>
             <includes>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list