<?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>group-metadata</artifactId>
        <groupId>text</groupId>
        <version>2022.12.01</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>short-abstracts</artifactId>
    <groupId>text</groupId>
    <packaging>jar</packaging>
    <version>2022.12.01</version>
    <build>
        <plugins>
            <plugin>
                <groupId>org.dbpedia.databus</groupId>
                <artifactId>databus-maven-plugin</artifactId>
                <configuration>
                    <labels>
                        <label>Short Abstracts@en</label>
                    </labels>
                    <datasetDescription>Short Abstracts (2 or 3 sentences, about 600 characters long) of Wikipedia articles.</datasetDescription>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>
