[java-metadata-aggregator] 02/03: JPAR-104 - track dependencies for Java 11 support

Ian Young ian at iay.org.uk
Tue Jan 29 09:51:20 EST 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=b6ee495fde63c948ec92ba275d1b6d3b1e57daf5

commit b6ee495fde63c948ec92ba275d1b6d3b1e57daf5
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 29 14:18:09 2019 +0000

    JPAR-104 - track dependencies for Java 11 support
---
 aggregator-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index d1e47ac..656e19e 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>7.11.0-SNAPSHOT</version>
+        <version>7.11.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>
@@ -30,7 +30,7 @@
     </modules>
 
     <properties>
-        <java-support.version>7.2.0</java-support.version>
+        <java-support.version>7.4.3-SNAPSHOT</java-support.version>
         <spring-extensions.version>5.2.0</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../aggregator-parent/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