123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <name>Logging</name>
- <version>1.1</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>
- <issueManagement>
- <url>http://issues.apache.org/jira/browse/LOGGING</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>
- </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>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>morgand</id>
- <name>Morgan Delagrange</name>
- <email>morgand at apache dot org</email>
- <organization>Apache</organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <id>rwaldhoff</id>
- <name>Rodney Waldhoff</name>
- <email>rwaldhoff at apache org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>craigmcc</id>
- <name>Craig McClanahan</name>
- <email>craigmcc at apache org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>sanders</id>
- <name>Scott Sanders</name>
- <email>sanders at apache dot org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>rdonkin</id>
- <name>Robert Burrell Donkin</name>
- <email>rdonkin at apache dot org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>donaldp</id>
- <name>Peter Donald</name>
- <email>donaldp at apache dot org</email>
- <organization></organization>
- </developer>
- <developer>
- <id>costin</id>
- <name>Costin Manolache</name>
- <email>costin at apache dot org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>rsitze</id>
- <name>Richard Sitze</name>
- <email>rsitze at apache dot org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>baliuka</id>
- <name>Juozas Baliuka</name>
- <email>baliuka@apache.org</email>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <id>skitching</id>
- <name>Simon Kitching</name>
- <email>skitching@apache.org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>dennisl</id>
- <name>Dennis Lundberg</name>
- <email>dennisl@apache.org</email>
- <organization>Apache Software Foundation</organization>
- </developer>
- <developer>
- <id>bstansberry</id>
- <name>Brian Stansberry</name>
- </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>
- <plugins>
- <plugin>
- <artifactId>maven-xdoc-plugin</artifactId>
- <version>1.9.2</version>
- <configuration>
- <optional>true</optional>
- <comment><strong>Site Only</strong> - v1.9.2 (minimum)</comment>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
- <distributionManagement>
- <repository>
- <id>default</id>
- <name>Default Repository</name>
- <url>file:///www/jakarta.apache.org/builds/jakarta-commons/logging/</url>
- </repository>
- <site>
- <id>default</id>
- <name>Default Site</name>
- <url>scp://people.apache.org//www/jakarta.apache.org/commons/logging/</url>
- </site>
- <status>converted</status>
- </distributionManagement>
- </project>
|