You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2010/03/14 13:11:50 UTC

Re: svn commit: r922794 - /commons/proper/net/branches/NET_2_0/pom.xml

On 14/03/2010, rwinston@apache.org <rw...@apache.org> wrote:
> Author: rwinston
>  Date: Sun Mar 14 09:00:19 2010
>  New Revision: 922794
>
>  URL: http://svn.apache.org/viewvc?rev=922794&view=rev
>  Log:
>  Update for RC
>
>  Modified:
>     commons/proper/net/branches/NET_2_0/pom.xml
>
>  Modified: commons/proper/net/branches/NET_2_0/pom.xml
>  URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=922794&r1=922793&r2=922794&view=diff
>  ==============================================================================
>  --- commons/proper/net/branches/NET_2_0/pom.xml (original)
>  +++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar 14 09:00:19 2010
>  @@ -49,8 +49,7 @@ limitations under the License.
>                         <url>scp://people.apache.org/~rwinston/release/net/</url>
>                 </site>
>         </distributionManagement>
>  -
>  -
>  +
>         <developers>
>                 <developer>
>                         <name>Jeffrey D. Brekke</name>
>  @@ -124,6 +123,7 @@ limitations under the License.
>                 <maven.compile.target>1.5</maven.compile.target>
>                 <commons.componentid>net</commons.componentid>
>                 <commons.release.version>2.0</commons.release.version>
>  +               <commons.rc.version>RC4</commons.rc.version>
>                 <commons.binary.suffix />
>                 <commons.release.2.version>1.4.1</commons.release.2.version>
>                 <commons.release.2.binary.suffix />
>  @@ -275,4 +275,18 @@ limitations under the License.
>                 </plugins>
>         </reporting>
>
>  +<profiles>
>  +  <profile>
>  +    <id>rc</id>
>  +    <distributionManagement>
>  +      <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
>  +      <site>
>  +        <id>apache.website</id>
>  +        <name>Apache Commons Release Candidate Staging Site</name>
>  +        <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
>  +      </site>
>  +    </distributionManagement>
>  +  </profile>
>  +</profiles>
>  +

Surely that is not needed, as that section is already in commons-parent?

>   </project>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org