How is everyone staging m2 releases? Can we apply the following patch
to commons-parent? Please try to read over any formatting mishaps --
its the (release profile)/distributionManagement/repository element.


Index: pom.xml
===================================================================
--- pom.xml     (revision 638493)
+++ pom.xml     (working copy)
@@ -378,9 +378,9 @@
       <id>release</id>
       <distributionManagement>
         <repository>
-          <id>apache.releases</id>
-          <name>Apache Release Distribution Repository</name>
-          
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+          <id>commons.staging</id>
+          <name>Apache Commons Staging Repository</name>
+          
<url>${commons.deployment.protocol}://people.apache.org/builds/commons/${commons.componentid}/${pom.version}/m2-staging-repository/</url>
         </repository>
       </distributionManagement>
       <build>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to