On 12 July 2010 14:02,  <ma...@apache.org> wrote:
> Author: markt
> Date: Mon Jul 12 13:02:30 2010
> New Revision: 963273
>
> URL: http://svn.apache.org/viewvc?rev=963273&view=rev
> Log:
> Prepare for the next release
>
> Modified:
>    tomcat/trunk/res/maven/mvn.properties.default
>
> Modified: tomcat/trunk/res/maven/mvn.properties.default
> URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn.properties.default?rev=963273&r1=963272&r2=963273&view=diff
> ==============================================================================
> --- tomcat/trunk/res/maven/mvn.properties.default (original)
> +++ tomcat/trunk/res/maven/mvn.properties.default Mon Jul 12 13:02:30 2010
> @@ -29,17 +29,17 @@ maven.gpg.passphrase=*****
>  #Maven snapshot properties
>  maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
>  maven.snapshot.repo.repositoryId=apache.snapshots
> -maven.snapshot.deploy.version=7.0.0-SNAPSHOT
> +maven.snapshot.deploy.version=7.0.1-SNAPSHOT
>
>  #Maven release properties for Tomcat staging
>  maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository
>  maven.release.repo.repositoryId=tomcat-staging
> -maven.release.deploy.version=7.0.0
> +maven.release.deploy.version=7.0.1
>
>  #Maven release properties for the main ASF repo
>  maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
With the current setting, any uploaded files are automatically
transferred to Maven central, and errors cannot easily be recovered.

The project might want to consider using the Nexus staging repo instead.
Nexus allows artifacts to be reviewed before they are finally
published (or dropped, if there is a problem).

There's a little bit of extra work involved as one has to login to
Nexus to close the staging area, and later drop or promote it, but
ithat does not take long.

I know that the project does not use Maven to upload the POMs, so has
much more control over the upload process, but Nexus could still be
helpful.

Just a thought.

>  maven.asf.release.repo.repositoryId=apache.releases
> -maven.asf.release.deploy.version=7.0.0
> +maven.asf.release.deploy.version=7.0.1
>
>
>  #Where do we load the libraries from
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to