[java-parent-project] branch main updated: Update Spring Web Flow to 3.0.0 (GA)
Ian Young
ian at iay.org.uk
Thu Jul 13 15:48:53 UTC 2023
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=411d09085124a39db8a3c6556fe8b6ebb18fd954
The following commit(s) were added to refs/heads/main by this push:
new 411d090 Update Spring Web Flow to 3.0.0 (GA)
411d090 is described below
commit 411d09085124a39db8a3c6556fe8b6ebb18fd954
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jul 13 16:48:47 2023 +0100
Update Spring Web Flow to 3.0.0 (GA)
---
pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index eb1e095..d1a5720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<spring.groupId>org.springframework</spring.groupId>
<spring.version>6.0.9</spring.version>
<spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
- <spring-webflow.version>3.0.0-RC1</spring-webflow.version>
+ <spring-webflow.version>3.0.0</spring-webflow.version>
<velocity.version>2.3</velocity.version>
<xmlsec.version>2.3.2</xmlsec.version>
<xmlunit.version>2.9.1</xmlunit.version>
@@ -123,10 +123,7 @@
<javase.link>https://docs.oracle.com/en/java/javase/11/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>
- <!-- 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/3.0.0-SNAPSHOT/javadoc</spring-webflow.link>
<!--
Dummy *but real* version strings for our own components.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list