[java-idp-plugin-oidc-rp] branch main updated: Override maven enforcer data version ready for release

Phil Smart philip.smart at jisc.ac.uk
Fri May 12 16:00:09 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=33f955967551db82009aa28eee7ee7f5f6949183

The following commit(s) were added to refs/heads/main by this push:
     new 33f9559  Override maven enforcer data version ready for release
33f9559 is described below

commit 33f955967551db82009aa28eee7ee7f5f6949183
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 17:00:07 2023 +0100

    Override maven enforcer data version ready for release
    
     - This is to overcome the issue with oidc-config moving groupId to
    net.shibboleth.idp.plugin.config.oidc and the enforcer needed to copy a
    keyring over.
     - The override should be removed once a new parent is released
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index eacab8f..fd66c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
         <okhttp3.tls.version>4.9.3</okhttp3.tls.version>
         <idp.oidc.groupId>net.shibboleth.oidc</idp.oidc.groupId>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+    	<maven-dist-enforcer-data.version>1.0.13-SNAPSHOT</maven-dist-enforcer-data.version>
     </properties>
 
     <distributionManagement>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list