<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jresearch.gwt.locale</groupId>
  <artifactId>org.jresearch.gwt.locale</artifactId>
  <version>1.0.5</version>
  <packaging>gwt-lib</packaging>
  <name>JRS: GWT emulation for java.util.Locale class</name>
  <description>JRS: GWT emulation for java.util.Locale class</description>
  <url>https://github.com/foal/gwt-locale</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>stas</id>
      <name>Stanislav Spiridonov</name>
      <email>stas@jresearch.org</email>
      <timezone>GMT+1</timezone>
    </developer>
    <developer>
      <id>cathy</id>
      <name>Ekaterina Gorshkova</name>
      <email>ekaterina.gorshkova@jresearchsoft.com</email>
      <timezone>GMT+1</timezone>
    </developer>
    <developer>
      <id>bel</id>
      <name>Dmitry Belov</name>
      <email>bel@jresearch.org</email>
      <timezone>GMT+1</timezone>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:https://github.com/foal/gwt-time-apt.git</developerConnection>
    <tag>v1.0.5</tag>
    <url>https://github.com/foal/gwt-locale</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jresearch.gwt.tool.emu.apt</groupId>
      <artifactId>org.jresearch.gwt.tool.emu.apt.annotation</artifactId>
      <version>1.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jresearch.locale.languageTag</groupId>
      <artifactId>org.jresearch.locale.languageTag.gwt</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jresearch.locale.languageTag</groupId>
      <artifactId>org.jresearch.locale.languageTag</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.8.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
      <version>2.8.2</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
      </plugin>
      <plugin>
        <groupId>net.ltgt.gwt.maven</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>1.0.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
