-
Notifications
You must be signed in to change notification settings - Fork 13
/
pom.xml
35 lines (31 loc) · 1.15 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
<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.adobe.qe</groupId>
<artifactId>toughday2.reactor</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:adobe/toughday2.git</connection>
<developerConnection>scm:git:[email protected]:adobe/toughday2.git</developerConnection>
<url>https://github.com/adobe/toughday2/</url>
<tag>HEAD</tag>
</scm>
<modules>
<module>toughday2-api</module>
<module>toughday2-tests-parent</module>
<module>sling-td2</module>
<module>sling-td2-tests-parent</module>
<module>aem-td2-core-tests</module>
<module>toughday_sample</module>
<module>toughday</module>
<module>aem-td2-tests-parent</module>
<module>toughday_tests_sample</module>
</modules>
</project>