[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 10 19:45:31 EDT 2013


Author: tzeller
Date: Mon Jun 10 19:45:31 2013
New Revision: 149

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=149&view=rev
Log:
Update Spring Web Flow dependency version to 2.3.2.RELEASE. Add spring-webflow groupId and version properties to the v3 parent POM.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=149&r1=148&r2=149&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Mon Jun 10 19:45:31 2013
@@ -30,6 +30,8 @@
         <slf4j.version>1.7.5</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
         <spring.version>3.2.2.RELEASE</spring.version>
+        <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
+        <spring-webflow.version>2.3.2.RELEASE</spring-webflow.version>
         <xalan.groupId>xalan</xalan.groupId>
         <xalan.version>2.7.1</xalan.version>
         <xerces.groupId>org.apache.xerces</xerces.groupId>



More information about the commits mailing list