[java-identity-provider] branch maint-4.1 updated: Pin enforcer data to a released version
Rod Widdowson
rdw at steadingsoftware.com
Thu Mar 24 10:38:00 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=04c74fcc92174f6aee7118b47349db9a7872e110
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new 04c74fcc9 Pin enforcer data to a released version
04c74fcc9 is described below
commit 04c74fcc92174f6aee7118b47349db9a7872e110
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 24 10:37:57 2022 +0000
Pin enforcer data to a released version
---
idp-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index c1b31eed7..af01f8796 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -269,7 +269,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.1-SNAPSHOT</dataVersion>
+ <dataVersion>1.0.2</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
<zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list