commons-logging-api-1.1.pom 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="UTF-8"?><project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>commons-logging</groupId>
  4. <artifactId>commons-logging-api</artifactId>
  5. <name>Logging</name>
  6. <version>1.1</version>
  7. <description>Commons Logging is a thin adapter allowing configurable bridging to other,
  8. well known logging systems.</description>
  9. <url>http://jakarta.apache.org/commons/logging/</url>
  10. <issueManagement>
  11. <url>http://issues.apache.org/jira/browse/LOGGING</url>
  12. </issueManagement>
  13. <ciManagement>
  14. <notifiers>
  15. <notifier>
  16. <configuration>
  17. <address>commons-dev@jakarta.apache.org</address>
  18. </configuration>
  19. </notifier>
  20. </notifiers>
  21. </ciManagement>
  22. <inceptionYear>2001</inceptionYear>
  23. <mailingLists>
  24. <mailingList>
  25. <name>Commons Dev List</name>
  26. <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  27. <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  28. <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
  29. </mailingList>
  30. <mailingList>
  31. <name>Commons User List</name>
  32. <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
  33. <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  34. <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
  35. </mailingList>
  36. </mailingLists>
  37. <developers>
  38. <developer>
  39. <id>morgand</id>
  40. <name>Morgan Delagrange</name>
  41. <email>morgand at apache dot org</email>
  42. <organization>Apache</organization>
  43. <roles>
  44. <role>Java Developer</role>
  45. </roles>
  46. </developer>
  47. <developer>
  48. <id>rwaldhoff</id>
  49. <name>Rodney Waldhoff</name>
  50. <email>rwaldhoff at apache org</email>
  51. <organization>Apache Software Foundation</organization>
  52. </developer>
  53. <developer>
  54. <id>craigmcc</id>
  55. <name>Craig McClanahan</name>
  56. <email>craigmcc at apache org</email>
  57. <organization>Apache Software Foundation</organization>
  58. </developer>
  59. <developer>
  60. <id>sanders</id>
  61. <name>Scott Sanders</name>
  62. <email>sanders at apache dot org</email>
  63. <organization>Apache Software Foundation</organization>
  64. </developer>
  65. <developer>
  66. <id>rdonkin</id>
  67. <name>Robert Burrell Donkin</name>
  68. <email>rdonkin at apache dot org</email>
  69. <organization>Apache Software Foundation</organization>
  70. </developer>
  71. <developer>
  72. <id>donaldp</id>
  73. <name>Peter Donald</name>
  74. <email>donaldp at apache dot org</email>
  75. <organization></organization>
  76. </developer>
  77. <developer>
  78. <id>costin</id>
  79. <name>Costin Manolache</name>
  80. <email>costin at apache dot org</email>
  81. <organization>Apache Software Foundation</organization>
  82. </developer>
  83. <developer>
  84. <id>rsitze</id>
  85. <name>Richard Sitze</name>
  86. <email>rsitze at apache dot org</email>
  87. <organization>Apache Software Foundation</organization>
  88. </developer>
  89. <developer>
  90. <id>baliuka</id>
  91. <name>Juozas Baliuka</name>
  92. <email>baliuka@apache.org</email>
  93. <organization></organization>
  94. <roles>
  95. <role>Java Developer</role>
  96. </roles>
  97. </developer>
  98. <developer>
  99. <id>skitching</id>
  100. <name>Simon Kitching</name>
  101. <email>skitching@apache.org</email>
  102. <organization>Apache Software Foundation</organization>
  103. </developer>
  104. <developer>
  105. <id>dennisl</id>
  106. <name>Dennis Lundberg</name>
  107. <email>dennisl@apache.org</email>
  108. <organization>Apache Software Foundation</organization>
  109. </developer>
  110. <developer>
  111. <id>bstansberry</id>
  112. <name>Brian Stansberry</name>
  113. </developer>
  114. </developers>
  115. <licenses>
  116. <license>
  117. <name>The Apache Software License, Version 2.0</name>
  118. <url>/LICENSE.txt</url>
  119. </license>
  120. </licenses>
  121. <scm>
  122. <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
  123. <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
  124. </scm>
  125. <organization>
  126. <name>The Apache Software Foundation</name>
  127. <url>http://jakarta.apache.org</url>
  128. </organization>
  129. <build>
  130. <sourceDirectory>src/java</sourceDirectory>
  131. <testSourceDirectory>src/test</testSourceDirectory>
  132. <plugins>
  133. <plugin>
  134. <artifactId>maven-xdoc-plugin</artifactId>
  135. <version>1.9.2</version>
  136. <configuration>
  137. <optional>true</optional>
  138. <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)</comment>
  139. </configuration>
  140. </plugin>
  141. </plugins>
  142. </build>
  143. <dependencies>
  144. <dependency>
  145. <groupId>junit</groupId>
  146. <artifactId>junit</artifactId>
  147. <version>3.8.1</version>
  148. <scope>test</scope>
  149. <optional>true</optional>
  150. </dependency>
  151. </dependencies>
  152. <distributionManagement>
  153. <repository>
  154. <id>default</id>
  155. <name>Default Repository</name>
  156. <url>file:///www/jakarta.apache.org/builds/jakarta-commons/logging/</url>
  157. </repository>
  158. <site>
  159. <id>default</id>
  160. <name>Default Site</name>
  161. <url>scp://people.apache.org//www/jakarta.apache.org/commons/logging/</url>
  162. </site>
  163. <status>converted</status>
  164. </distributionManagement>
  165. </project>