<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-super-pom</artifactId>
        <version>6</version>
    </parent>
    <artifactId>alfresco-jlan-parent</artifactId>
    <version>6.4.2</version>
    <packaging>pom</packaging>
    <name>Alfresco JLAN Parent</name>

    <modules>
        <module>alfresco-jlan</module>
    </modules>

    <properties>
       <dependency.webscripts.version>5.1</dependency.webscripts.version>
    </properties>

    <scm>
        <connection>scm:git:https://github.com/Alfresco/alfresco-jlan.git</connection>
        <developerConnection>scm:git:https://github.com/Alfresco/alfresco-jlan.git</developerConnection>
        <url>https://github.com/Alfresco/alfresco-jlan</url>
        <tag>6.4.2</tag>
  </scm>

    <distributionManagement>
        <repository>
            <id>alfresco-public</id>
            <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
        </repository>
    </distributionManagement>

    <build>
       <pluginManagement>
           <plugins>
               <plugin>
                   <artifactId>maven-release-plugin</artifactId>
                   <configuration>
                       <tagNameFormat>@{project.version}</tagNameFormat>
                   </configuration>
               </plugin>
           </plugins>
       </pluginManagement>
    </build>

</project>
