forked from real-logic/simple-binary-encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sbe-pom.xml
49 lines (45 loc) · 1.69 KB
/
sbe-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
37
38
39
40
41
42
43
44
45
46
47
48
49
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>uk.co.real-logic</groupId>
<artifactId>sbe</artifactId>
<version>1.0.4-RC2-SNAPCHAT</version>
<packaging>jar</packaging>
<name>Simple Binary Encoding</name>
<description>
FIX/SBE - OSI layer 6 presentation for encoding and decoding application messages in binary format for
low-latency applications
</description>
<url>https://github.com/real-logic/simple-binary-encoding</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tmontgomery</id>
<name>Todd L. Montgomery</name>
<email>[email protected]</email>
<url>https://github.com/tmontgomery</url>
</developer>
<developer>
<id>mjpt777</id>
<name>Martin Thompson</name>
<email>[email protected]</email>
<url>https://github.com/mjpt777</url>
</developer>
<developer>
<id>odeheurles</id>
<name>Olivier Deheurles</name>
<email>[email protected]</email>
<url>https://github.com/odeheurles</url>
</developer>
</developers>
<scm>
<url>https://github.com/real-logic/simple-binary-encoding.git</url>
<connection>scm:git:https://github.com/real-logic/simple-binary-encoding.git</connection>
<developerConnection>scm:git:[email protected]:/real-logic/simple-binary-encoding.git</developerConnection>
</scm>
</project>