1 <?xml version="1.0" encoding="UTF-8"?>
4 This is free and unencumbered software released into the public domain.
6 Anyone is free to copy, modify, publish, use, compile, sell, or
7 distribute this software, either in source code form or as a compiled
8 binary, for any purpose, commercial or non-commercial, and by any
11 In jurisdictions that recognize copyright laws, the author or authors
12 of this software dedicate any and all copyright interest in the
13 software to the public domain. We make this dedication for the benefit
14 of the public at large and to the detriment of our heirs and
15 successors. We intend this dedication to be an overt act of
16 relinquishment in perpetuity of all present and future rights to this
17 software under copyright law.
19 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
22 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
23 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25 OTHER DEALINGS IN THE SOFTWARE.
27 For more information, please refer to <http://unlicense.org>
30 <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">
31 <modelVersion>4.0.0</modelVersion>
33 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37 <groupId>com.github.sebhoss</groupId>
38 <artifactId>java-parent</artifactId>
39 <version>2.0.2</version>
42 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
44 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
45 <artifactId>storage-units</artifactId>
46 <version>2.0.0-SNAPSHOT</version>
47 <inceptionYear>2012</inceptionYear>
48 <url>https://github.com/sebhoss/storage-units</url>
49 <name>Storage Units</name>
50 <description>Implementation of storage units according to ISO IEC 80000-13:2008.</description>
52 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
54 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
56 <connection>scm:git:git://github.com/sebhoss/storage-units.git</connection>
57 <developerConnection>scm:git:git@github.com:sebhoss/storage-units.git</developerConnection>
59 <url>${project.url}</url>
62 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
64 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
66 <version.bom>2015.11.04</version.bom>
68 <pit.mutationCoverage>90</pit.mutationCoverage>
71 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
73 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
74 <dependencyManagement>
77 <groupId>com.github.sebhoss.bom</groupId>
78 <artifactId>auto-managed</artifactId>
79 <version>${version.bom}</version>
84 </dependencyManagement>
87 <groupId>com.github.sebhoss</groupId>
88 <artifactId>suppress-warnings</artifactId>
91 <groupId>junit</groupId>
92 <artifactId>junit</artifactId>
97 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
99 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
103 <groupId>org.pitest</groupId>
104 <artifactId>pitest-maven</artifactId>
107 <param>com.github.sebhoss.units.storage*</param>
110 <param>com.github.sebhoss.units.storage*</param>