[java-oidc-common] branch main updated: Move to release versions of enforcer and enforcer-data

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 19 20:18:17 UTC 2022


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

rdw pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=1016c1f51d99df38b5a20ccaa6b89ec1b2689032

The following commit(s) were added to refs/heads/main by this push:
     new 1016c1f  Move to release versions of enforcer and enforcer-data
1016c1f is described below

commit 1016c1f51d99df38b5a20ccaa6b89ec1b2689032
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 19 20:11:30 2022 +0000

    Move to release versions of enforcer and enforcer-data
    
    Add missing master keytool and remove old and now unused keyrings.
---
 oidc-common-dist/pom.xml                                |   6 +++---
 .../src/main/enforcer/keyRings/com.nimbusds.gpg         | Bin 1237 -> 0 bytes
 .../src/main/enforcer/keyRings/net.minidev.gpg          | Bin 3542 -> 0 bytes
 oidc-common-dist/src/main/enforcer/shibbolethKeys.gpg   | Bin 0 -> 55209 bytes
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 3b28621..062a475 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -73,7 +73,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0-SNAPSHOT</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -88,8 +88,8 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.0-SNAPSHOT</dataVersion>
-                                    <dataKeyRing>${basedir}/src/main/enforcer/shibKeys.gpg</dataKeyRing>
+                                    <dataVersion>1.0.0</dataVersion>
+                                    <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
                                     <zipFiles>${project.build.directory}/${dist.finalName}.zip</zipFiles>
                                     <tgzFiles>${project.build.directory}/${dist.finalName}.tar.gz</tgzFiles>
diff --git a/oidc-common-dist/src/main/enforcer/keyRings/com.nimbusds.gpg b/oidc-common-dist/src/main/enforcer/keyRings/com.nimbusds.gpg
deleted file mode 100644
index 130d917..0000000
Binary files a/oidc-common-dist/src/main/enforcer/keyRings/com.nimbusds.gpg and /dev/null differ
diff --git a/oidc-common-dist/src/main/enforcer/keyRings/net.minidev.gpg b/oidc-common-dist/src/main/enforcer/keyRings/net.minidev.gpg
deleted file mode 100644
index 5ba9044..0000000
Binary files a/oidc-common-dist/src/main/enforcer/keyRings/net.minidev.gpg and /dev/null differ
diff --git a/oidc-common-dist/src/main/enforcer/shibbolethKeys.gpg b/oidc-common-dist/src/main/enforcer/shibbolethKeys.gpg
new file mode 100644
index 0000000..6669d1e
Binary files /dev/null and b/oidc-common-dist/src/main/enforcer/shibbolethKeys.gpg differ

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


More information about the commits mailing list