[java-idp-plugin-totp] branch maint-1 updated: Unlock parent POM and add Javadoc links.

Scott Cantor cantor.2 at osu.edu
Tue Oct 10 14:41:45 UTC 2023


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

scantor pushed a commit to branch maint-1
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=138511775ef6ec04772ba55c49433f42abb74c06

The following commit(s) were added to refs/heads/maint-1 by this push:
     new 1385117  Unlock parent POM and add Javadoc links.
1385117 is described below

commit 138511775ef6ec04772ba55c49433f42abb74c06
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 10:41:41 2023 -0400

    Unlock parent POM and add Javadoc links.
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34808fb..40e3589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow</name>
@@ -73,6 +73,18 @@
     
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-support/8.4.0</link>
+                        <link>${javadoc.url}/spring-extensions/6.3.0</link>
+                        <link>${javadoc.url}/java-opensaml/4.3.0</link>
+                        <link>${javadoc.url}/java-identity-provider/4.3.1</link>
+                    </links>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>

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


More information about the commits mailing list