-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
36 lines (35 loc) · 1 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>asia.stampy</groupId>
<artifactId>stampy-all</artifactId>
<packaging>pom</packaging>
<name>Stampy All</name>
<version>1.1-okse</version>
<description>Java implementation of the STOMP 1.2 specification</description>
<url>http://mrstampy.github.com/Stampy/</url>
<licenses>
<license>
<name>GNU Public License, Version 2.0</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/mrstampy/Stampy.git</url>
<connection>https://github.com/mrstampy/Stampy.git</connection>
</scm>
<developers>
<developer>
<id>mrstampy</id>
<name>Burt Alexander</name>
<email>[email protected]</email>
</developer>
</developers>
<modules>
<module>core</module>
<module>netty</module>
<module>mina</module>
<module>client-server</module>
<module>examples</module>
</modules>
</project>