~ubuntu-branches/ubuntu/saucy/apache-mime4j/saucy

« back to all changes in this revision

Viewing changes to stage/commons-logging/poms/commons-logging-1.1.pom

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-07-13 09:28:28 UTC
  • Revision ID: james.westby@ubuntu.com-20100713092828-g6wafdtidgmtx7su
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?><project>
 
2
  <modelVersion>4.0.0</modelVersion>
 
3
  <groupId>commons-logging</groupId>
 
4
  <artifactId>commons-logging</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/${pom.artifactId.substring(8)}/</url>
 
10
  <issueManagement>
 
11
    <url>http://issues.apache.org/bugzilla/</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/${pom.artifactId.substring(8)}/trunk</connection>
 
123
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/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-surefire-plugin</artifactId>
 
135
        <configuration>
 
136
          <includes>
 
137
            <include>**/AvalonLoggerTest.java</include>
 
138
          </includes>
 
139
        </configuration>
 
140
      </plugin>
 
141
      <plugin>
 
142
        <artifactId>maven-xdoc-plugin</artifactId>
 
143
        <version>1.9.2</version>
 
144
        <configuration>
 
145
          <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)</comment>
 
146
        </configuration>
 
147
      </plugin>
 
148
    </plugins>
 
149
  </build>
 
150
  <dependencies>
 
151
    <dependency>
 
152
      <groupId>log4j</groupId>
 
153
      <artifactId>log4j</artifactId>
 
154
      <version>1.2.12</version>
 
155
    </dependency>
 
156
    <dependency>
 
157
      <groupId>logkit</groupId>
 
158
      <artifactId>logkit</artifactId>
 
159
      <version>1.0.1</version>
 
160
    </dependency>
 
161
    <dependency>
 
162
      <groupId>junit</groupId>
 
163
      <artifactId>junit</artifactId>
 
164
      <version>3.8.1</version>
 
165
      <scope>test</scope>
 
166
    </dependency>
 
167
    <dependency>
 
168
      <groupId>avalon-framework</groupId>
 
169
      <artifactId>avalon-framework</artifactId>
 
170
      <version>4.1.3</version>
 
171
    </dependency>
 
172
    <dependency>
 
173
      <groupId>javax.servlet</groupId>
 
174
      <artifactId>servlet-api</artifactId>
 
175
      <version>2.3</version>
 
176
    </dependency>
 
177
  </dependencies>
 
178
  <distributionManagement>
 
179
    <repository>
 
180
      <id>default</id>
 
181
      <name>Default Repository</name>
 
182
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
 
183
    </repository>
 
184
    <site>
 
185
      <id>default</id>
 
186
      <name>Default Site</name>
 
187
      <url>scp://cvs.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
 
188
    </site>
 
189
    <status>converted</status>
 
190
  </distributionManagement>
 
191
</project>
 
 
b'\\ No newline at end of file'