1
0

Points to the commons-parent now

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@472252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell
2006-11-07 20:56:49 +00:00
parent 252b42770d
commit 4162c8c145

65
pom.xml
View File

@@ -1,4 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?><project>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@@ -12,38 +33,8 @@
<url>http://issues.apache.org/jira/</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>commons-dev@jakarta.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2001</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
<otherArchives>
<archive>http://www.mail-archive.com/commons-dev%40jakarta.apache.org/</archive>
</otherArchives>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
<otherArchives>
<archive>http://www.mail-archive.com/commons-user%40jakarta.apache.org/</archive>
</otherArchives>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>morgand</id>
@@ -123,23 +114,11 @@
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</connection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
@@ -415,4 +394,4 @@
<url>scp://cvs.apache.org//www/jakarta.apache.org/commons/logging/</url>
</site>
</distributionManagement>
</project>
</project>