1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of maven-build-process. 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 maven-build-process,
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 <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18 <!-- https://maven.apache.org/pom.html#Inheritance -->
20 <groupId>de.xn--ho-hia.maven.boms</groupId>
21 <artifactId>maven-boms</artifactId>
22 <version>9999.99.99-SNAPSHOT</version>
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
29 <artifactId>maven-boms-sebhoss</artifactId>
30 <packaging>pom</packaging>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36 <name>Maven BOMs :: sebhoss</name>
37 <description>Dependencies declared by Sebastian Hoß</description>
39 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
42 <!-- https://maven.apache.org/pom.html#Properties -->
44 <version.null-analysis>[3.0.0,4.0.0)</version.null-analysis>
45 <version.supress-warnings>[4.0.0,5.0.0)</version.supress-warnings>
46 <version.fiscal-year>[2.0.0,3.0.0)</version.fiscal-year>
47 <version.datasets>1.0.2</version.datasets>
48 <version.reguloj>[4.0.0,5.0.0)</version.reguloj>
49 <version.generic-types>[2.0.0,3.0.0)</version.generic-types>
50 <version.storage-units>[2.0.0,3.0.0)</version.storage-units>
51 <version.finj>2.0.0</version.finj>
52 <version.bc-clj>1.0.1</version.bc-clj>
53 <version.math-clj>1.0.0</version.math-clj>
54 <version.def-clj>1.0.0</version.def-clj>
55 <version.bootstrap-clj>2.0.0</version.bootstrap-clj>
58 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
59 <!-- DEPENDENCY MANAGEMENT -->
60 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
61 <!-- https://maven.apache.org/pom.html#Dependency_Management -->
62 <dependencyManagement>
64 <!-- Java Projects -->
66 <groupId>de.xn--ho-hia.quality</groupId>
67 <artifactId>null-analysis</artifactId>
68 <version>${version.null-analysis}</version>
71 <groupId>de.xn--ho-hia.quality</groupId>
72 <artifactId>suppress-warnings</artifactId>
73 <version>${version.supress-warnings}</version>
74 <scope>provided</scope>
77 <groupId>com.github.sebhoss</groupId>
78 <artifactId>fiscal-year</artifactId>
79 <version>${version.fiscal-year}</version>
82 <groupId>com.github.sebhoss</groupId>
83 <artifactId>datasets</artifactId>
84 <version>${version.datasets}</version>
87 <groupId>de.xn--ho-hia.business</groupId>
88 <artifactId>reguloj</artifactId>
89 <version>${version.reguloj}</version>
92 <groupId>de.xn__ho_hia.utils.types</groupId>
93 <artifactId>generic-types</artifactId>
94 <version>${version.generic-types}</version>
97 <groupId>de.xn__ho_hia.utils.storage_units</groupId>
98 <artifactId>storage-units</artifactId>
99 <version>${version.storage-units}</version>
102 <!-- Clojure Projects -->
104 <groupId>com.github.sebhoss</groupId>
105 <artifactId>finj</artifactId>
106 <version>${version.finj}</version>
109 <groupId>com.github.sebhoss</groupId>
110 <artifactId>bc-clj</artifactId>
111 <version>${version.bc-clj}</version>
114 <groupId>com.github.sebhoss</groupId>
115 <artifactId>math-clj</artifactId>
116 <version>${version.math-clj}</version>
119 <groupId>com.github.sebhoss</groupId>
120 <artifactId>def-clj</artifactId>
121 <version>${version.def-clj}</version>
124 <groupId>com.github.sebhoss</groupId>
125 <artifactId>bootstrap-clj</artifactId>
126 <version>${version.bootstrap-clj}</version>
129 </dependencyManagement>