1
0

Renove redundant profile; logging has long since moved of from commons-parent-5

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@962850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2010-07-10 14:36:01 +00:00
parent 6666d731b6
commit f130c8ce3e

16
pom.xml
View File

@@ -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>