[java-metadata-aggregator] 02/02: Move dependencies up to current snapshots
Ian Young
ian at iay.org.uk
Thu Jun 11 10:33:28 UTC 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=c4d019eae534771c5f549741cc160ad61c6cbb0b
commit c4d019eae534771c5f549741cc160ad61c6cbb0b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jun 11 11:33:19 2020 +0100
Move dependencies up to current snapshots
---
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 523aeb0..41bce4a 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</version>
+ <version>11.1.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -32,8 +32,8 @@
</modules>
<properties>
- <java-support.version>8.0.0</java-support.version>
- <spring-extensions.version>6.0.0</spring-extensions.version>
+ <java-support.version>8.1.0-SNAPSHOT</java-support.version>
+ <spring-extensions.version>6.1.0-SNAPSHOT</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