-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpom.xml
More file actions
executable file
·34 lines (29 loc) · 1.08 KB
/
pom.xml
File metadata and controls
executable file
·34 lines (29 loc) · 1.08 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
<?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>com.angkorteam.pluggable</groupId>
<artifactId>pluggable-parent</artifactId>
<version>0.6.7.6</version>
<name>pluggable-parent</name>
<packaging>pom</packaging>
<scm>
<url>https://github.com/PkayJava/pluggable</url>
<connection>scm:git:git://github.com/PkayJava/pluggable.git</connection>
<developerConnection>scm:git:git@github.com:PkayJava/pluggable.git</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<id>pkayjava</id>
<email>pkayjava@gmail.com</email>
<url>www.linkedin.com/in/socheatkhauv</url>
<organization>iTrust Cambodia</organization>
<organizationUrl>http://www.itrustcam.com</organizationUrl>
<timezone>7</timezone>
</developer>
</developers>
<modules>
<module>framework</module>
<module>plugins/query-plugin</module>
</modules>
</project>