1 |
<?xml version="1.0" encoding="UTF-8"?> |
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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
18 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
19 |
<pomVersion>1</pomVersion> |
20 |
<id>jmsbridge</id> |
21 |
<groupId>hippo</groupId> |
22 |
<name>jmsbridge</name> |
23 |
<currentVersion>1.01.05-dev</currentVersion> |
24 |
<short>Hippo JMS Bridging and Wrapper library</short> |
25 |
<description>Library which transparently wraps around another JMS provider and allows to overcome issues with the underlying JMS provider.</description> |
26 |
<organization> |
27 |
<name>Hippo B.V., the Netherlands</name> |
28 |
<url>http://www.hippo.nl/</url> |
29 |
</organization> |
30 |
<inceptionYear>2007</inceptionYear> |
31 |
<developers> |
32 |
<developer> |
33 |
<id>berry</id> |
34 |
<name>(Berry) A.W. van Halderen</name> |
35 |
<email>b.vanhalderen@hippo.nl</email> |
36 |
<url>http://www.halderen.net/</url> |
37 |
<organization>Hippo B.V., the Netherlands</organization> |
38 |
<organizationUrl>http://www.hippo.nl/</organizationUrl> |
39 |
<timezone>GMT+0100</timezone> |
40 |
</developer> |
41 |
</developers> |
42 |
<licenses> |
43 |
<name>copyright reserved</name> |
44 |
<url>http://www.hippo.nl/</url> |
45 |
<distribution>manual</distribution> |
46 |
<comments>(C) Copyrights reserved Hippo B.V., the Netherlands</comments> |
47 |
</licenses> |
48 |
<dependencies> |
49 |
<dependency> |
50 |
<id>commons-logging:commons-logging</id> |
51 |
<version>1.0.4</version> |
52 |
</dependency> |
53 |
<dependency> |
54 |
<id>log4j:log4j</id> |
55 |
<version>1.2.12</version> |
56 |
</dependency> |
57 |
<dependency> |
58 |
<id>geronimo-spec:geronimo-spec-jms</id> |
59 |
<version>1.0-M1</version> |
60 |
</dependency> |
61 |
</dependencies> |
62 |
<build> |
63 |
<sourceDirectory>src/main/java</sourceDirectory> |
64 |
</build> |
65 |
</project> |