Moved trunk back to 1.0.3 from 1.1

This commit is contained in:
Ben Hale
2007-04-12 20:11:46 +00:00
parent c8e2a8994d
commit 8e4063c7d6
6 changed files with 8 additions and 16 deletions

View File

@@ -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"/>

View File

@@ -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