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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <groupId>com.github.sebhoss.maven.bom</groupId>
18 <artifactId>maven-boms</artifactId>
19 <version>0.0.0-SNAPSHOT</version>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <artifactId>maven-boms-sebhoss</artifactId>
26 <packaging>pom</packaging>
27 <name>Maven BOMs :: sebhoss</name>
28 <description>Dependencies declared by Sebastian Hoß</description>
30 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <version.null-analysis>[2.0.0,3.0.0)</version.null-analysis>
35 <version.supress-warnings>[2.0.0,3.0.0)</version.supress-warnings>
36 <version.fiscal-year>[1.0.0,2.0.0)</version.fiscal-year>
37 <version.datasets>[1.0.0,2.0.0)</version.datasets>
38 <version.reguloj>[3.0.0,4.0.0)</version.reguloj>
39 <version.generic-types>[1.0.0,2.0.0)</version.generic-types>
40 <version.storage-units>[2.0.0,3.0.0)</version.storage-units>
41 <version.finj>[2.0.0,3.0.0)</version.finj>
42 <version.bc-clj>[2.0.0,3.0.0)</version.bc-clj>
43 <version.math-clj>[1.0.0,2.0.0)</version.math-clj>
44 <version.def-clj>[1.0.0,2.0.0)</version.def-clj>
45 <version.bootstrap-clj>[2.0.0,3.0.0)</version.bootstrap-clj>
48 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
50 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
51 <dependencyManagement>
53 <!-- Java Projects -->
55 <groupId>com.github.sebhoss</groupId>
56 <artifactId>null-analysis</artifactId>
57 <version>${version.null-analysis}</version>
60 <groupId>com.github.sebhoss</groupId>
61 <artifactId>suppress-warnings</artifactId>
62 <version>${version.supress-warnings}</version>
65 <groupId>com.github.sebhoss</groupId>
66 <artifactId>fiscal-year</artifactId>
67 <version>${version.fiscal-year}</version>
70 <groupId>com.github.sebhoss</groupId>
71 <artifactId>datasets</artifactId>
72 <version>${version.datasets}</version>
75 <groupId>com.github.sebhoss</groupId>
76 <artifactId>reguloj</artifactId>
77 <version>${version.reguloj}</version>
80 <groupId>com.github.sebhoss.utils</groupId>
81 <artifactId>generic-types</artifactId>
82 <version>${version.generic-types}</version>
85 <groupId>com.github.sebhoss</groupId>
86 <artifactId>storage-units</artifactId>
87 <version>${version.storage-units}</version>
90 <!-- Clojure Projects -->
92 <groupId>com.github.sebhoss</groupId>
93 <artifactId>finj</artifactId>
94 <version>${version.finj}</version>
97 <groupId>com.github.sebhoss</groupId>
98 <artifactId>bc-clj</artifactId>
99 <version>${version.bc-clj}</version>
102 <groupId>com.github.sebhoss</groupId>
103 <artifactId>math-clj</artifactId>
104 <version>${version.math-clj}</version>
107 <groupId>com.github.sebhoss</groupId>
108 <artifactId>def-clj</artifactId>
109 <version>${version.def-clj}</version>
112 <groupId>com.github.sebhoss</groupId>
113 <artifactId>bootstrap-clj</artifactId>
114 <version>${version.bootstrap-clj}</version>
117 </dependencyManagement>