1 |
<?xml version="1.0"?> |
2 |
<!-- |
3 |
Copyright 2001-2007 Hippo (www.hippo.nl) |
4 |
|
5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
you may not use this file except in compliance with the License. |
7 |
You may obtain a copy of the License at |
8 |
|
9 |
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
11 |
Unless required by applicable law or agreed to in writing, software |
12 |
distributed under the License is distributed on an "AS IS" BASIS, |
13 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
See the License for the specific language governing permissions and |
15 |
limitations under the License. |
16 |
--> |
17 |
<project> |
18 |
|
19 |
<pomVersion>3</pomVersion> |
20 |
<groupId>hippo-cocoon</groupId> |
21 |
<name>Hippo Cocoon common POM</name> |
22 |
|
23 |
<organization> |
24 |
<name>Hippo</name> |
25 |
<url>http://www.hippocms.org/</url> |
26 |
<logo>http://www.hippocms.org/images/hippo.gif</logo> |
27 |
</organization> |
28 |
|
29 |
<inceptionYear>2004</inceptionYear> |
30 |
<package>nl.hippo.cocoon</package> |
31 |
<logo>http://www.hippo.nl/images/hippo.gif</logo> |
32 |
|
33 |
<repository> |
34 |
<url>https://svn.hippocms.org/repos/hippo/hippo-cocoon/</url> |
35 |
</repository> |
36 |
|
37 |
<issueTrackingUrl>http://www.hippocms.org</issueTrackingUrl> |
38 |
|
39 |
<developers> |
40 |
<developer> |
41 |
<name>Max Pfingsthorn</name> |
42 |
<id>m.pfingsthorn</id> |
43 |
<email>m.pfingsthorn@hippo.nl</email> |
44 |
<organization>Hippo</organization> |
45 |
<roles> |
46 |
<role>Developer</role> |
47 |
</roles> |
48 |
</developer> |
49 |
<developer> |
50 |
<name>Bart van der Schans</name> |
51 |
<id>bvdschans</id> |
52 |
<email>schans@hippo.nl</email> |
53 |
<organization>Hippo</organization> |
54 |
<roles> |
55 |
<role>Developer</role> |
56 |
</roles> |
57 |
</developer> |
58 |
<developer> |
59 |
<name>Unico Hommes</name> |
60 |
<id>unico</id> |
61 |
<email>unico@hippo.nl</email> |
62 |
<organization>Hippo</organization> |
63 |
<roles> |
64 |
<role>System architect</role> |
65 |
<role>Developer</role> |
66 |
</roles> |
67 |
</developer> |
68 |
<developer> |
69 |
<name>Ard Schrijvers</name> |
70 |
<id>a.schrijvers</id> |
71 |
<email>a.schrijvers@hippo.nl</email> |
72 |
<organization>Hippo</organization> |
73 |
<roles> |
74 |
<role>Developer</role> |
75 |
</roles> |
76 |
</developer> |
77 |
</developers> |
78 |
|
79 |
</project> |