[java-oidc-common] branch main updated: Move the enforcer and enforcer data up to latest (SNAPSHOT) versions

Rod Widdowson rdw at steadingsoftware.com
Thu Jan 27 11:27:04 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=2b733204a90b39a9d587173d99c55cf21db8f265

The following commit(s) were added to refs/heads/main by this push:
     new 2b73320  Move the enforcer and enforcer data up to latest (SNAPSHOT) versions
2b73320 is described below

commit 2b733204a90b39a9d587173d99c55cf21db8f265
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jan 27 11:26:55 2022 +0000

    Move the enforcer and enforcer data up to latest (SNAPSHOT) versions
---
 oidc-common-dist/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 062a475..23696e9 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</version>
+                        <version>3.1.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -88,7 +88,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</dataVersion>
+                                    <dataVersion>1.0.1-SNAPSHOT</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
                                     <zipFiles>${project.build.directory}/${dist.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