META-INF.maven.org.jresearch.gwtproject.i18n.gwt-cldr.pom.xml Maven / Gradle / Ivy
<?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>org.jresearch.gwtproject.i18n</groupId> <artifactId>gwt-cldr</artifactId> <version>1.0.10</version> <packaging>gwt-lib</packaging> <name>gwt-i18n-cldr</name> <description>Fork of the Github project vegegoku/gwt-i18n-cldr: GWT cldr classes generated from gwt-cldr-importer.</description> <url>https://bitbucket.org/JRS/open-pom.general/gwt-cldr</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>[email protected]</email> <timezone>GMT+1</timezone> </developer> <developer> <id>cathy</id> <name>Ekaterina Gorshkova</name> <email>[email protected]</email> <timezone>GMT+1</timezone> </developer> <developer> <id>bel</id> <name>Dmitry Belov</name> <email>[email protected]</email> <timezone>GMT+1</timezone> </developer> </developers> <scm> <connection>scm:hg:https://[email protected]/hortonolite/gwt-i18n-cldr</connection> <developerConnection>scm:hg:ssh://[email protected]/hortonolite/gwt-i18n-cldr</developerConnection> <tag>1.0.10</tag> <url>https://bitbucket.org/hortonolite/gwt-i18n-cldr</url> </scm> <dependencies> <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> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </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.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>