-
Notifications
You must be signed in to change notification settings - Fork 5
/
pom.xml
45 lines (42 loc) · 1.46 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
<?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>it.vige</groupId>
<artifactId>alfresco-tests-parent</artifactId>
<version>23.2.1.9</version>
<name>Alfresco tests parent</name>
<description>Alfresco tests parent pom</description>
<packaging>pom</packaging>
<organization>
<name>Vige</name>
<url>http://www.vige.it</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>svn:git:https://github.com/flashboss/alfresco-tests-parent.git</connection>
<developerConnection>svn:git:https://github.com/flashboss/alfresco-tests-parent.git</developerConnection>
<url>svn:git:https://github.com/flashboss/alfresco-tests-parent.git</url>
</scm>
<developers>
<developer>
<id>flashboss</id>
<name>Luca Stancapiano</name>
<organization>vige</organization>
<organizationUrl>http://www.vige.it</organizationUrl>
<url>http://www.vige.it</url>
</developer>
</developers>
<modules>
<module>alfresco-tests</module>
<module>alfresco-tests-sample</module>
<module>alfresco-tests-activiti-sample</module>
<module>alfresco-tests-ws-sample</module>
</modules>
</project>