This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
/
pom.xml
71 lines (63 loc) · 2.04 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<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.activiti.designer</groupId>
<artifactId>org.activiti.designer.root</artifactId>
<version>5.18.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Activiti Designer - Root project</name>
<description>Activiti Designer - Root project pom</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>org.activiti.designer.parent</module>
</modules>
<!-- Various information, not used by the build -->
<url>http://activiti.org</url>
<licenses>
<license>
<name>Apache v2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<organization>
<name>Alfresco</name>
<url>http://www.alfresco.com</url>
</organization>
<developers>
<developer>
<name>Tijs Rademakers</name>
<organization>Alfresco</organization>
<url>http://www.alfresco.com</url>
</developer>
<developer>
<name>Joram Barrez</name>
<organization>Alfresco</organization>
<url>http://www.alfresco.com</url>
</developer>
<developer>
<name>Frederik Heremans</name>
<organization>Alfresco</organization>
<url>http://www.alfresco.com</url>
</developer>
<developer>
<name>Yvo Swillens</name>
<organization>Alfresco</organization>
<url>http://www.alfresco.com</url>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>https://activiti.atlassian.net/browse/ACT</url>
</issueManagement>
<ciManagement>
<system>Bamboo</system>
<url>http://bamboo.ci.codehaus.org/browse/ACT</url>
</ciManagement>
<scm>
<url>[email protected]:Activiti/Activiti-Designer.git</url>
<connection>scm:git:[email protected]:Activiti/Activiti-Designer.git</connection>
<developerConnection>scm:git:[email protected]:Activiti/Activiti-Designer.git</developerConnection>
</scm>
</project>