[java-identity-provider] branch maint-4.1 updated: Rev enforcer-data to V1.0.0 and enforcer to V3.1.0
Rod Widdowson
rdw at steadingsoftware.com
Mon Jan 17 13:54:13 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=20d194a924c4c281f0e8e8141d917dcbd874d94d
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new 20d194a92 Rev enforcer-data to V1.0.0 and enforcer to V3.1.0
20d194a92 is described below
commit 20d194a924c4c281f0e8e8141d917dcbd874d94d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 17 13:27:43 2022 +0000
Rev enforcer-data to V1.0.0 and enforcer to V3.1.0
Preparation for 4.1.5
---
idp-distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 0ff365a6e..92a5c6c25 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -254,7 +254,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>
@@ -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.0-SNAPSHOT</dataVersion>
+ <dataVersion>1.0.0</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