On 7/16/06, Ted Husted <[EMAIL PROTECTED]> wrote:
The checklist mentions * Deploy Test Build to cvs.apache.org/maven-snapshot-repository Is there a Maven command for that?
After you change all the version numbers to 1.3.5, 'mvn deploy' will do it. Both <distributionManagement>/<repository> and <distributionManagement>/<snapshotRepository> are pointed to the same place (people.apache.org/maven-snapshot-repository) so no matter whether the version number ends in -SNAPSHOT, it's going to get deployed to the same place. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]