From 1ed1bbea6c15980849217651eb3dd6ebe8a86c1e Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 27 May 2010 13:14:24 +0000 Subject: [PATCH] updated distributionManagement settings to prepare for `mvn deploy` --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 685f7b59c8..213fb9c3cc 100644 --- a/pom.xml +++ b/pom.xml @@ -90,20 +90,20 @@ - - staging - file:///${user.dir}/target/staging - + http://static.springframework.org/spring-integration/site/downloads/releases.html - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone + local + file://${java.io.tmpdir}/spring-integration-repo spring-snapshot Spring Snapshot Repository s3://maven.springframework.org/snapshot + + static.springframework.org + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-integration/sites/${project.version} +