[java-metadata-aggregator] branch main updated: Pin to released parent and shib-shared
Ian Young
ian at iay.org.uk
Sun Sep 17 09:43:02 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=23d995e6f6934beaa1e46e2062e08d44f4694bd5
The following commit(s) were added to refs/heads/main by this push:
new 23d995e Pin to released parent and shib-shared
23d995e is described below
commit 23d995e6f6934beaa1e46e2062e08d44f4694bd5
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sun Sep 17 10:42:57 2023 +0100
Pin to released parent and shib-shared
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2f7f872..96063e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.1</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -32,7 +32,7 @@
<properties>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.0.0</shib-shared.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
<aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list