Moved trunk back to 1.0.3 from 1.1
This commit is contained in:
@@ -2,17 +2,9 @@
|
||||
<!--
|
||||
=======================================================================
|
||||
Build file containing targets for continuously integrating build
|
||||
Targets are put in a separate build file to prevent users from
|
||||
having to put in an SSH library in ANT_HOME/lib
|
||||
|
||||
This build requires an SSH client to be put in ANT_HOME/lib. Refer
|
||||
to Ant's SCP documentation for more information.
|
||||
|
||||
@author Alef Arendsen
|
||||
@author Arjen Poutsma
|
||||
=======================================================================
|
||||
-->
|
||||
<project name="build-spring-webflow-continuous" default="snapshot" xmlns:ivy="antlib:fr.jayasoft.ivy.ant"
|
||||
<project name="build-spring-webflow-continuous" default="upload" xmlns:ivy="antlib:fr.jayasoft.ivy.ant"
|
||||
xmlns:aws="antlib:org.springframework.aws">
|
||||
|
||||
<import file="${basedir}/build.xml"/>
|
||||
|
||||
@@ -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.1-SNAPSHOT
|
||||
release.version=1.0.3-SNAPSHOT
|
||||
|
||||
# The location of the common build system
|
||||
common.build.dir=${basedir}/../common-build
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-binding</artifactId>
|
||||
<name>Spring Binding</name>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<description>Spring Data Binding Framework</description>
|
||||
<url>http://www.springframework.org</url>
|
||||
<licenses>
|
||||
@@ -17,7 +17,7 @@
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects</connection>
|
||||
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects</developerConnection>
|
||||
<tag>1.1</tag>
|
||||
<tag>1.0.3</tag>
|
||||
<url>http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects</url>
|
||||
</scm>
|
||||
<organization>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# The location of the common build system
|
||||
common.build.dir=${basedir}/../common-build
|
||||
|
||||
project.base.version=1.1-SNAPSHOT
|
||||
project.base.version=1.0.3-SNAPSHOT
|
||||
#project.version=${project.base.version}
|
||||
#ivy.status=release
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-webflow</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Web Flow</name>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<description>Spring Web Flow</description>
|
||||
<url>http://www.springframework.org</url>
|
||||
<licenses>
|
||||
@@ -18,7 +18,7 @@
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects</connection>
|
||||
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects</developerConnection>
|
||||
<tag>1.0.2</tag>
|
||||
<tag>1.0.3</tag>
|
||||
<url>http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects</url>
|
||||
</scm>
|
||||
<organization>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# The location of the common build system
|
||||
common.build.dir=${basedir}/../common-build
|
||||
|
||||
project.base.version=1.1-SNAPSHOT
|
||||
project.base.version=1.0.3-SNAPSHOT
|
||||
#project.version=${project.base.version}
|
||||
#ivy.status=release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user