<?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>br.com.litecode</groupId>
  <artifactId>litefaces-enum-i18n</artifactId>
  <version>1.0.1</version>
  <name>LiteFaces Enum i18n</name>
  <description>
                    LiteFaces Enum-i18n is a simple utility library with enhanced support for JavaServer Faces (JSF 1.x and 2.0) enabling internationalization of
                    enum fields. The library providing a set of EL functions to simplify the basic tasks of translating and styling enum values in a JSF page.</description>
  <url>http://www.example.com/example-application</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thiagowolff</id>
      <name>Thiago Wolff</name>
      <email>thiago.wolff@litecode.com.br</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:https://github.com/thiagowolff/litefaces-enum-i18n/</connection>
    <developerConnection>scm:svn:https://github.com/thiagowolff/litefaces-enum-i18n/</developerConnection>
    <url>https://github.com/thiagowolff/litefaces-enum-i18n/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.faces</groupId>
      <artifactId>javax.faces-api</artifactId>
      <version>2.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
