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:
63
pom.xml
63
pom.xml
@@ -1,4 +1,25 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?><project>
|
<?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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
@@ -12,38 +33,8 @@
|
|||||||
<url>http://issues.apache.org/jira/</url>
|
<url>http://issues.apache.org/jira/</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<ciManagement>
|
|
||||||
<notifiers>
|
|
||||||
<notifier>
|
|
||||||
<configuration>
|
|
||||||
<address>commons-dev@jakarta.apache.org</address>
|
|
||||||
</configuration>
|
|
||||||
</notifier>
|
|
||||||
</notifiers>
|
|
||||||
</ciManagement>
|
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<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>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>morgand</id>
|
<id>morgand</id>
|
||||||
@@ -123,23 +114,11 @@
|
|||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>The Apache Software License, Version 2.0</name>
|
|
||||||
<url>/LICENSE.txt</url>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<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/jakarta/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/jakarta/commons/proper/logging/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>The Apache Software Foundation</name>
|
|
||||||
<url>http://jakarta.apache.org</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
<sourceDirectory>src/java</sourceDirectory>
|
||||||
<testSourceDirectory>src/test</testSourceDirectory>
|
<testSourceDirectory>src/test</testSourceDirectory>
|
||||||
|
|||||||
Reference in New Issue
Block a user