Files
Spark/plugins/spelling/pom.xml
2020-08-25 13:14:31 -05:00

28 lines
900 B
XML

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.igniterealtime.spark.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9.1</version>
<relativePath>../plugin/pom.xml</relativePath>
</parent>
<artifactId>spelling</artifactId>
<version>0.8</version>
<name>Spellchecker Plugin</name>
<description>Provides spellchecker functionality.</description>
<contributors>
<contributor>
<name>Michael Will</name>
<email>michael-will@gmx.net</email>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
</project>