forked from tgrall/eXo-Statisitics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
49 lines (44 loc) · 1.99 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
<?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>
<parent>
<groupId>org.exoplatform</groupId>
<artifactId>exo.parent</artifactId>
<version>8.1</version>
</parent>
<groupId>org.exoplatform.plugins</groupId>
<artifactId>statistics.social.parent</artifactId>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>eXo Platform Plugins : Statistics Plugin</name>
<properties>
<!-- Dependencies versions -->
<org.exoplatform.platform.version>3.0.4</org.exoplatform.platform.version>
<org.exoplatform.kernel.version>2.2.8-GA</org.exoplatform.kernel.version>
<org.exoplatform.portal.version>3.1.8-PLF</org.exoplatform.portal.version>
<org.exoplatform.ws.version>2.1.8-GA</org.exoplatform.ws.version>
<org.exoplatform.jcr.version>1.12.8-GA</org.exoplatform.jcr.version>
<org.exoplatform.ks.version>2.1.4</org.exoplatform.ks.version>
<org.exoplatform.ecms.version>2.1.4</org.exoplatform.ecms.version>
<org.exoplatform.social.version>1.1.4</org.exoplatform.social.version>
<org.json.version>20070829</org.json.version>
<org.chromattic.version>1.0.8</org.chromattic.version>
<!-- ************** -->
<!-- Build settings -->
<!-- ************** -->
<exo.product.name>social-statistics-plugins</exo.product.name>
<exo.product.specification>3.0</exo.product.specification>
<!-- exopackage -->
<!-- We enforce Java 6 to build to use Chromattic and APT -->
<jdk.min.version>1.6</jdk.min.version>
<!-- maven-release-plugin -->
<preparationGoals>clean install</preparationGoals>
</properties>
<modules>
<!-- module>config</module -->
<!-- module>webapp</module -->
<module>component</module>
<module>gadgets</module>
<!-- module>packaging</module -->
</modules>
</project>