forked from loftuxab/alfresco-favorite-folders-dashlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
21 lines (19 loc) · 898 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>se.loftux.extensions.my-favorite-folders</groupId>
<artifactId>my-favorite-folders-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<name>my-favorite-folders-share AMP project</name>
<packaging>pom</packaging>
<description>Manages the lifecycle of the my-favorite-folders-share AMP (Alfresco Module Package)</description>
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-parent</artifactId>
<version>2.1.1</version>
</parent>
<modules>
<module>my-favorite-folders-share</module>
</modules>
</project>