<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>simple-lucene-parent</artifactId>
        <groupId>io.github.iamnicknack.simple-lucene</groupId>
        <version>0.1.2</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>simple-lucene-api</artifactId>
    <name>Simple Lucene API</name>
    <description>Specifies abstractions for simple-lucene</description>
    <url>https://iamnicknack.github.io/simple-lucene/</url>

    <properties>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
        <jacoco-branch-coverage>1.0</jacoco-branch-coverage>
        <jacoco-line-coverage>0.9</jacoco-line-coverage>
    </properties>

</project>