initial commit
[maven-build-process.git] / maven-boms / maven-boms-sebhoss / pom.xml
blobc46b18f3b2136ff2a18d936ff832c3336d318cad
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
7     in the LICENSE file.
9 -->
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   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14   <!--                                 PARENT                                  -->
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <parent>
17     <groupId>com.github.sebhoss.maven.bom</groupId>
18     <artifactId>maven-boms</artifactId>
19     <version>0.0.0-SNAPSHOT</version>
20   </parent>
22   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23   <!--                               INFORMATIONS                              -->
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   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31   <!--                                PROPERTIES                               -->
32   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33   <properties>
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>
46   </properties>
48   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
49   <!--                               DEPENDENCIES                              -->
50   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
51   <dependencyManagement>
52     <dependencies>
53       <!-- Java Projects -->
54       <dependency>
55         <groupId>com.github.sebhoss</groupId>
56         <artifactId>null-analysis</artifactId>
57         <version>${version.null-analysis}</version>
58       </dependency>
59       <dependency>
60         <groupId>com.github.sebhoss</groupId>
61         <artifactId>suppress-warnings</artifactId>
62         <version>${version.supress-warnings}</version>
63       </dependency>
64       <dependency>
65         <groupId>com.github.sebhoss</groupId>
66         <artifactId>fiscal-year</artifactId>
67         <version>${version.fiscal-year}</version>
68       </dependency>
69       <dependency>
70         <groupId>com.github.sebhoss</groupId>
71         <artifactId>datasets</artifactId>
72         <version>${version.datasets}</version>
73       </dependency>
74       <dependency>
75         <groupId>com.github.sebhoss</groupId>
76         <artifactId>reguloj</artifactId>
77         <version>${version.reguloj}</version>
78       </dependency>
79       <dependency>
80         <groupId>com.github.sebhoss.utils</groupId>
81         <artifactId>generic-types</artifactId>
82         <version>${version.generic-types}</version>
83       </dependency>
84       <dependency>
85         <groupId>com.github.sebhoss</groupId>
86         <artifactId>storage-units</artifactId>
87         <version>${version.storage-units}</version>
88       </dependency>
90       <!-- Clojure Projects -->
91       <dependency>
92         <groupId>com.github.sebhoss</groupId>
93         <artifactId>finj</artifactId>
94         <version>${version.finj}</version>
95       </dependency>
96       <dependency>
97         <groupId>com.github.sebhoss</groupId>
98         <artifactId>bc-clj</artifactId>
99         <version>${version.bc-clj}</version>
100       </dependency>
101       <dependency>
102         <groupId>com.github.sebhoss</groupId>
103         <artifactId>math-clj</artifactId>
104         <version>${version.math-clj}</version>
105       </dependency>
106       <dependency>
107         <groupId>com.github.sebhoss</groupId>
108         <artifactId>def-clj</artifactId>
109         <version>${version.def-clj}</version>
110       </dependency>
111       <dependency>
112         <groupId>com.github.sebhoss</groupId>
113         <artifactId>bootstrap-clj</artifactId>
114         <version>${version.bootstrap-clj}</version>
115       </dependency>
116     </dependencies>
117   </dependencyManagement>
119 </project>