<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
    <relativePath/>
  </parent>
  <groupId>com.fifesoft.rtext</groupId>
  <artifactId>fife.common</artifactId>
  <version>3.0.2</version>
  <name>fife.common</name>
  <description>Common UI components and utilities for Swing applications.</description>
  <url>http://www.fifesoft.com/rtext/</url>
  <inceptionYear>2003</inceptionYear>
  <licenses>
    <license>
      <name>Modified BSD License</name>
      <url>https://github.com/bobbylight/FifeCommon</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Robert Futrell</name>
      <url>http://www.fifesoft.com</url>
      <organization>Fifesoft</organization>
      <organizationUrl>http://www.fifesoft.com/</organizationUrl>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
      <timezone>0</timezone>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/bobbylight/FifeCommon.git</connection>
    <developerConnection>https://github.com/bobbylight/FifeCommon.git</developerConnection>
    <tag>3.0.2</tag>
    <url>https://github.com/bobbylight/FifeCommon</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.pushing-pixels</groupId>
      <artifactId>radiance-substance</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>batik-rasterizer</artifactId>
      <version>1.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.5.1</version>
        <executions>
          <execution>
            <id>default-compile</id>
            <configuration>
              <source>11</source>
              <target>11</target>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
