<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">

<parent>
  <artifactId>lutece-plugins-pom</artifactId>
  <groupId>fr.paris.lutece.tools</groupId>
  <version>1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-document</artifactId>
<packaging>lutece-plugin</packaging>
<version>2.0.3</version>
<name>Lutece document plugin</name>

<repositories>
  <repository>
    <id>lutece</id>
    <name>luteceRepository</name>
    <url>http://dev.lutece.paris.fr/maven_repository</url>
    <layout>default</layout>
  </repository>
</repositories>

<dependencies>
	<dependency>
    <groupId>fr.paris.lutece</groupId>
    <artifactId>lutece-core</artifactId>
    <version>2.1.0b4</version>
    <type>lutece-core</type>
  </dependency>
  <dependency>
    <groupId>pdfbox</groupId>
    <artifactId>pdfbox</artifactId>
    <version>0.7.1</version>
  </dependency>
</dependencies>

<issueManagement>
  <system>jira</system>
  <url>${jiraBaseUrl}/browse/DOCUMENT</url>
</issueManagement>

  <scm>
    <connection>scm:svn:http://dev.lutece.paris.fr/svn/lutece/tags/plugin-document-2.0.3</connection>
    <developerConnection>scm:svn:https://dev.lutece.paris.fr/svn/lutece/tags/plugin-document-2.0.3</developerConnection>
    <url>https://dev.lutece.paris.fr/viewvc/tags/plugin-document-2.0.3</url>
  </scm>
</project>