[java-identity-provider] 05/06: Change data coordinates to net.shibboleth.maven.enforcer.rules:maven-dist-enforcer-data:1.0.0-SNAPSHOT:jar
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 10 15:06:46 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/JMVN-7.JMVN-1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=808a4be26e2fd76f1223329fc99c1358755a1e67
commit 808a4be26e2fd76f1223329fc99c1358755a1e67
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 10 14:51:11 2021 +0000
Change data coordinates to net.shibboleth.maven.enforcer.rules:maven-dist-enforcer-data:1.0.0-SNAPSHOT:jar
---
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 b47c5682e..cb21c1fe5 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -267,8 +267,8 @@
<configuration>
<rules>
<jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
- <dataGroupId>net.shibboleth.gpg</dataGroupId>
- <dataArtifactId>gpgdata</dataArtifactId>
+ <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
+ <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
<dataVersion>1.0.0-SNAPSHOT</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list