Increment version to 2.4.0.BUILD-SNAPSHOT.

This commit is contained in:
Rossen Stoyanchev
2011-12-29 13:09:27 -05:00
parent 63bc6f2660
commit dc5aa386fa
31 changed files with 138 additions and 166 deletions

View File

@@ -5,7 +5,7 @@
<artifactId>spring-faces</artifactId>
<packaging>jar</packaging>
<name>Spring Faces</name>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.4.0.BUILD-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>

View File

@@ -3,11 +3,11 @@ Bundle-Name: Spring Faces
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
org.springframework.webflow.engine.builder.support;version="[2.3.0, 2.4.0)"
org.springframework.webflow.engine.builder.support;version="[2.4.0, 2.5.0)"
Import-Template:
org.springframework.binding.*;version="[2.3.0, 2.4.0)",
org.springframework.js.*;version="[2.3.0, 2.4.0)",
org.springframework.webflow.*;version="[2.3.0, 2.4.0)",
org.springframework.binding.*;version="[2.4.0, 2.5.0)",
org.springframework.js.*;version="[2.4.0, 2.5.0)",
org.springframework.webflow.*;version="[2.4.0, 2.5.0)",
org.springframework.*;version="[3.0.5.RELEASE, 3.1.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.el;version="[1.0.0, 2.0.0)",