<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.plugins</groupId>
	  <version>2.17</version>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<groupId>fr.paris.lutece.plugins</groupId>
	<artifactId>plugin-workflow</artifactId>
	<packaging>lutece-plugin</packaging>
	<version>1.0.0</version>
	<name>Lutece workflow 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.2.6,3.0.0-SNAPSHOT)</version>
	    <type>lutece-core</type>
	  </dependency>
	</dependencies>

	<properties>
		<componentName>workflow</componentName>
		<jiraProjectName>LUTECE</jiraProjectName>
		<jiraComponentId>10036</jiraComponentId>
	</properties>

  <scm>
    <connection>scm:svn:http://dev.lutece.paris.fr/svn/lutece/portal/tags/plugin-workflow-1.0.0</connection>
    <developerConnection>scm:svn:https://dev.lutece.paris.fr/svn/lutece/portal/tags/plugin-workflow-1.0.0</developerConnection>
    <url>https://dev.lutece.paris.fr/viewvc/portal/tags/plugin-workflow-1.0.0</url>
  </scm>
</project>