<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.m-m-m</groupId>
  <artifactId>mmm-util-scanner</artifactId>
  <version>8.7.0</version>
  <name>mmm-util-scanner</name>
  <description>provides a character scanner to build parsers.</description>
  <url>http://m-m-m.sourceforge.net/mmm-util-scanner/</url>
  <inceptionYear>2001</inceptionYear>
  <organization>
    <name>mmm-Team</name>
    <url>http://m-m-m.sourceforge.net/team-list.html</url>
  </organization>
  <licenses>
    <license>
      <name>Apache Software License</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repro</distribution>
      <comments></comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hohwille</id>
      <name>Jörg Hohwiller</name>
      <email>hohwille@users.sourceforge.net</email>
      <url>http://www.j-hohwiller.de/joerg</url>
      <organization></organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>admin</role>
        <role>designer</role>
        <role>developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Malte Brunnlieb</name>
      <email>m_brunnl@cs.uni-kl.de</email>
      <url>https://github.com/may-bee/</url>
      <organization></organization>
      <organizationUrl></organizationUrl>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>Christoph Bauer</name>
      <email>fridolin@users.sourceforge.net</email>
      <url>http://www.christoph-bauer.net/</url>
      <organization></organization>
      <organizationUrl></organizationUrl>
      <timezone>+1</timezone>
    </contributor>
  </contributors>
  <mailingLists>
    <mailingList>
      <name>mmm-devel</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</unsubscribe>
      <post>m-m-m-devel@lists.sourceforge.net</post>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=m-m-m-devel</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:https://github.com/m-m-m/util.git/mmm-util/mmm-util-scanner</connection>
    <developerConnection>scm:git:https://github.com/m-m-m/util.git/mmm-util/mmm-util-scanner</developerConnection>
    <tag></tag>
    <url>https://github.com/m-m-m/util/tree/master/mmm-util/mmm-util-scanner</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>http://github.com/m-m-m/util/issues</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>sonatype-nexus-staging</id>
      <name>MMM Staging Repository</name>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>sonatype-nexus-snapshots</id>
      <name>MMM Snapshot Repository</name>
      <url>file:///projects/mmm/workspaces/main/util/target/snapshots/</url>
    </snapshotRepository>
    <site>
      <id>m-m-m.sf.net</id>
      <url>file:///projects/mmm/workspaces/main/util/target/mmm-site/mmm-util/mmm-util-scanner</url>
    </site>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>net.sf.m-m-m</groupId>
      <artifactId>mmm-util-lang</artifactId>
      <version>8.7.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
