[java-metadata-aggregator] branch master updated: Pin Shibboleth dependencies to released versions until we need snapshots again
Ian Young
ian at iay.org.uk
Thu Mar 12 06:51:51 EDT 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=c9d9260a4d8c3fff90eb89683f16a3f9d9a0cb4d
The following commit(s) were added to refs/heads/master by this push:
new c9d9260 Pin Shibboleth dependencies to released versions until we need snapshots again
c9d9260 is described below
commit c9d9260a4d8c3fff90eb89683f16a3f9d9a0cb4d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 12 10:51:04 2020 +0000
Pin Shibboleth dependencies to released versions until we need snapshots again
---
aggregator-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 48e89c7..523aeb0 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -32,8 +32,8 @@
</modules>
<properties>
- <java-support.version>8.0.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>6.0.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>8.0.0</java-support.version>
+ <spring-extensions.version>6.0.0</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../aggregator-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<aggregator-parent.site.url>${shibboleth.site.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