Updated CI build to send snapshots to dist.springframework.org S3 bucket

This commit is contained in:
Ben Hale
2007-09-12 13:33:37 +00:00
parent 1fce8a8684
commit d6204a3372

View File

@@ -17,9 +17,9 @@
<format property="tstamp" pattern="yyyyMMdd"/>
</tstamp>
<aws:s3 accessKey="${s3.accessKey}" secretKey="${s3.secretKey}">
<upload bucketName="static.springframework.org"
<upload bucketName="dist.springframework.org"
file="${target.release.dir}/${release.zip}"
toFile="SWF/spring-webflow-${release.version}-${tstamp}-${build.number}.zip"
toFile="snapshot/SWF/spring-webflow-${release.version}-${tstamp}-${build.number}.zip"
publicRead="true"/>
</aws:s3>
</target>