[xmlsectool] 02/02: Bump signature enforcer dependency to allow .m2 checking
Ian Young
ian at iay.org.uk
Thu Feb 3 15:38:31 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=a5b5cbc8340a4ae7802a8b9cee6de5e93e463344
commit a5b5cbc8340a4ae7802a8b9cee6de5e93e463344
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 3 15:38:24 2022 +0000
Bump signature enforcer dependency to allow .m2 checking
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d8421fb..8c2d50b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<dependency>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
<artifactId>maven-dist-enforcer</artifactId>
- <version>3.0.0</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
@@ -204,7 +204,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.1-SNAPSHOT</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}</parentPomDir>
<zipFiles>${project.build.directory}/${project.artifactId}-${project.version}-bin.zip</zipFiles>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list