[java-parent-project] branch maint-11 updated: Remove legacy javadoc support from parent.

Scott Cantor cantor.2 at osu.edu
Thu Oct 5 17:16:38 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/maint-11 by this push:
     new e9d83d8  Remove legacy javadoc support from parent.
e9d83d8 is described below

commit e9d83d8093003b78664be97462afd5e4b47bac4c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 5 13:16:33 2023 -0400

    Remove legacy javadoc support from parent.
---
 pom.xml | 32 ++------------------------------
 1 file changed, 2 insertions(+), 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index f421ade..e3cdf77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,30 +120,8 @@
         <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}/api</spring-webflow.link>
 
-        <!--
-            Dummy *but real* version strings for our own components.
-
-            These are provided solely for the benefit of the Javadoc
-            link templates that follow; this allows those links to
-            resolve even for projects which have no actual dependency on
-            the component. This satisfies the Javadoc processor for projects
-            which do *not* have a dependency on those APIs (see JPAR-116).
-
-            These properties MUST be overridden in any projects which have
-            an actual dependency.
-        -->
-        <java-support.version>8.1.0</java-support.version>
-        <opensaml.version>4.0.1</opensaml.version>
-        <spring-extensions.version>6.0.0</spring-extensions.version>
-
-        <!--
-            These properties describe the locations of API indexes for
-            Shibboleth projects.
-        -->
-        <java-support.link>${shibboleth.site.url}java-support/${java-support.version}/apidocs</java-support.link>
-        <spring-extensions.link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs</spring-extensions.link>
-        <java-opensaml.link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs</java-opensaml.link>
-
+        <!-- New location of javadocs for future 11 branch releases. -->
+        <javadoc.url>https://shibboleth.net/api</javadoc.url>
     </properties>
 
     <!--
@@ -715,9 +693,6 @@
                             <link>${guava.link}</link>
                             <link>${joda-time.link}</link>
                             <link>${ldaptive.link}</link>
-                            <link>${java-support.link}</link>
-                            <link>${java-opensaml.link}</link>
-                            <link>${spring-extensions.link}</link>
                         </links>
                         <quiet>true</quiet>
                         <author>false</author>
@@ -908,9 +883,6 @@
                         <link>${guava.link}</link>
                         <link>${joda-time.link}</link>
                         <link>${ldaptive.link}</link>
-                        <link>${java-support.link}</link>
-                        <link>${java-opensaml.link}</link>
-                        <link>${spring-extensions.link}</link>
                     </links>
                     <quiet>true</quiet>
                     <author>false</author>

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


More information about the commits mailing list