[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

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


Author: tzeller
Date: Mon Jun 10 19:45:29 2013
New Revision: 4529

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4529&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:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4529&r1=4528&r2=4529&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Mon Jun 10 19:45:29 2013
@@ -156,9 +156,9 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>org.springframework.webflow</groupId>
+                <groupId>${spring-webflow.groupId}</groupId>
                 <artifactId>spring-webflow</artifactId>
-                <version>2.3.1.RELEASE</version>
+                <version>${spring-webflow.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>



More information about the commits mailing list