[java-parent-project] branch main updated: JPAR-222 - Update JSE Javadoc links to Java 17

Scott Cantor cantor.2 at osu.edu
Mon Jul 24 18:40:03 UTC 2023


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

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=e33ecb2a0a6e2d2a1de42e38ffa8e0be50b6bd08

The following commit(s) were added to refs/heads/main by this push:
     new e33ecb2  JPAR-222 - Update JSE Javadoc links to Java 17
e33ecb2 is described below

commit e33ecb2a0a6e2d2a1de42e38ffa8e0be50b6bd08
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 14:40:01 2023 -0400

    JPAR-222 - Update JSE Javadoc links to Java 17
    
    https://shibboleth.atlassian.net/browse/JPAR-222
    
    Used compiler version to ideally make this float.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a4bee8..4af8aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
             Ordered alphabetically by property name.
         -->
         <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs</guava.link>
-        <javase.link>https://docs.oracle.com/en/java/javase/11/docs/api</javase.link>
+        <javase.link>https://docs.oracle.com/en/java/javase/${maven.compiler.release}/docs/api</javase.link>
         <ldaptive.link>http://www.ldaptive.org/javadocs</ldaptive.link>
         <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api</spring-framework.link>
         <spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}-SNAPSHOT/api</spring-webflow.link>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list