1 <?xml version="1.0" encoding="UTF-8"?>
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
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <groupId>de.xn--ho-hia.maven.parents</groupId>
18 <artifactId>maven-parents-java-stable</artifactId>
19 <version>0.0.0-SNAPSHOT</version>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
36 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
38 <connection>scm:git:git://github.com/sebhoss/fiscal-year.git</connection>
39 <developerConnection>scm:git:git@github.com:sebhoss/fiscal-year.git</developerConnection>
41 <url>${project.url}</url>
44 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
46 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
49 <groupId>de.xn--ho-hia.quality</groupId>
50 <artifactId>suppress-warnings</artifactId>
53 <groupId>junit</groupId>
54 <artifactId>junit</artifactId>