1<project xmlns="http://maven.apache.org/POM/4.0.0"
2  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4  <modelVersion>4.0.0</modelVersion>
5  <groupId>log4j</groupId>
6  <artifactId>log4j</artifactId>
7  <packaging>jar</packaging>
8  <name>Log4j</name>
9  <version>1.2.14</version>
10  <description>Log4j</description>
11  <url>http://logging.apache.org/log4j/docs/</url>
12  <issueManagement>
13     <system>Bugzilla</system>
14     <url>http://issues.apache.org/bugzilla</url>
15  </issueManagement>
16  <inceptionYear>1999</inceptionYear>
17  <mailingLists>
18	<mailingList>
19		<name>log4j-user</name>
20		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
21		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
22		<post>log4j-user@logging.apache.org</post>
23		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
24		<otherArchives>
25			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
26		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
27		</otherArchives>
28	</mailingList>
29	<mailingList>
30		<name>log4j-dev</name>
31		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
32		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
33		<post>log4j-dev@logging.apache.org</post>
34		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
35		<otherArchives>
36		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
37		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
38		</otherArchives>
39	</mailingList>
40  </mailingLists>
41  <licenses>
42    <license>
43      <name>The Apache Software License, Version 2.0</name>
44      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
45      <distribution>repo</distribution>
46    </license>
47  </licenses>
48  <scm>
49	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</connection>
50	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</developerConnection>
51    <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/tags/v1_2_14/</url>
52  </scm>
53  <organization>
54    <name>Apache Software Foundation</name>
55    <url>http://www.apache.org</url>
56  </organization>
57</project>
58