Author: sebb
Date: Sat Jul 10 17:40:45 2010
New Revision: 962894
URL: http://svn.apache.org/viewvc?rev=962894&view=rev
Log:
COMMONSSITE-60 Profile "rc" lost ability to release to
/www/people.apache.org/builds/commons; "ci" dropped unnecessarily
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=962894&r1=962893&r2=962894&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jul 10 17:40:45 2010
@@ -423,6 +423,23 @@
</reporting>
<profiles>
+
+ <profile>
+ <id>ci</id>
+ <distributionManagement>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ </snapshotRepository>
+ </distributionManagement>
+ </profile>
+
<profile>
<id>release</id>
<build>
@@ -501,6 +518,13 @@
<profile>
<id>rc</id>
+ <distributionManagement>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/staged</url>
+ </repository>
+ </distributionManagement>
<build>
<plugins>
<!-- We want to sign the artifact, the POM, and all attached
artifacts -->