<?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">

  <modelVersion>4.0.0</modelVersion>

  <groupId>com.github.fracpete</groupId>
  <artifactId>ptstemmer</artifactId>
  <version>2010.1.13</version>
  <packaging>jar</packaging>

  <name>ptstemmer</name>
  <description>A stemmer toolkit for the Portuguese language.</description>
  <url>https://code.google.com/p/ptstemmer/</url>

  <licenses>
    <license>
      <name>GNU Lesser General Public License 3.0</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>poliveira</id>
      <name>Pedro Oliveira</name>
      <url>http://www.cpdomina.net/</url>
    </developer>
  </developers>

  <scm>
    <connection>scm:svn:http://ptstemmer.googlecode.com/svn/branches/v2</connection>
    <developerConnection>scm:svn:http://ptstemmer.googlecode.com/svn/branches/v2</developerConnection>
    <url>http://ptstemmer.googlecode.com/svn/branches/v2</url>
  </scm>
</project>
