<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.fifesoft</groupId>
  <artifactId>spellchecker</artifactId>
  <version>3.1.3</version>
  <name>SpellChecker</name>
  <description>A simple spell checker add-on for RSyntaxTextArea. It will spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.</description>
  <url>http://www.fifesoft.com/rsyntaxtextarea/</url>
  <inceptionYear>2003</inceptionYear>
  <licenses>
    <license>
      <name>Modified BSD License</name>
      <url>http://fifesoft.com/rsyntaxtextarea/RSyntaxTextArea.License.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Robert Futrell</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bobbylight/SpellChecker</connection>
    <developerConnection>scm:git:git@github.com:bobbylight/SpellChecker</developerConnection>
    <tag>3.1.3</tag>
    <url>https://github.com/bobbylight/SpellChecker</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fifesoft</groupId>
      <artifactId>rsyntaxtextarea</artifactId>
      <version>3.1.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
