META-INF.maven.org.jresearch.gwtproject.i18n.gwt-i18n.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-i18n</artifactId> <version>1.1.4</version> <packaging>gwt-lib</packaging> <name>GWT i18n</name> <description>Fork of the Github project vegegoku/gwt-i18n-apt</description> <url>https://github.com/gwtproject/gwt-editor/gwt-i18n</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]/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-i18n</connection> <developerConnection>scm:hg:ssh://[email protected]/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-i18n</developerConnection> <tag>1.1.4</tag> <url>https://helixteamhub.cloud/JRS/projects/domino/repositories/gwt-i18n-apt/tree/default/gwt-i18n</url> </scm> <dependencies> <dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-core</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-dom</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.jsinterop</groupId> <artifactId>base</artifactId> <version>1.0.0-RC1</version> <scope>compile</scope> </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>