<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2014-2018 Linagora

 This program/library is free software: you can redistribute it and/or modify
 it under the terms of the New BSD License (3-clause license).

 This program/library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE. See the New BSD License (3-clause license)
 for more details.

 You should have received a copy of the New BSD License (3-clause license)
 along with this program/library; If not, see http://directory.fsf.org/wiki/License:BSD_3Clause/
 for the New BSD License (3-clause license).
-->
<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>
      <artifactId>petals-root-parent</artifactId>
      <groupId>org.ow2.petals</groupId>
      <version>21.0.0</version>
      <relativePath />
   </parent>
   
   <name>EasyCommons - Parent POM</name>
   
   <groupId>org.ow2.easycommons</groupId>
   <artifactId>easycommons-parent</artifactId>
   <packaging>pom</packaging>
   <version>1.1.0</version>

   <inceptionYear>2010</inceptionYear>   
   <licenses>
      <license>
         <name>New BSD License (3-clause license)</name>
         <url>http://opensource.org/licenses/BSD-3-Clause</url>
      </license>
   </licenses>

   <properties>
      <checkstyle-copyright-regexp>petals-copyright-bsd3-regexp-file</checkstyle-copyright-regexp>
      <checkstyle-license-regexp>petals-license-bsd3-regexp-file</checkstyle-license-regexp>
   </properties>

   <dependencies>
      <dependency>
         <!-- Adding the dependency Junit forces developpers to write unit tests. If no unit test exists
              in project, an error is thrown because the junit dependency is declared and not used. -->
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.12</version>
         <scope>test</scope>
      </dependency>
   </dependencies>
   
   <scm>
      <connection>scm:svn:https://svn.petalslink.org/svnroot/tags/easycommons-parent-1.1.0</connection>
      <developerConnection>scm:svn:https://svn.petalslink.org/svnroot/tags/easycommons-parent-1.1.0</developerConnection>
   </scm>
</project>
