[java-support] 04/26: Move to release versions of enforcer and enforcer-data
Scott Cantor
cantor.2 at osu.edu
Tue Apr 12 14:38:29 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/JSPT-111
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=37a6d041a065b835a270aa7efa4b8b1fbd67e92d
commit 37a6d041a065b835a270aa7efa4b8b1fbd67e92d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 19 19:58:50 2022 +0000
Move to release versions of enforcer and enforcer-data
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a1b7fba..21506b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,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>
@@ -224,7 +224,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>.</parentPomDir>
<zipFiles/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list