use latest parent
[fiscal-year.java.git] / pom.xml
blob0cc3a3d3f3c577407a4abbe0409398bc79589a05
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4     This file is part of fiscal-year. It is subject to the license terms in the LICENSE file found in the top-level
5     directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of fiscal-year,
6     including this file, may be copied, modified, propagated, or distributed except according to the terms contained
7     in the LICENSE file.
9 -->
10 <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">
11   <modelVersion>4.0.0</modelVersion>
13   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14   <!--                                 PARENT                                  -->
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <parent>
17     <groupId>de.xn--ho-hia.maven.parents</groupId>
18     <artifactId>maven-parents-java-stable</artifactId>
19     <version>0.0.0-SNAPSHOT</version>
20   </parent>
22   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23   <!--                               INFORMATIONS                              -->
24   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25   <groupId>de.xn__ho_hia.utils.fiscal_year</groupId>
26   <artifactId>fiscal-year</artifactId>
27   <version>3.0.0-SNAPSHOT</version>
28   <packaging>jar</packaging>
29   <url>https://github.com/sebhoss/fiscal-year</url>
30   <inceptionYear>2013</inceptionYear>
31   <name>Fiscal Year</name>
32   <description>Utility library to work with fiscal years.</description>
34   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35   <!--                                  SOURCE                                 -->
36   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37   <scm>
38     <connection>scm:git:git://github.com/sebhoss/fiscal-year.git</connection>
39     <developerConnection>scm:git:git@github.com:sebhoss/fiscal-year.git</developerConnection>
40     <tag>master</tag>
41     <url>${project.url}</url>
42   </scm>
44   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
45   <!--                               DEPENDENCIES                              -->
46   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
47   <dependencies>
48     <dependency>
49       <groupId>de.xn--ho-hia.quality</groupId>
50       <artifactId>suppress-warnings</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>junit</groupId>
54       <artifactId>junit</artifactId>
55       <scope>test</scope>
56     </dependency>
57   </dependencies>
59 </project>