Update to new groupId
[maven-build-process.git] / maven-boms / maven-boms-sebhoss / pom.xml
blob22b213c5602134cb5cbfdc785f682a5d4c53a13e
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   <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <!--                                 PARENT                                  -->
17   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18   <!-- https://maven.apache.org/pom.html#Inheritance -->
19   <parent>
20     <groupId>de.xn--ho-hia.maven.boms</groupId>
21     <artifactId>maven-boms</artifactId>
22     <version>9999.99.99-SNAPSHOT</version>
23   </parent>
25   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26   <!--                               COORDINATES                               -->
27   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28   <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
29   <artifactId>maven-boms-sebhoss</artifactId>
30   <packaging>pom</packaging>
32   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33   <!--                               INFORMATIONS                              -->
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   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40   <!--                                PROPERTIES                               -->
41   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
42   <!-- https://maven.apache.org/pom.html#Properties -->
43   <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>
56   </properties>
58   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
59   <!--                            DEPENDENCY MANAGEMENT                        -->
60   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
61   <!-- https://maven.apache.org/pom.html#Dependency_Management -->
62   <dependencyManagement>
63     <dependencies>
64       <!-- Java Projects -->
65       <dependency>
66         <groupId>de.xn--ho-hia.quality</groupId>
67         <artifactId>null-analysis</artifactId>
68         <version>${version.null-analysis}</version>
69       </dependency>
70       <dependency>
71         <groupId>de.xn--ho-hia.quality</groupId>
72         <artifactId>suppress-warnings</artifactId>
73         <version>${version.supress-warnings}</version>
74         <scope>provided</scope>
75       </dependency>
76       <dependency>
77         <groupId>com.github.sebhoss</groupId>
78         <artifactId>fiscal-year</artifactId>
79         <version>${version.fiscal-year}</version>
80       </dependency>
81       <dependency>
82         <groupId>com.github.sebhoss</groupId>
83         <artifactId>datasets</artifactId>
84         <version>${version.datasets}</version>
85       </dependency>
86       <dependency>
87         <groupId>de.xn--ho-hia.business</groupId>
88         <artifactId>reguloj</artifactId>
89         <version>${version.reguloj}</version>
90       </dependency>
91       <dependency>
92         <groupId>de.xn__ho_hia.utils.types</groupId>
93         <artifactId>generic-types</artifactId>
94         <version>${version.generic-types}</version>
95       </dependency>
96       <dependency>
97         <groupId>de.xn__ho_hia.utils.storage_units</groupId>
98         <artifactId>storage-units</artifactId>
99         <version>${version.storage-units}</version>
100       </dependency>
102       <!-- Clojure Projects -->
103       <dependency>
104         <groupId>com.github.sebhoss</groupId>
105         <artifactId>finj</artifactId>
106         <version>${version.finj}</version>
107       </dependency>
108       <dependency>
109         <groupId>com.github.sebhoss</groupId>
110         <artifactId>bc-clj</artifactId>
111         <version>${version.bc-clj}</version>
112       </dependency>
113       <dependency>
114         <groupId>com.github.sebhoss</groupId>
115         <artifactId>math-clj</artifactId>
116         <version>${version.math-clj}</version>
117       </dependency>
118       <dependency>
119         <groupId>com.github.sebhoss</groupId>
120         <artifactId>def-clj</artifactId>
121         <version>${version.def-clj}</version>
122       </dependency>
123       <dependency>
124         <groupId>com.github.sebhoss</groupId>
125         <artifactId>bootstrap-clj</artifactId>
126         <version>${version.bootstrap-clj}</version>
127       </dependency>
128     </dependencies>
129   </dependencyManagement>
131 </project>