1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of storage-units. 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 storage-units,
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.storage_units</groupId>
28 <artifactId>storage-units</artifactId>
29 <version>2.0.0-${revision}</version>
30 <packaging>jar</packaging>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36 <name>Storage Units</name>
37 <description>Implementation of storage units according to ISO IEC 80000-13:2008.</description>
38 <url>https://seb.xn--ho-hia.de/storage-units</url>
39 <inceptionYear>2012</inceptionYear>
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
43 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
44 <!-- https://maven.apache.org/pom.html#SCM -->
46 <connection>scm:git:git://github.com/sebhoss/storage-units.git</connection>
47 <developerConnection>scm:git:git@github.com:sebhoss/storage-units.git</developerConnection>
49 <url>${project.url}</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/storage-units/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/storage-units</url>
70 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
71 <!-- DISTRIBUTION MANAGEMENT -->
72 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
73 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
74 <distributionManagement>
77 <name>GitHub Pages</name>
78 <url>https://seb.xn--ho-hia.de/storage-units</url>
80 </distributionManagement>
82 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
84 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
85 <!-- https://maven.apache.org/pom.html#Properties -->
87 <revision>SNAPSHOT</revision>
90 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
92 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
93 <!-- https://maven.apache.org/pom.html#Dependencies -->
96 <groupId>de.xn--ho-hia.quality</groupId>
97 <artifactId>suppress-warnings</artifactId>
101 <groupId>de.xn--ho-hia.quality</groupId>
102 <artifactId>null-analysis</artifactId>