[java-idp-plugin-metadatagen] branch main updated: JMETAGEN-6 Release V2.0.0
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 13 14:20:45 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=ad2eaef06b36ef94a80c6c52ea0cac6cd6d23bc6
The following commit(s) were added to refs/heads/main by this push:
new ad2eaef JMETAGEN-6 Release V2.0.0
ad2eaef is described below
commit ad2eaef06b36ef94a80c6c52ea0cac6cd6d23bc6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 13 14:58:34 2023 +0100
JMETAGEN-6 Release V2.0.0
https://shibboleth.atlassian.net/jira/software/c/projects/JMETAGEN/issues/JMETAGEN-6
Pin Parent to 17.0.0 and IdP to 5.0.0 in preparation for release
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 20a2042..2c5c16a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.0</version>
</parent>
<groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
@@ -17,12 +17,12 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.0.0</opensaml.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
- <shib-profile.version>5.0.0-SNAPSHOT</shib-profile.version>
+ <shib-shared.version>9.0.0</shib-shared.version>
+ <shib-profile.version>5.0.0</shib-profile.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list