[java-idp-oidc] branch main updated: Move to release versions of enforcer and enforcer-data (and rename keytool)
Rod Widdowson
rdw at steadingsoftware.com
Wed Jan 19 20:05:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=5e0e7adf6111940e29b9c7fcf497f5fcf9266249
The following commit(s) were added to refs/heads/main by this push:
new 5e0e7adf Move to release versions of enforcer and enforcer-data (and rename keytool)
5e0e7adf is described below
commit 5e0e7adf6111940e29b9c7fcf497f5fcf9266249
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 19 20:04:56 2022 +0000
Move to release versions of enforcer and enforcer-data (and rename keytool)
---
idp-oidc-extension-distribution/pom.xml | 4 ++--
.../src/main/enforcer/{shibKeys.gpg => shibbolethKeys.gpg} | Bin
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 320031db..20cd7338 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -52,7 +52,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>
@@ -67,7 +67,7 @@
<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>
+ <dataVersion>1.0.0</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
<zipFiles>${project.build.directory}/${dist.finalName}.zip</zipFiles>
diff --git a/idp-oidc-extension-distribution/src/main/enforcer/shibKeys.gpg b/idp-oidc-extension-distribution/src/main/enforcer/shibbolethKeys.gpg
similarity index 100%
rename from idp-oidc-extension-distribution/src/main/enforcer/shibKeys.gpg
rename to idp-oidc-extension-distribution/src/main/enforcer/shibbolethKeys.gpg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list