forked from webrtc/KITE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
38 lines (34 loc) · 1.39 KB
/
pom.xml
File metadata and controls
38 lines (34 loc) · 1.39 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.webrtc.kite</groupId>
<artifactId>kite-base</artifactId>
<version>1.0-SNAPSHOT</version>
<name>kite-base</name>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kite.java.version>1.8</kite.java.version>
<kite.version>1.0-SNAPSHOT</kite.version>
<kite.selenium.version>3.11.0</kite.selenium.version>
<kite.junit.version>4.12</kite.junit.version>
<kite.json.version>1.0.4</kite.json.version>
<kite.log4j.version>1.2.17</kite.log4j.version>
<kite.sqlite.jdbc.version>3.21.0.1</kite.sqlite.jdbc.version>
<!-- maven plugin versions, shouldn't need be changed very often -->
<kite.mvn.compiler.version>3.6.1</kite.mvn.compiler.version>
</properties>
<modules>
<module>KITE-Engine-IF</module>
<module>KITE-Engine</module>
<module>KITE-Base-Test</module>
<module>KITE-AppRTC-Test</module>
<module>KITE-GetUpdate-Test</module>
<module>KITE-Jitsi-Test</module>
<module>KITE-NoAdapter-Test</module>
<module>KITE-WP-Test</module>
<module>KITE-Dashboard</module>
</modules>
</project>