From f6f3c2b90f6bb342358973010a409cef22ee5e86 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Mon, 16 Apr 2007 14:58:49 +0000 Subject: [PATCH] Created the spring-webflow-1.0-maintenance branch and updated trunk to 1.1 development --- build-spring-webflow/project.properties | 2 +- spring-binding/pom.xml | 153 ++++++------ spring-binding/project.properties | 2 +- spring-webflow/pom.xml | 304 ++++++++++++------------ spring-webflow/project.properties | 2 +- 5 files changed, 232 insertions(+), 231 deletions(-) diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties index 28d9c1e6..9d6aad03 100644 --- a/build-spring-webflow/project.properties +++ b/build-spring-webflow/project.properties @@ -1,7 +1,7 @@ # Configurable property values that may be locally overriden by a build.properties file # The version number of the release that will be built -release.version=1.0.3-SNAPSHOT +release.version=1.1-SNAPSHOT # The location of the common build system common.build.dir=${basedir}/../common-build diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index f5d7e6a9..54c4cec6 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -1,77 +1,78 @@ - - 4.0.0 - org.springframework - spring-binding - Spring Binding - 1.0.3-SNAPSHOT - Spring Data Binding Framework - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects - 1.0.3 - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.0.4 - - - ognl - ognl - 2.6.9 - - - - org.springframework - spring-beans - 2.0.4 - - - org.springframework - spring-context - 2.0.4 - - - org.springframework - spring-core - 2.0.4 - - - - log4j - log4j - 1.2.14 - runtime - true - - - - easymock - easymock - 2.2 - test - - - junit - junit - 3.8.2 - test - - - \ No newline at end of file + + 4.0.0 + org.springframework + spring-binding + jar + Spring Binding + 1.1-SNAPSHOT + Spring Data Binding Framework + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + spring-webflow-1.1 + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.0.4 + + + ognl + ognl + 2.6.9 + + + + org.springframework + spring-beans + 2.0.4 + + + org.springframework + spring-context + 2.0.4 + + + org.springframework + spring-core + 2.0.4 + + + + log4j + log4j + 1.2.14 + runtime + true + + + + easymock + easymock + 2.2 + test + + + junit + junit + 3.8.2 + test + + + diff --git a/spring-binding/project.properties b/spring-binding/project.properties index 0d4a2d93..60d3db3a 100644 --- a/spring-binding/project.properties +++ b/spring-binding/project.properties @@ -3,7 +3,7 @@ # The location of the common build system common.build.dir=${basedir}/../common-build -project.base.version=1.0.3-SNAPSHOT +project.base.version=1.1-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 50f4edae..ab5d110f 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -1,154 +1,154 @@ - 4.0.0 - org.springframework - spring-webflow - jar - Spring Web Flow - 1.0.3-SNAPSHOT - Spring Web Flow - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects - 1.0.3 - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.0.4 - - - concurrent - concurrent - 1.3.4 - true - - - javax.portlet - portlet-api - 1.0 - provided - - - javax.servlet - servlet-api - 2.4 - provided - - - junit - junit - 3.8.2 - true - - - ognl - ognl - 2.6.9 - - - org.apache.myfaces.core - myfaces-api - 1.1.4 - provided - - - org.apache.myfaces.core - myfaces-impl - 1.1.4 - true - - - struts - struts - 1.2.9 - true - - - - org.springframework - spring-beans - 2.0.4 - - - org.springframework - spring-binding - ${project.version} - - - org.springframework - spring-context - 2.0.4 - - - org.springframework - spring-core - 2.0.4 - - - org.springframework - spring-portlet - 2.0.4 - true - - - org.springframework - spring-struts - 2.0.4 - true - - - org.springframework - spring-web - 2.0.4 - - - org.springframework - spring-webmvc - 2.0.4 - true - - - - log4j - log4j - 1.2.14 - runtime - true - - - - com.cenqua.clover - clover - 1.3.12 - test - - - easymock - easymock - 2.2 - test - - - org.springframework - spring-mock - 2.0.4 - test - - - \ No newline at end of file + 4.0.0 + org.springframework + spring-webflow + jar + Spring Web Flow + 1.1-SNAPSHOT + Spring Web Flow + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + spring-webflow-1.1 + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.0.4 + + + concurrent + concurrent + 1.3.4 + true + + + javax.portlet + portlet-api + 1.0 + provided + + + javax.servlet + servlet-api + 2.4 + provided + + + junit + junit + 3.8.2 + true + + + ognl + ognl + 2.6.9 + + + org.apache.myfaces.core + myfaces-api + 1.1.4 + provided + + + org.apache.myfaces.core + myfaces-impl + 1.1.4 + true + + + struts + struts + 1.2.9 + true + + + + org.springframework + spring-beans + 2.0.4 + + + org.springframework + spring-binding + ${project.version} + + + org.springframework + spring-context + 2.0.4 + + + org.springframework + spring-core + 2.0.4 + + + org.springframework + spring-portlet + 2.0.4 + true + + + org.springframework + spring-struts + 2.0.4 + true + + + org.springframework + spring-web + 2.0.4 + + + org.springframework + spring-webmvc + 2.0.4 + true + + + + log4j + log4j + 1.2.14 + runtime + true + + + + com.cenqua.clover + clover + 1.3.12 + test + + + easymock + easymock + 2.2 + test + + + org.springframework + spring-mock + 2.0.4 + test + + + diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties index 691309ca..5b67bde1 100644 --- a/spring-webflow/project.properties +++ b/spring-webflow/project.properties @@ -3,7 +3,7 @@ # The location of the common build system common.build.dir=${basedir}/../common-build -project.base.version=1.0.3-SNAPSHOT +project.base.version=1.1-SNAPSHOT #project.version=${project.base.version} #ivy.status=release