[java-parent-project] branch main updated: Use Spring Webflow Javadoc from our temporary fork
Ian Young
ian at iay.org.uk
Thu Jun 2 10:46:54 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay 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=c7bf6a5654a16605e8ebcf1eda783afd280eb239
The following commit(s) were added to refs/heads/main by this push:
new c7bf6a5 Use Spring Webflow Javadoc from our temporary fork
c7bf6a5 is described below
commit c7bf6a5654a16605e8ebcf1eda783afd280eb239
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jun 2 11:46:48 2022 +0100
Use Spring Webflow Javadoc from our temporary fork
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index a874c94..f358086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,10 @@
<joda-time.link>https://www.joda.org/joda-time/apidocs</joda-time.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>
+ <!-- Using our temporary fork of spring-webflow for now.
<spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api</spring-webflow.link>
+ -->
+ <spring-webflow.link>https://shibboleth.net/sites/snapshot/spring-webflow/${spring-webflow.version}/javadoc</spring-webflow.link>
<testng.link>https://jitpack.io/com/github/cbeust/testng/master/javadoc</testng.link>
<!--
@@ -796,9 +799,7 @@
<!-- The Java SE link is possibly not used (see JPAR-163) -->
<link>${javase.link}</link>
<link>${spring-framework.link}</link>
- <!-- not available on SNAPSHOT
<link>${spring-webflow.link}</link>
- -->
<link>${guava.link}</link>
<link>${joda-time.link}</link>
<link>${testng.link}</link>
@@ -987,9 +988,7 @@
<!-- The Java SE link is possibly not used (see JPAR-163) -->
<link>${javase.link}</link>
<link>${spring-framework.link}</link>
- <!-- not available on SNAPSHOT
<link>${spring-webflow.link}</link>
- -->
<link>${guava.link}</link>
<link>${joda-time.link}</link>
<link>${testng.link}</link>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list