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

View File

@@ -32,13 +32,13 @@
</description> </description>
<logo>/images/logo.png</logo> <logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/logging/</url> <url>http://commons.apache.org/logging/</url>
<package>org.apache.commons.logging</package> <package>org.apache.commons.logging</package>
<organization> <organization>
<name>The Apache Software Foundation</name> <name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url> <url>http://commons.apache.org/</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo> <logo>http://commons.apache.org/images/logo.png</logo>
</organization> </organization>
<licenses> <licenses>
@@ -49,15 +49,15 @@
</license> </license>
</licenses> </licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId> <gumpRepositoryId>commons</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/browse/LOGGING</issueTrackingUrl> <issueTrackingUrl>http://issues.apache.org/jira/browse/LOGGING</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress> <siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory> <siteDirectory>/www/commons.apache.org/logging/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging/</distributionDirectory> <distributionDirectory>/www/people.apache.org/builds/commons/logging/</distributionDirectory>
<repository> <repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk/</connection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url> <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk/</url>
</repository> </repository>
<versions> <versions>
@@ -91,15 +91,15 @@
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Commons Dev List</name> <name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> <subscribe>dev-subscribe@commons.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive> <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Commons User List</name> <name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> <subscribe>user-subscribe@commons.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive> <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
@@ -256,7 +256,7 @@ Runtime Optional.
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> <nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<sourceModifications> <sourceModifications>