Author: tv
Date: Tue Apr 5 17:00:47 2011
New Revision: 1089136
URL: http://svn.apache.org/viewvc?rev=1089136&view=rev
Log:
prepare release
Modified:
turbine/core/trunk/pom.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1089136&r1=1089135&r2=1089136&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue Apr 5 17:00:47 2011
@@ -1152,8 +1152,8 @@
<id>rc</id>
<distributionManagement>
<repository>
- <id>apache.snapshots</id>
- <name>Apache Development Snapshot Repository</name>
+ <id>apache.releases</id>
+ <name>Apache Turbine Release Candidate Staging Repository</name>
<url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/core/${project.artifactId}/${turbine.release.version}/${turbine.rc.version}/staged</url>
</repository>
<snapshotRepository>
@@ -1161,6 +1161,11 @@
<name>Apache Development Snapshot Repository</name>
<url>${turbine.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
+ <site>
+ <id>apache.website</id>
+ <name>Apache Turbine Release Candidate Staging Site</name>
+
<url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-yaafi-crypto</url>
+ </site>
</distributionManagement>
<build>
<plugins>