forked from B3Partners/tailormap-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
54 lines (49 loc) · 1.96 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.flamingo-mc</groupId>
<artifactId>flamingo-mc</artifactId>
<version>4.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>flamingo-mc</name>
<url>http://github.com/flamingo-mc</url>
<scm>
<connection>scm:git:[email protected]:flamingo-mc/flamingo.git</connection>
<developerConnection>scm:git:[email protected]:flamingo-mc/flamingo.git</developerConnection>
<url>https://github.com/flamingo-mc/flamingo.git</url>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<geotools.version>9.2</geotools.version>
</properties>
<dependencies>
</dependencies>
<modules>
<module>web-commons</module>
<module>viewer-commons</module>
<module>viewer-config-persistence</module>
<module>viewer</module>
<module>viewer-admin</module>
</modules>
<developers>
<developer>
<name>Matthijs Laan</name>
<email>[email protected]</email>
<organization>B3Partners B.V.</organization>
<organizationUrl>http://www.b3partners.nl</organizationUrl>
</developer>
<developer>
<name>Meine Toonen</name>
<email>[email protected]</email>
<organization>B3Partners B.V.</organization>
<organizationUrl>http://www.b3partners.nl</organizationUrl>
</developer>
<developer>
<name>Roy Braam</name>
<email>[email protected]</email>
<organization>B3Partners B.V.</organization>
<organizationUrl>http://www.b3partners.nl</organizationUrl>
</developer>
</developers>
</project>