1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The reguloj Authors
4 ~ SPDX-License-Identifier: 0BSD
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <modelVersion>4.0.0</modelVersion>
10 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14 <groupId>wtf.metio.maven.parents</groupId>
15 <artifactId>maven-parents-java-prototype</artifactId>
16 <version>2022.12.2</version>
19 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22 <groupId>wtf.metio.reguloj</groupId>
23 <artifactId>reguloj</artifactId>
24 <version>9999.99.99-SNAPSHOT</version>
25 <packaging>jar</packaging>
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
31 <inceptionYear>2010</inceptionYear>
33 <description>Lightweight business rule engine</description>
34 <url>https://github.com/metio/reguloj/</url>
36 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
38 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
39 <!-- https://maven.apache.org/pom.html#licenses -->
42 <name>BSD Zero Clause License</name>
43 <url>https://spdx.org/licenses/0BSD.html</url>
44 <distribution>repo</distribution>
45 <comments>https://spdx.org/licenses/0BSD.html</comments>
49 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
51 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
53 <connection>scm:git:git@github.com:metio/reguloj.git</connection>
54 <developerConnection>scm:git:git@github.com:metio/reguloj.git</developerConnection>
56 <url>https://github.com/metio/reguloj</url>
59 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
61 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
63 <version.jdk>${javaVersion}</version.jdk>
66 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
67 <!-- DISTRIBUTION MANAGEMENT -->
68 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
69 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
70 <distributionManagement>
73 <name>official website</name>
74 <url>https://github.com/metio/reguloj</url>
78 <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
80 </distributionManagement>
82 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
84 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
87 <groupId>org.mockito</groupId>
88 <artifactId>mockito-core</artifactId>