mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
- changed versions of AUTH,JLAN,CORE,SURF_WS - merged in fixes around multiple SURF/SURF_WS versions git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
795 B
XML
23 lines
795 B
XML
<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>
|
|
<parent>
|
|
<groupId>org.alfresco</groupId>
|
|
<artifactId>alfresco-packaging</artifactId>
|
|
<version>5.2-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>alfresco-installer-resources</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Alfresco Installer Resources</name>
|
|
|
|
<build>
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<filtering>false</filtering>
|
|
</resource>
|
|
</resources>
|
|
</build>
|
|
|
|
</project>
|