1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of null-analysis. 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 null-analysis,
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <!-- https://maven.apache.org/pom.html#Inheritance -->
18 <groupId>de.xn--ho-hia.maven.parents</groupId>
19 <artifactId>maven-parents-java-stable</artifactId>
20 <version>2016.07.02-120434</version>
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
27 <groupId>de.xn--ho-hia.utils.fiscal_year</groupId>
28 <artifactId>fiscal-year</artifactId>
29 <version>3.0.0-${revision}</version>
30 <packaging>jar</packaging>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36 <name>Fiscal Year</name>
37 <description>Utility library to work with fiscal years.</description>
38 <url>http://seb.xn--ho-hia.de/fiscal-year</url>
39 <inceptionYear>2013</inceptionYear>
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
43 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
44 <!-- https://maven.apache.org/pom.html#SCM -->
46 <connection>scm:git:git://github.com/sebhoss/fiscal-year.git</connection>
47 <developerConnection>scm:git:git@github.com:sebhoss/fiscal-year.git</developerConnection>
49 <url>https://github.com/sebhoss/fiscal-year</url>
52 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
53 <!-- ISSUE MANAGEMENT -->
54 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
55 <!-- https://maven.apache.org/pom.html#Issue_Management -->
57 <system>GitHub</system>
58 <url>https://github.com/sebhoss/fiscal-year/issues</url>
61 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
62 <!-- CI MANAGEMENT -->
63 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
64 <!-- https://maven.apache.org/pom.html#Continuous_Integration_Management -->
66 <system>Travis</system>
67 <url>https://travis-ci.org/sebhoss/fiscal-year</url>
70 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
71 <!-- DISTRIBUTION MANAGEMENT -->
72 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
73 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
74 <distributionManagement>
77 <name>GitHub Pages</name>
78 <url>http://seb.xn--ho-hia.de/fiscal-year/</url>
80 </distributionManagement>
82 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
84 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
85 <!-- https://maven.apache.org/pom.html#Properties -->
87 <revision>SNAPSHOT</revision>
90 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
92 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
95 <groupId>de.xn--ho-hia.quality</groupId>
96 <artifactId>suppress-warnings</artifactId>