Author: sebb
Date: Sat Jul 10 14:36:01 2010
New Revision: 962850
URL: http://svn.apache.org/viewvc?rev=962850&view=rev
Log:
Renove redundant profile; logging has long since moved of from commons-parent-5
Modified:
commons/proper/logging/trunk/pom.xml
Modified: commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=962850&r1=962849&r2=962850&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sat Jul 10 14:36:01 2010
@@ -390,22 +390,6 @@ under the License.
</build>
<profiles>
- <!-- This profile can be removed when we update to commons-parent-5 -->
- <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>