Author: buildbot Date: Sat Mar 16 06:28:56 2013 New Revision: 854702 Log: Staging update by buildbot for commons
Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/releases/prepare.html Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Mar 16 06:28:56 2013 @@ -1 +1 @@ -1457207 +1457209 Modified: websites/staging/commons/trunk/content/releases/prepare.html ============================================================================== --- websites/staging/commons/trunk/content/releases/prepare.html (original) +++ websites/staging/commons/trunk/content/releases/prepare.html Sat Mar 16 06:28:56 2013 @@ -173,6 +173,13 @@ The instructions provided here are consistent with, but not a replacement for the <a class="externalLink" href="http://www.apache.org/dev/release.html">ASF Release Guidlines.</a> </p> + <p>Commons uses the Nexus installation at the Apache Software Foundation to stage Maven artifacts + before the release and later publish them, the Commons Parent POM contains all the necessary configuration. + This guide covers deploying to Nexus using Maven, for alternatives see + <a class="externalLink" href="http://www.apache.org/dev/publishing-maven-artifacts.html">the ASF wide documentation</a>. + If this is the first time you are publishing to the ASF's Nexus instance + you'll need to <a class="externalLink" href="http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env">prepare + your development environment</a>.</p> <p> The examples below assume that preparation is being made to release version <i>1.2</i> of component <i>Foo</i>. @@ -183,7 +190,7 @@ Commons components are expected to use Maven to build the project website. Components may choose to use either Maven or Ant to build the actual jar and tar/zip files to be distributed, although it is recommended that Maven be used for this. Both approaches are covered - below. The version of Maven used is assumed to be Maven 2 throughout. At a minimum, Commons + below. The version of Maven used is assumed to be Maven 3 throughout. At a minimum, Commons releases <b>must</b> include full source distributions packaged in tar and zip archives. </p> @@ -312,7 +319,9 @@ <properties> <commons.componentid>foo</commons.componentid> <commons.release.version>1.2</commons.release.version> - <commons.binary.suffix></commons.binary.suffix> + <commons.rc.version>RC1</commons.rc.version> + + <-- properties not related to versioning --> <commons.jira.id>FOO</commons.jira.id> <commons.jira.pid>007</commons.jira.pid> <maven.compile.source>1.3</maven.compile.source>