1
0

Remove jakarta references from m1 and m2 builds

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton
2007-07-27 17:52:04 +00:00
parent f11b488e01
commit 9f3a2e5c9b
2 changed files with 20 additions and 20 deletions

10
pom.xml
View File

@@ -34,7 +34,7 @@
<version>1.1.1-SNAPSHOT</version>
<description>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</description>
<url>http://jakarta.apache.org/commons/logging</url>
<url>http://commons.apache.org/logging</url>
<issueManagement>
<url>http://issues.apache.org/jira/browse/LOGGING</url>
@@ -122,9 +122,9 @@
</developers>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
</scm>
<build>
@@ -387,7 +387,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
<url>${commons.deployment.protocol}://people.apache.org//www/jakarta.apache.org/commons/logging/</url>
<url>${commons.deployment.protocol}://people.apache.org//www/commons.apache.org/logging/</url>
</site>
</distributionManagement>
<properties>