1 <?xml version="1.0" encoding="UTF-8"?>
4 Copyright © 2013 Sebastian Hoß <mail@shoss.de>
5 This work is free. You can redistribute it and/or modify it under the
6 terms of the Do What The Fuck You Want To Public License, Version 2,
7 as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
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>com.github.sebhoss</groupId>
18 <artifactId>java-parent</artifactId>
19 <version>1.0.5-SNAPSHOT</version>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <artifactId>fiscal-year</artifactId>
26 <version>1.0.2-SNAPSHOT</version>
27 <packaging>jar</packaging>
28 <url>https://github.com/sebhoss/fiscal-year</url>
29 <inceptionYear>2013</inceptionYear>
30 <name>Fiscal Year</name>
31 <description>Utility library to work with fiscal years.</description>
33 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37 <connection>scm:git:git://github.com/sebhoss/fiscal-year.git</connection>
38 <developerConnection>scm:git:git@github.com:sebhoss/fiscal-year.git</developerConnection>
40 <url>${project.url}</url>
43 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
45 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
46 <dependencyManagement>
49 <groupId>com.github.sebhoss</groupId>
50 <artifactId>base-bom</artifactId>
51 <version>2.0.0</version>
56 <groupId>com.github.sebhoss</groupId>
57 <artifactId>testing-bom</artifactId>
58 <version>2.0.0</version>
63 <groupId>com.github.sebhoss</groupId>
64 <artifactId>sebhoss-bom</artifactId>
65 <version>2.0.0</version>
70 </dependencyManagement>
73 <groupId>joda-time</groupId>
74 <artifactId>joda-time</artifactId>
77 <groupId>com.github.sebhoss</groupId>
78 <artifactId>common-annotations</artifactId>
81 <groupId>com.google.guava</groupId>
82 <artifactId>guava</artifactId>
85 <groupId>junit</groupId>
86 <artifactId>junit</artifactId>
90 <groupId>com.github.sebhoss</groupId>
91 <artifactId>datasets</artifactId>