Update versions to 2.1.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version=2.1.1
|
||||
version=2.1.2
|
||||
release.type=integration
|
||||
natural.name=spring-webflow
|
||||
project.key=SWF
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-binding</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Binding</name>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-faces</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Faces</name>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -3,11 +3,11 @@ Bundle-Name: Spring Faces
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
org.springframework.webflow.engine.builder.support;version="[2.1.0, 2.1.1)"
|
||||
org.springframework.webflow.engine.builder.support;version="[2.1.0, 2.2.0)"
|
||||
Import-Template:
|
||||
org.springframework.binding.*;version="[2.1.0, 2.1.1)",
|
||||
org.springframework.js.*;version="[2.1.0, 2.1.1)",
|
||||
org.springframework.webflow.*;version="[2.1.0, 2.1.1)",
|
||||
org.springframework.binding.*;version="[2.1.0, 2.2.0)",
|
||||
org.springframework.js.*;version="[2.1.0, 2.2.0)",
|
||||
org.springframework.webflow.*;version="[2.1.0, 2.2.0)",
|
||||
org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
javax.el;version="[1.0.0, 2.0.0)",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-js</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring JavaScript</name>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-faces</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-mvc</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-portlet-faces</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sun.facelets</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-portlet-mvc</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>jsf-booking</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.faces</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-webflow</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Web Flow</name>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -3,8 +3,8 @@ Bundle-Name: Spring Web Flow
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.binding.*;version="[2.1.0, 2.1.1)",
|
||||
org.springframework.js.*;version="[2.1.0, 2.1.1)",
|
||||
org.springframework.binding.*;version="[2.1.0, 2.2.0)",
|
||||
org.springframework.js.*;version="[2.1.0, 2.2.0)",
|
||||
org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)",
|
||||
org.springframework.orm.*;version="[3.0.3.RELEASE, 3.1.0)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[3.0.3.RELEASE, 3.1.0)";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user