Files
acs-community-packaging/pom.xml
T
Alan Davis 8935632912 Increment version to 5.2-SNAPSHOT
- 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
2016-03-10 07:16:14 +00:00

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>