[java-idp-plugin-duo] branch main updated: Move to release versions of enforcer and enforcer-data
Rod Widdowson
rdw at steadingsoftware.com
Wed Jan 19 20:07:27 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d6b15ee01aa8dffb2c5ba9feee0ff5eff44757cd
The following commit(s) were added to refs/heads/main by this push:
new d6b15ee Move to release versions of enforcer and enforcer-data
d6b15ee is described below
commit d6b15ee01aa8dffb2c5ba9feee0ff5eff44757cd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 19 20:07:21 2022 +0000
Move to release versions of enforcer and enforcer-data
---
idp-duo-nimbus-distribution/pom.xml | 4 ++--
idp-duo-sdk-distribution/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-duo-nimbus-distribution/pom.xml b/idp-duo-nimbus-distribution/pom.xml
index 70d054d..dd68716 100644
--- a/idp-duo-nimbus-distribution/pom.xml
+++ b/idp-duo-nimbus-distribution/pom.xml
@@ -52,7 +52,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>
@@ -67,7 +67,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}/..</parentPomDir>
<zipFiles>${project.build.directory}/${dist.nimbus.finalName}.zip</zipFiles>
diff --git a/idp-duo-sdk-distribution/pom.xml b/idp-duo-sdk-distribution/pom.xml
index 5dc17b8..9b96797 100644
--- a/idp-duo-sdk-distribution/pom.xml
+++ b/idp-duo-sdk-distribution/pom.xml
@@ -52,7 +52,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>
@@ -67,7 +67,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}/..</parentPomDir>
<zipFiles>${project.build.directory}/${dist.duosdk.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